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 13, 2006
  5. Dec 06, 2006
  6. 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
  7. Nov 26, 2006
  8. Aug 28, 2006
  9. May 14, 2006
  10. Jan 23, 2006
  11. Jul 26, 2005
  12. May 14, 2005
  13. Apr 22, 2005
  14. Mar 05, 2005
  15. Jan 19, 2005
  16. Sep 20, 2004
  17. 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
  18. Aug 08, 2004
  19. Jul 29, 2004
  20. Jul 18, 2004
    • Reid Spencer's avatar
      bug 122: · e4de2287
      Reid Spencer authored
      - Replace ConstantPointerRef usage with GlobalValue usage
      - Correct test ordering for GlobalValue subclass
      
      llvm-svn: 14943
      e4de2287
  21. Jul 15, 2004
  22. Jul 01, 2004
  23. Apr 05, 2004
  24. Feb 09, 2004
  25. Jan 12, 2004
  26. Jan 09, 2004
  27. Dec 23, 2003
  28. Dec 11, 2003
  29. Nov 11, 2003
  30. Oct 20, 2003
  31. Oct 13, 2003
  32. Sep 01, 2003
  33. Aug 02, 2003
  34. May 20, 2003
  35. May 02, 2003
  36. May 01, 2003
  37. Apr 28, 2003
Loading