Skip to content
  1. Apr 14, 2010
  2. Apr 13, 2010
  3. Apr 09, 2010
  4. Apr 08, 2010
  5. Apr 07, 2010
  6. Apr 06, 2010
  7. Apr 05, 2010
  8. Apr 04, 2010
  9. 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
Loading