Skip to content
  1. Dec 31, 2006
    • Reid Spencer's avatar
      For PR950: · c635f47d
      Reid Spencer authored
      This patch replaces signed integer types with signless ones:
      1. [US]Byte -> Int8
      2. [U]Short -> Int16
      3. [U]Int   -> Int32
      4. [U]Long  -> Int64.
      5. Removal of isSigned, isUnsigned, getSignedVersion, getUnsignedVersion
         and other methods related to signedness. In a few places this warranted
         identifying the signedness information from other sources.
      
      llvm-svn: 32785
      c635f47d
  2. Dec 23, 2006
    • Reid Spencer's avatar
      For PR950: · 266e42b3
      Reid Spencer authored
      This patch removes the SetCC instructions and replaces them with the ICmp
      and FCmp instructions. The SetCondInst instruction has been removed and
      been replaced with ICmpInst and FCmpInst.
      
      llvm-svn: 32751
      266e42b3
  3. Dec 19, 2006
  4. Dec 06, 2006
  5. 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
  6. Sep 21, 2006
  7. Aug 28, 2006
  8. Aug 26, 2006
  9. Aug 25, 2006
  10. Aug 18, 2006
  11. Jul 14, 2006
  12. Jul 13, 2006
  13. Jul 12, 2006
  14. Jul 11, 2006
  15. Jun 27, 2006
  16. Jun 17, 2006
  17. Nov 18, 2005
  18. Nov 17, 2005
  19. Aug 10, 2005
  20. Jul 30, 2005
  21. Jun 15, 2005
  22. Apr 22, 2005
  23. Feb 14, 2005
  24. Feb 12, 2005
  25. Oct 27, 2004
  26. Oct 12, 2004
  27. Sep 20, 2004
  28. Sep 15, 2004
  29. 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
  30. Jul 26, 2004
  31. Jun 24, 2004
  32. Jun 20, 2004
  33. Jun 19, 2004
  34. Apr 23, 2004
  35. Apr 22, 2004
Loading