Skip to content
  1. Feb 21, 2007
  2. Feb 19, 2007
  3. Feb 17, 2007
  4. Feb 15, 2007
  5. Feb 13, 2007
  6. Dec 19, 2006
  7. Dec 07, 2006
  8. Dec 06, 2006
  9. Dec 02, 2006
  10. Dec 01, 2006
  11. Nov 29, 2006
  12. Nov 16, 2006
  13. Nov 15, 2006
  14. Nov 10, 2006
  15. Nov 08, 2006
  16. Nov 07, 2006
  17. Nov 03, 2006
  18. Nov 02, 2006
    • Reid Spencer's avatar
      For PR786: · de46e484
      Reid Spencer authored
      Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
      fall out by removing unused variables. Remaining warnings have to do with
      unused functions (I didn't want to delete code without review) and unused
      variables in generated code. Maintainers should clean up the remaining
      issues when they see them. All changes pass DejaGnu tests and Olden.
      
      llvm-svn: 31380
      de46e484
  19. Sep 15, 2006
  20. 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
  21. Sep 04, 2006
  22. Sep 03, 2006
  23. Sep 02, 2006
  24. Sep 01, 2006
  25. Aug 31, 2006
  26. Aug 30, 2006
  27. Aug 28, 2006
Loading