Skip to content
  1. May 07, 2008
    • Evan Cheng's avatar
      Yet another nasty spiller bug. · 7ca4a67c
      Evan Cheng authored
      %ecx = op
      store %cl<kill>, (addr)
      (addr) = op %al
      
      It's not safe to unfold the last operand and eliminate store even though %cl is marked kill. It's a sub-register use which means one of its super-register(s) may be used below.
      
      llvm-svn: 50794
      7ca4a67c
  2. Apr 11, 2008
  3. Mar 31, 2008
  4. Mar 26, 2008
  5. Mar 21, 2008
  6. Mar 14, 2008
  7. Mar 12, 2008
  8. Mar 11, 2008
  9. Mar 05, 2008
  10. Feb 27, 2008
  11. Feb 26, 2008
  12. Feb 22, 2008
  13. Feb 20, 2008
  14. Feb 10, 2008
  15. Feb 08, 2008
  16. Jan 07, 2008
  17. Jan 01, 2008
  18. Dec 31, 2007
  19. Dec 30, 2007
    • Chris Lattner's avatar
      More cleanups for MachineOperand: · 6005589f
      Chris Lattner authored
        - Eliminate the static "print" method for operands, moving it
          into MachineOperand::print.
        - Change various set* methods for register flags to take a bool
          for the value to set it to.  Remove unset* methods.
        - Group methods more logically by operand flavor in MachineOperand.h
      
      llvm-svn: 45461
      6005589f
  20. Dec 29, 2007
  21. Dec 12, 2007
  22. Dec 05, 2007
  23. Dec 04, 2007
Loading