Skip to content
  1. Oct 11, 2009
  2. Sep 09, 2009
  3. Sep 08, 2009
  4. Jul 14, 2009
  5. Jun 05, 2009
  6. Jun 04, 2009
  7. Aug 12, 2008
  8. Mar 18, 2008
  9. Jul 16, 2007
  10. Apr 15, 2007
    • Reid Spencer's avatar
      For PR1319: · ede8c3b9
      Reid Spencer authored
      Make use of the END. facility on all files > 1K so that we aren't wasting CPU
      cycles searching for RUN: lines that we'll never find.
      
      llvm-svn: 36059
      ede8c3b9
  11. Apr 14, 2007
    • Reid Spencer's avatar
      For PR1319: · 91948d4c
      Reid Spencer authored
      Upgrade tests to work with new llvm.exp version of llvm_runtest.
      
      llvm-svn: 36013
      91948d4c
  12. Jan 17, 2007
  13. Dec 02, 2006
  14. Feb 23, 2004
  15. Sep 16, 2003
  16. Sep 12, 2003
  17. Jun 29, 2003
  18. Jun 25, 2003
  19. Mar 10, 2003
  20. Feb 18, 2003
    • Chris Lattner's avatar
      test for a variety of new transformations: · c5fccf34
      Chris Lattner authored
        * A & ~A == 0
        * A / (2^c) == A >> c  if unsigned
        * 0 / A == 0
        * 1.0 * A == A
        * A * (2^c) == A << c
        * A ^ ~A == -1
        * A | ~A == -1
        * 0 % X = 0
        * A % (2^c) == A & (c-1) if unsigned
        * A - (A & B) == A & ~B
        * -1 - A == ~A
      
      llvm-svn: 5588
      c5fccf34
  21. Aug 02, 2002
  22. Apr 30, 2002
Loading