Skip to content
  1. Jun 24, 2003
  2. Jun 23, 2003
    • Chris Lattner's avatar
      Implement new transforms: · 55d4bda8
      Chris Lattner authored
        Replace (cast (sub A, B) to bool) -> (setne A, B)
        Replace (cast (add A, B) to bool) -> (setne A, -B)
      
      llvm-svn: 6873
      55d4bda8
  3. Jun 22, 2003
  4. Jun 19, 2003
  5. Jun 17, 2003
  6. Jun 16, 2003
    • Chris Lattner's avatar
      Fix bug: ADCE/2003-06-11-InvalidCFG.ll · dc62f1e0
      Chris Lattner authored
      This was because we were deleting large chunks of functions without an exit block, because the post-dominance
      information was not useful.  This broke crafty and twolf.
      
      llvm-svn: 6698
      dc62f1e0
  7. Jun 05, 2003
  8. Jun 04, 2003
  9. Jun 01, 2003
  10. May 30, 2003
  11. May 29, 2003
  12. May 27, 2003
  13. May 23, 2003
  14. May 22, 2003
    • Chris Lattner's avatar
      Minor cleanups. · 471bd762
      Chris Lattner authored
      This hunk:
      -    } else if (Src->getNumOperands() == 2 && Src->use_size() == 1) {
      +    } else if (Src->getNumOperands() == 2) {
      
      Allows GEP folding to be more aggressive, which reduces the number of instructions
      and can dramatically speed up BasicAA in some cases.
      
      llvm-svn: 6286
      471bd762
  15. May 20, 2003
  16. May 15, 2003
  17. May 13, 2003
  18. May 08, 2003
  19. May 02, 2003
  20. May 01, 2003
  21. Apr 26, 2003
  22. Apr 25, 2003
  23. Apr 23, 2003
Loading