Skip to content
  1. Jul 07, 2011
  2. Jul 01, 2011
  3. Jun 28, 2011
  4. Apr 15, 2011
  5. Apr 01, 2011
  6. Mar 31, 2011
  7. Mar 04, 2011
  8. Jul 17, 2010
  9. Jul 11, 2010
  10. Jun 18, 2010
    • Stuart Hastings's avatar
      Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This · 0125b641
      Stuart Hastings authored
      addresses a longstanding deficiency noted in many FIXMEs scattered
      across all the targets.
      
      This effectively moves the problem up one level, replacing eleven
      FIXMEs in the targets with eight FIXMEs in CodeGen, plus one path
      through FastISel where we actually supply a DebugLoc, fixing Radar
      7421831.
      
      llvm-svn: 106243
      0125b641
  11. May 06, 2010
  12. May 05, 2010
  13. Apr 02, 2010
  14. Jan 19, 2010
  15. Dec 05, 2009
  16. Nov 25, 2009
  17. Nov 13, 2009
  18. Jul 24, 2009
  19. Jul 14, 2009
  20. Jul 11, 2009
    • Torok Edwin's avatar
      assert(0) -> LLVM_UNREACHABLE. · 56d06597
      Torok Edwin authored
      Make llvm_unreachable take an optional string, thus moving the cerr<< out of
      line.
      LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
      NDEBUG builds.
      
      llvm-svn: 75379
      56d06597
  21. Jul 03, 2009
  22. Jul 01, 2009
  23. Jun 03, 2009
    • Dan Gohman's avatar
      Convert Alpha and Mips to use a MachineFunctionInfo subclass to · d5ca7064
      Dan Gohman authored
      carry GlobalBaseReg, and GlobalRetAddr too in Alpha's case. This
      eliminates the need for them to search through the
      MachineRegisterInfo livein list in order to identify these
      virtual registers. EmitLiveInCopies is now the only user of the
      virtual register portion of MachineRegisterInfo's livein data.
      
      llvm-svn: 72802
      d5ca7064
  24. May 27, 2009
  25. May 13, 2009
    • Bill Wendling's avatar
      Change MachineInstrBuilder::addReg() to take a flag instead of a list of · f7b83c7a
      Bill Wendling authored
      booleans. This gives a better indication of what the "addReg()" is
      doing. Remembering what all of those booleans mean isn't easy, especially if you
      aren't spending all of your time in that code.
      
      I took Jakob's suggestion and made it illegal to pass in "true" for the
      flag. This should hopefully prevent any unintended misuse of this (by reverting
      to the old way of using addReg()).
      
      llvm-svn: 71722
      f7b83c7a
  26. Mar 26, 2009
  27. Mar 21, 2009
  28. Feb 18, 2009
  29. Feb 13, 2009
  30. Feb 12, 2009
  31. Feb 09, 2009
Loading