Skip to content
  1. May 21, 2010
  2. May 19, 2010
  3. May 13, 2010
  4. Apr 28, 2010
  5. Apr 09, 2010
  6. Apr 08, 2010
  7. Apr 07, 2010
  8. Apr 02, 2010
    • Chris Lattner's avatar
      stop using DebugLoc::getUnknownLoc() · bd009d6d
      Chris Lattner authored
      llvm-svn: 100215
      bd009d6d
    • 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
  9. Mar 13, 2010
  10. Mar 08, 2010
  11. Mar 04, 2010
  12. Mar 03, 2010
    • Evan Cheng's avatar
      Fix funky indentation and add comments. · 0f260e17
      Evan Cheng authored
      llvm-svn: 97670
      0f260e17
    • Evan Cheng's avatar
      - Change MachineInstr::isIdenticalTo to take a new option that determines... · e9c46c25
      Evan Cheng authored
      - Change MachineInstr::isIdenticalTo to take a new option that determines whether it should skip checking defs or at least virtual register defs. This subsumes part of the TargetInstrInfo::isIdentical functionality.
      - Eliminate TargetInstrInfo::isIdentical and replace it with produceSameValue. In the default case, produceSameValue just checks whether two machine instructions are identical (except for virtual register defs). But targets may override it to check for unusual cases (e.g. ARM pic loads from constant pools).
      
      llvm-svn: 97628
      e9c46c25
  13. Mar 02, 2010
  14. Feb 15, 2010
    • David Greene's avatar
      · 3a0412f1
      David Greene authored
      Add non-temporal flags to MachineMemOperand.
      
      llvm-svn: 96226
      3a0412f1
  15. Feb 10, 2010
  16. Feb 09, 2010
  17. Jan 19, 2010
  18. Jan 16, 2010
  19. Jan 13, 2010
  20. Jan 06, 2010
  21. Jan 05, 2010
    • David Greene's avatar
      · 29388d6a
      David Greene authored
      Change errs() to dbgs().
      
      llvm-svn: 92545
      29388d6a
  22. Dec 28, 2009
  23. Dec 25, 2009
  24. Dec 16, 2009
  25. Dec 08, 2009
  26. Dec 05, 2009
  27. Dec 03, 2009
  28. Dec 01, 2009
  29. Nov 23, 2009
Loading