summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-cvt.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-02-23[X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding and fix the register ...Ayman Musa
2017-01-11[X86] Fix PR30926 - Add patterns for (v)cvtsi2s{s,d} and (v)cvtsd2s{s,d}Elad Cohen
2016-11-14[X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2dq/vcvttpd2dq/vcvtpd2p...Craig Topper
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-09-22Don't raise inexact when lowering ceil, floor, round, trunc.Stephen Canon
2015-08-11Allow PeepholeOptimizer to fold a few more casesMichael Kuperstein
2015-04-03use update_llc_test_checks.py to tighten checking; remove unnecessary testing...Sanjay Patel
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-23AVX-512: recommitted 229837 + bugfix + testElena Demikhovsky
2013-03-31X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer
2013-01-06Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...Craig Topper
2012-01-26Fix for the following bug in AVX codegen for double-to-int conversions:Victor Umansky
2011-08-09Reapply a more appropriate solution than in r137114. AVX supportsBruno Cardoso Lopes
2011-08-09Revert r137114Bruno Cardoso Lopes
2011-08-09Handle sitofp between v4f64 <- v4i32. Fix PR10559Bruno Cardoso Lopes
2011-08-09Add support for avx vector fextendBruno Cardoso Lopes
2011-08-09Rename and tidy up testsBruno Cardoso Lopes