aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_zero.ll
AgeCommit message (Expand)Author
2012-12-10Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper
2011-11-07Expand V_SET0 to xorps by default.Jakob Stoklund Olesen
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
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
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
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-07-05Update test case.Evan Cheng
2006-04-21Add && to each RUN: line (except the last one).Evan Cheng
2006-03-24Zero vector testcaseEvan Cheng