Skip to content
  1. Mar 13, 2008
  2. Mar 05, 2008
  3. Feb 10, 2008
  4. Jan 15, 2008
  5. Jan 07, 2008
  6. Jan 04, 2008
  7. Dec 31, 2007
  8. Dec 29, 2007
  9. Nov 12, 2007
  10. Nov 08, 2007
  11. Oct 23, 2007
  12. Oct 20, 2007
  13. Sep 26, 2007
  14. May 06, 2007
  15. May 03, 2007
  16. May 02, 2007
  17. May 01, 2007
  18. Apr 18, 2007
  19. Mar 18, 2007
  20. Dec 19, 2006
  21. Dec 07, 2006
  22. Dec 06, 2006
  23. Dec 01, 2006
  24. Nov 28, 2006
  25. Nov 09, 2006
  26. Nov 02, 2006
  27. 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
  28. Aug 27, 2006
  29. Jul 20, 2006
  30. Jun 29, 2006
  31. May 24, 2006
  32. May 04, 2006
  33. Jan 23, 2006
  34. Oct 26, 2005
Loading