Skip to content
  1. Oct 12, 2007
  2. Oct 11, 2007
  3. Oct 06, 2007
  4. Oct 05, 2007
  5. Sep 29, 2007
  6. Sep 27, 2007
  7. Sep 26, 2007
  8. Sep 25, 2007
  9. Sep 17, 2007
  10. Sep 15, 2007
  11. Sep 14, 2007
  12. Sep 11, 2007
  13. Sep 07, 2007
  14. Aug 30, 2007
  15. Aug 02, 2007
  16. Jul 31, 2007
  17. Jul 29, 2007
  18. Jul 23, 2007
    • Bill Wendling's avatar
      Add missing SSE builtins: · 3d88e994
      Bill Wendling authored
          __builtin_ia32_cvtss2si64
          __builtin_ia32_cvttss2si64
          __builtin_ia32_cvtsi642ss
          __builtin_ia32_cvtsd2si64
          __builtin_ia32_cvttsd2si64
          __builtin_ia32_cvtsi642sd
      
      llvm-svn: 40411
      3d88e994
  19. Jul 21, 2007
  20. Jul 19, 2007
    • Evan Cheng's avatar
      Change instruction description to split OperandList into OutOperandList and · 94b5a80b
      Evan Cheng authored
      InOperandList. This gives one piece of important information: # of results
      produced by an instruction.
      An example of the change:
      def ADD32rr  : I<0x01, MRMDestReg, (ops GR32:$dst, GR32:$src1, GR32:$src2),
                       "add{l} {$src2, $dst|$dst, $src2}",
                       [(set GR32:$dst, (add GR32:$src1, GR32:$src2))]>;
      =>
      def ADD32rr  : I<0x01, MRMDestReg, (outs GR32:$dst), (ins GR32:$src1, GR32:$src2),
                       "add{l} {$src2, $dst|$dst, $src2}",
                       [(set GR32:$dst, (add GR32:$src1, GR32:$src2))]>;
      
      llvm-svn: 40033
      94b5a80b
  21. Jun 18, 2007
  22. May 17, 2007
  23. Apr 26, 2007
  24. Dec 15, 2006
  25. Dec 14, 2006
  26. Dec 05, 2006
  27. Nov 30, 2006
  28. Nov 28, 2006
  29. Nov 17, 2006
  30. Nov 04, 2006
  31. Oct 11, 2006
  32. Oct 09, 2006
  33. Sep 11, 2006
Loading