summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2012-1-10-buildvector.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-08-27[X86] Add a target-specific DAG combine to combine extract_subvector from all...Craig Topper
2017-07-27[X86] SET0 to use XMM registers where possible PR26018 PR32862Dinar Temirbulatov
2016-12-15[X86][SSE] Fix domains for VZEXT_LOAD type instructionsSimon Pilgrim
2016-12-07[X86][SSE] Consistently set MOVD/MOVQ load/store/move instructions to integer...Simon Pilgrim
2016-05-08[X86] No need to avoid selecting AVX_SET0 for 256-bit integer types when only...Craig Topper
2015-11-23Make utils/update_llc_test_checks.py note that the assertions areJames Y Knight
2015-04-03use update_llc_test_checks.py to tighten checkingSanjay Patel
2015-03-31[X86, AVX] fix zero-extending integer operand load patterns to use integer in...Sanjay Patel
2015-03-31[X86, AVX] try to lowerVectorShuffleAsElementInsertion() for all 256-bit vect...Sanjay Patel
2015-03-05[X86] Use vmovss to handle inserting an element into index 0 of a v8f32 vecto...Craig Topper
2013-07-18Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-01-11Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...Nadav Rotem
2012-01-10Fix a bug in the legalization of shuffle vectors. When we emulate shuffles us...Nadav Rotem