Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / vec_set-3.ll
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-10-03 Chandler Carruth[x86] Adjust the patterns for lowering X86vzmovl nodes...
2014-09-05 Chandler Carruth[x86] Fix an embarressing bug in the INSERTPS formation...
2014-09-04 Chandler Carruth[x86] Teach the new v4i32 shuffle lowering some more...
2014-08-28 Chandler Carruth[x86] Clean up some tests to use FileCheck and combine...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2008-04-05 Evan ChengFavors pshufd over shufps when shuffling elements from...
2008-02-21 Tanya LattnerRemove llvm-upgrade and update tests.
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-01-30 Reid SpencerFor PR411:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-04-21 Evan ChengAdd && to each RUN: line (except the last one).
2006-04-21 Evan ChengMore build_vector tests.