Skip to content
  1. Sep 29, 2007
  2. Sep 27, 2007
  3. Sep 26, 2007
  4. Sep 25, 2007
  5. Sep 17, 2007
  6. Sep 15, 2007
  7. Sep 14, 2007
  8. Sep 11, 2007
  9. Sep 07, 2007
  10. Aug 30, 2007
  11. Aug 02, 2007
  12. Jul 31, 2007
  13. Jul 29, 2007
  14. 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
  15. Jul 21, 2007
  16. 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
  17. Jun 18, 2007
  18. May 17, 2007
  19. Apr 26, 2007
  20. Dec 15, 2006
  21. Dec 14, 2006
  22. Dec 05, 2006
  23. Nov 30, 2006
  24. Nov 28, 2006
  25. Nov 17, 2006
  26. Nov 04, 2006
  27. Oct 11, 2006
  28. Oct 09, 2006
  29. Sep 11, 2006
  30. Sep 08, 2006
Loading