Skip to content
  1. 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
  2. Dec 19, 2006
  3. Dec 06, 2006
  4. 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
  5. Nov 26, 2006
  6. Sep 12, 2006
  7. Aug 28, 2006
  8. Jun 26, 2006
  9. Jan 23, 2006
  10. Jun 20, 2005
  11. Jun 18, 2005
  12. Apr 22, 2005
  13. Mar 25, 2005
  14. Mar 23, 2005
  15. Dec 15, 2004
  16. Nov 29, 2004
  17. Nov 26, 2004
  18. Sep 15, 2004
  19. 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
  20. Jul 27, 2004
  21. Jun 19, 2004
  22. Jun 17, 2004
  23. May 23, 2004
  24. Apr 19, 2004
  25. Mar 15, 2004
  26. Feb 02, 2004
  27. Jan 08, 2004
  28. Dec 19, 2003
  29. Dec 18, 2003
  30. Dec 14, 2003
  31. Dec 11, 2003
  32. Dec 10, 2003
Loading