Skip to content
  1. Dec 01, 2006
  2. Nov 29, 2006
  3. Nov 16, 2006
  4. Nov 15, 2006
  5. Nov 10, 2006
  6. Nov 08, 2006
  7. Nov 07, 2006
  8. Nov 03, 2006
  9. 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
  10. Sep 15, 2006
  11. 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
  12. Sep 04, 2006
  13. Sep 03, 2006
  14. Sep 02, 2006
  15. Sep 01, 2006
  16. Aug 31, 2006
  17. Aug 30, 2006
  18. Aug 28, 2006
  19. Aug 27, 2006
  20. Aug 26, 2006
  21. Aug 25, 2006
    • Chris Lattner's avatar
      Take advantage of the recent improvements to the liveintervals set (tracking · bdf12106
      Chris Lattner authored
      instructions which define each value#) to simplify and improve the coallescer.
      In particular, this patch:
      
      1. Implements iterative coallescing.
      2. Reverts an unsafe hack from handlePhysRegDef, superceeding it with a
         better solution.
      3. Implements PR865, "coallescing" away the second copy in code like:
      
         A = B
         ...
         B = A
      
      This also includes changes to symbolically print registers in intervals
      when possible.
      
      llvm-svn: 29862
      bdf12106
  22. Aug 22, 2006
  23. Jul 21, 2006
  24. Jul 20, 2006
  25. May 24, 2006
  26. May 12, 2006
Loading