Skip to content
  1. Jan 17, 2007
  2. Jan 13, 2007
  3. Jan 06, 2007
  4. Jan 05, 2007
  5. Jan 02, 2007
  6. Dec 31, 2006
    • Reid Spencer's avatar
      For PR950: · deb4d5ab
      Reid Spencer authored
      Update the test suite to accommodate the change from signed integer types
      to signless integer types. The changes were of only a few kinds:
      
      1. Make sure llvm-upgrade is run on the source which does the bulk of the
         changes automatically.
      
      2. Change things like "grep 'int'" to "grep 'i32'"
      
      3. In several tests bitcasting caused the same name to be reused in the
         same type plane. These had to be manually fixed. The fix was (generally)
         to leave the bitcast and provide the instruction with a new name. This
         should not affect the semantics of the test. In a few cases, the
         bitcasts were known to be superfluous and irrelevant to the test case
         so they were removed.
      
      4. One test case uses a bytecode file which needed to be updated to the
         latest bytecode format.
      
      llvm-svn: 32789
      deb4d5ab
  7. Dec 29, 2006
  8. Dec 09, 2006
  9. Dec 02, 2006
  10. Nov 27, 2006
    • Reid Spencer's avatar
      For PR950: · 6c38f0bb
      Reid Spencer authored
      The long awaited CAST patch. This introduces 12 new instructions into LLVM
      to replace the cast instruction. Corresponding changes throughout LLVM are
      provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
      exception of 175.vpr which fails only on a slight floating point output
      difference.
      
      llvm-svn: 31931
      6c38f0bb
  11. Nov 23, 2006
  12. Sep 28, 2006
  13. May 26, 2006
  14. Apr 12, 2006
  15. Mar 24, 2006
  16. Jan 05, 2006
  17. Dec 23, 2005
  18. Dec 22, 2005
    • Reid Spencer's avatar
      Fix PR409: · 8f8124ed
      Reid Spencer authored
      Implement the suggested check to ensure that out-of-range float constants
      don't get accepted by LLVM accidentally. Adjust the supporting test cases
      as well.
      
      llvm-svn: 24963
      8f8124ed
  19. Dec 21, 2005
  20. May 06, 2005
  21. Mar 21, 2005
  22. Feb 27, 2005
  23. Feb 09, 2005
  24. Feb 01, 2005
  25. Jan 05, 2005
  26. Jan 04, 2005
  27. Dec 08, 2004
  28. Dec 06, 2004
    • Reid Spencer's avatar
      Test case for PR409: · 10afebdd
      Reid Spencer authored
      Make sure that floating point constant values outside the range of a float
      cannot be assigned to a constant.
      
      llvm-svn: 18582
      10afebdd
  29. Dec 05, 2004
Loading