Skip to content
  1. Aug 21, 2007
  2. Aug 18, 2007
  3. Jul 31, 2007
  4. Jul 30, 2007
  5. Jun 08, 2007
  6. Jun 07, 2007
  7. Jun 05, 2007
  8. Jun 04, 2007
  9. Jun 03, 2007
  10. Jun 02, 2007
  11. May 30, 2007
  12. May 06, 2007
  13. May 03, 2007
  14. May 02, 2007
  15. May 01, 2007
  16. Apr 25, 2007
  17. Apr 24, 2007
  18. Apr 21, 2007
  19. Apr 20, 2007
  20. Apr 18, 2007
  21. Apr 17, 2007
  22. Apr 15, 2007
  23. Mar 22, 2007
  24. Mar 07, 2007
  25. Feb 06, 2007
  26. Feb 02, 2007
    • Reid Spencer's avatar
      Changes to support making the shift instructions be true BinaryOperators. · 2341c22e
      Reid Spencer authored
      This feature is needed in order to support shifts of more than 255 bits
      on large integer types.  This changes the syntax for llvm assembly to
      make shl, ashr and lshr instructions look like a binary operator:
         shl i32 %X, 1
      instead of
         shl i32 %X, i8 1
      Additionally, this should help a few passes perform additional optimizations.
      
      llvm-svn: 33776
      2341c22e
  27. Jan 31, 2007
  28. 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
  29. Dec 19, 2006
  30. Dec 06, 2006
  31. 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
  32. Nov 26, 2006
  33. Sep 12, 2006
  34. Aug 28, 2006
  35. Jun 26, 2006
  36. Jan 23, 2006
  37. Jun 20, 2005
  38. Jun 18, 2005
  39. Apr 22, 2005
Loading