Skip to content
  1. Aug 14, 2007
  2. Aug 07, 2007
    • David Greene's avatar
      · 99905f16
      David Greene authored
      Add a missing forward declaration.
      
      llvm-svn: 40896
      99905f16
  3. Aug 02, 2007
  4. Apr 04, 2007
  5. Mar 20, 2007
  6. Feb 01, 2007
  7. Dec 17, 2006
  8. Dec 07, 2006
  9. Nov 17, 2006
  10. 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
  11. May 02, 2006
  12. May 01, 2006
  13. Apr 30, 2006
  14. Apr 22, 2005
  15. Oct 02, 2004
  16. Oct 01, 2004
  17. Sep 30, 2004
  18. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  19. Jul 20, 2004
  20. May 29, 2004
  21. Mar 02, 2004
  22. Mar 01, 2004
  23. Feb 27, 2004
  24. Feb 25, 2004
  25. Feb 24, 2004
Loading