Skip to content
  1. Jan 28, 2013
  2. Jan 17, 2013
  3. Jan 14, 2013
  4. Jan 13, 2013
  5. Jan 07, 2013
  6. 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
  7. Jan 02, 2013
  8. Jan 01, 2013
  9. Dec 29, 2012
  10. Dec 27, 2012
  11. Dec 26, 2012
  12. Dec 21, 2012
  13. Dec 19, 2012
  14. Dec 15, 2012
  15. Dec 06, 2012
  16. Dec 05, 2012
Loading