summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_zero.ll
Commit message (Expand)AuthorAge
* Teach DAG combine to handle vector add/sub with vectors of all 0s.Craig Topper2012-12-10
* Expand V_SET0 to xorps by default.Jakob Stoklund Olesen2011-11-07
* Replace V_SET0 with variants for each SSE execution domain.Jakob Stoklund Olesen2010-03-31
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-21
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Update test case.Evan Cheng2006-07-05
* Add && to each RUN: line (except the last one).Evan Cheng2006-04-21
* Zero vector testcaseEvan Cheng2006-03-24