summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-23[X86][AVX2] Regenerate AVX2 intrinsics tests on 32 + 64-bit targetsSimon Pilgrim
2017-09-19[X86] Add VPERMPD/VPERMQ and VPERMPS/VPERMD to the execution domain fixing ta...Craig Topper
2017-09-18[X86] Fix two more places to prefer VPERMQ/PD over VPERM2X128 when AVX2 is en...Craig Topper
2017-09-16[X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...Craig Topper
2017-09-16[X86] Fix some FileCheck lines that use the wrong prefix.Craig Topper
2017-09-13[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm)Uriel Korach
2017-09-12[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IRYael Tsafrir
2017-09-03[X86] Add VBLENDPS/VPBLENDD to the execution domain fixing tables.Craig Topper
2017-08-31[X86] Added run line to intrinsics upgrade test. NFC.Yael Tsafrir
2017-06-26[x86] transform vector inc/dec to use -1 constant (PR33483)Sanjay Patel
2017-04-14[X86][SSE] Update MOVNTDQA non-temporal loads to generic implementation (LLVM)Simon Pilgrim
2017-01-24[X86][AVX2] Cleaned up test triple and regenerated tests.Simon Pilgrim
2016-06-16[x86] autoupgrade and remove AVX2 integer min/max intrinsicsSanjay Patel
2016-05-30[X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them....Craig Topper
2016-05-30[X86] Use update_llc_test_checks.py to re-generate a test in preparation for ...Craig Topper
2016-05-28[X86][SSE] (Reapplied) Replace (V)PMOVSX and (V)PMOVZX integer extension intr...Simon Pilgrim
2016-05-27Revert: r270973 - [X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extensio...Simon Pilgrim
2016-05-27[X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer extension intrinsics with ...Simon Pilgrim
2015-08-20[X86] Replace avx2 broadcast intrinsics with native IR.Ahmed Bougacha
2015-03-12[X86, AVX2] Replace inserti128 and extracti128 intrinsics with generic shufflesSanjay Patel
2015-02-18[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics. We can represent the...Craig Topper
2015-02-16[X86] Remove the multiply by 8 that goes into the shift constant for X86ISD::...Craig Topper
2014-09-06[x86] Fix a pretty horrible bug and inconsistency in the x86 asmChandler Carruth