summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_zero_cse.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-02-20[X86][SSE] Regenerate re-materialized store tests and add 64-bit test targetSimon Pilgrim
2015-04-15[X86] add an exedepfix entry for movq == movlps == movlpdSanjay Patel
2015-04-03[DAGCombiner] Combine shuffles of BUILD_VECTOR and SCALAR_TO_VECTORSimon Pilgrim
2015-03-21Tidied up vec_zero_cse.ll test. NFCI.Simon Pilgrim
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2011-11-07Expand V_SET0 to xorps by default.Jakob Stoklund Olesen
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-03-31Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-12-06fix this when run on non x86 hosts.Chris Lattner
2007-11-25Fix a long standing deficiency in the X86 backend: we wouldChris Lattner