Skip to content
  1. Apr 05, 2010
  2. Apr 04, 2010
  3. Apr 02, 2010
    • Chris Lattner's avatar
      Switch the code generator (except the JIT) onto the new DebugLoc · 915c5f98
      Chris Lattner authored
      representation.  This eliminates the 'DILocation' MDNodes for 
      file/line/col tuples from -O0 -g codegen.
      
      This remove the old DebugLoc class, making it a typedef for DebugLoc,
      I'll rename NewDebugLoc next.
      
      I didn't update the JIT to use the new apis, so it will continue to
      work, but be as slow as before.  Someone should eventually do this
      or, better yet, rip out the JIT debug info stuff and build the JIT
      on top of MC.
      
      llvm-svn: 100209
      915c5f98
    • Devang Patel's avatar
      Revert r100117. · 18737b2a
      Devang Patel authored
      llvm-svn: 100145
      18737b2a
  4. Apr 01, 2010
  5. Mar 31, 2010
  6. Mar 30, 2010
  7. Mar 29, 2010
  8. Mar 28, 2010
  9. Mar 24, 2010
  10. Mar 23, 2010
Loading