Skip to content
  1. Dec 19, 2006
  2. Dec 12, 2006
  3. Dec 07, 2006
  4. Dec 06, 2006
  5. Dec 05, 2006
  6. Nov 26, 2006
  7. 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
  8. Oct 23, 2006
  9. Oct 22, 2006
    • Chris Lattner's avatar
      3 Changes: · af17096d
      Chris Lattner authored
      1. Better document what is going on here.
      2. Only hack on one branch per iteration, making the results less conservative.
      3. Handle the problematic case by marking edges executable instead of by
         playing with value lattice states.  This is far less pessimistic, and fixes
         SCCP/ipsccp-gvar.ll.
      
      llvm-svn: 31106
      af17096d
  10. Oct 20, 2006
  11. Sep 29, 2006
    • Chris Lattner's avatar
      · 6ab03f6a
      Chris Lattner authored
      Eliminate ConstantBool::True and ConstantBool::False.  Instead, provide
      ConstantBool::getTrue() and ConstantBool::getFalse().
      
      llvm-svn: 30665
      6ab03f6a
  12. Aug 28, 2006
  13. Apr 08, 2006
  14. Feb 08, 2006
  15. Jan 23, 2006
  16. Jan 17, 2006
  17. Jan 10, 2006
  18. Sep 26, 2005
  19. Apr 23, 2005
  20. Apr 22, 2005
  21. Apr 19, 2005
    • Chris Lattner's avatar
      Wrap some long lines. · 8cb10a17
      Chris Lattner authored
      Make IPSCCP strip off dead constant exprs that are using functions, making
      them appear as though their address is taken.  This allows us to propagate
      some more pool descriptors, lowering the overhead of pool alloc.
      
      llvm-svn: 21363
      8cb10a17
  22. Mar 15, 2005
  23. Jan 08, 2005
  24. Dec 12, 2004
  25. Dec 11, 2004
  26. Dec 10, 2004
  27. Nov 16, 2004
  28. Nov 15, 2004
  29. Oct 27, 2004
  30. Oct 16, 2004
  31. Oct 09, 2004
Loading