Skip to content
  1. Oct 23, 2006
  2. 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
  3. Oct 20, 2006
  4. 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
  5. Aug 28, 2006
  6. Apr 08, 2006
  7. Feb 08, 2006
  8. Jan 23, 2006
  9. Jan 17, 2006
  10. Jan 10, 2006
  11. Sep 26, 2005
  12. Apr 23, 2005
  13. Apr 22, 2005
  14. 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
  15. Mar 15, 2005
  16. Jan 08, 2005
  17. Dec 12, 2004
  18. Dec 11, 2004
  19. Dec 10, 2004
  20. Nov 16, 2004
  21. Nov 15, 2004
  22. Oct 27, 2004
  23. Oct 16, 2004
  24. Oct 09, 2004
  25. Sep 20, 2004
  26. Sep 15, 2004
  27. 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
  28. Aug 04, 2004
  29. Jul 18, 2004
  30. Jul 16, 2004
Loading