Skip to content
  1. Aug 04, 2013
  2. Jul 31, 2013
  3. Jul 23, 2013
  4. Jul 22, 2013
  5. Jun 09, 2013
  6. Jun 05, 2013
  7. May 21, 2013
  8. May 07, 2013
  9. May 01, 2013
  10. Apr 26, 2013
  11. Mar 26, 2013
  12. Mar 21, 2013
  13. Mar 20, 2013
  14. Mar 18, 2013
    • Jakob Stoklund Olesen's avatar
      Add SchedRW annotations to most of X86InstrSSE.td. · a5158c8f
      Jakob Stoklund Olesen authored
      We hitch a ride with the existing OpndItins class that was used to add
      instruction itinerary classes in the many multiclasses in this file.
      
      Use the link provided by the X86FoldableSchedWrite.Folded to find the
      right SchedWrite for folded loads.
      
      llvm-svn: 177326
      a5158c8f
  15. Mar 15, 2013
  16. Jan 28, 2013
  17. Jan 17, 2013
  18. Jan 14, 2013
  19. Jan 13, 2013
  20. Jan 07, 2013
  21. Jan 06, 2013
    • Craig Topper's avatar
      Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,... · 4f1c7256
      Craig Topper authored
      Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si, cvttss2si, cvtsd2si, and cvttsd2si to match gas behavior.
      
      cvtsi2* should parse with an 'l' or 'q' suffix or no suffix at all. No suffix should be treated the same as 'l' suffix. Printing should always print a suffix. Previously we didn't parse or print an 'l' suffix.
      cvtt*2si/cvt*2si should parse with an 'l' or 'q' suffix or not suffix at all. No suffix should use the destination register size to choose encoding. Printing should not print a suffix.
      
      Original 'l' suffix issue with cvtsi2* pointed out by Michael Kuperstein.
      
      llvm-svn: 171668
      4f1c7256
  22. Jan 02, 2013
  23. Jan 01, 2013
Loading