Skip to content
  1. Mar 05, 2008
  2. Feb 10, 2008
  3. Jan 15, 2008
  4. Jan 07, 2008
  5. Jan 04, 2008
  6. Dec 31, 2007
  7. Dec 29, 2007
  8. Nov 12, 2007
  9. Nov 08, 2007
  10. Oct 23, 2007
  11. Oct 20, 2007
  12. Sep 26, 2007
  13. May 06, 2007
  14. May 03, 2007
  15. May 02, 2007
  16. May 01, 2007
  17. Apr 18, 2007
  18. Mar 18, 2007
  19. Dec 19, 2006
  20. Dec 07, 2006
  21. Dec 06, 2006
  22. Dec 01, 2006
  23. Nov 28, 2006
  24. Nov 09, 2006
  25. Nov 02, 2006
  26. Sep 05, 2006
    • Chris Lattner's avatar
      Fix a long-standing wart in the code generator: two-address instruction lowering · 13a5dcdd
      Chris Lattner authored
      actually *removes* one of the operands, instead of just assigning both operands
      the same register.  This make reasoning about instructions unnecessarily complex,
      because you need to know if you are before or after register allocation to match
      up operand #'s with the target description file.
      
      Changing this also gets rid of a bunch of hacky code in various places.
      
      This patch also includes changes to fold loads into cmp/test instructions in
      the X86 backend, along with a significant simplification to the X86 spill
      folding code.
      
      llvm-svn: 30108
      13a5dcdd
  27. Aug 27, 2006
  28. Jul 20, 2006
  29. Jun 29, 2006
  30. May 24, 2006
  31. May 04, 2006
  32. Jan 23, 2006
  33. Oct 26, 2005
  34. Apr 22, 2005
Loading