Skip to content
  1. Apr 03, 2010
  2. 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
  3. Mar 30, 2010
  4. Mar 29, 2010
  5. Mar 28, 2010
  6. Mar 16, 2010
  7. Mar 15, 2010
  8. Mar 14, 2010
  9. Mar 13, 2010
  10. Mar 12, 2010
  11. Mar 11, 2010
  12. Mar 10, 2010
  13. Mar 09, 2010
  14. Mar 08, 2010
  15. Feb 23, 2010
  16. Feb 17, 2010
  17. Feb 10, 2010
Loading