llvm/test/CodeGen/X86/vec_select.ll: Fix failure on xmm-less hosts, to add -mattr...
[oota-llvm.git] / test / CodeGen / X86 / vec_select.ll
2012-08-31 NAKAMURA Takumillvm/test/CodeGen/X86/vec_select.ll: Fix failure on...
2012-08-30 Pete CooperTake account of boolean vector contents when promoting...
2010-12-05 Chris Lattnermerge some tests into select.ll and make them more...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-10 Evan ChengAdd a vselect test case.