Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / vec_extract-sse4.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-10-04 Chandler Carruth[x86] Enable the new vector shuffle lowering by default.
2014-07-23 Chandler Carruth[SDAG] Make the DAGCombine worklist not grow endlessly...
2014-07-21 Chandler CarruthFileCheck-ize a test.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2011-11-16 Eli FriedmanMake sure to replace the chain properly when DAGCombini...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2008-05-13 Evan ChengInstead of a vector load, shuffle and then extract...
2008-03-24 Evan Cheng- SSE4.1 extractfps extracts a f32 into a gr32 register...