summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_set-6.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-05-10[X86][SSE] Check vec_set BUILD_VECTOR tests on both 32 and 64-bit targetsSimon Pilgrim
2016-04-01[X86][SSE] Regenerated the vec_set tests.Simon Pilgrim
2016-02-04[X86][SSE] Select domain for 32/64-bit partial loads for EltsFromConsecutiveL...Simon Pilgrim
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2009-06-07Slightly generalize the code that handles shuffles of consecutive loads Eli Friedman
2008-05-08Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng
2008-04-05Favors pshufd over shufps when shuffling elements from one vector. pshufd is ...Evan Cheng
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-04-22Two more build_vector tests.Evan Cheng