[CodeGen] Teach the peephole optimizer to remember (and exploit) all folding
[oota-llvm.git] / test / CodeGen / X86 / vec_splat-3.ll
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-01-26 Benjamin KramerX86: Do splat promotion later, so the optimizer can...
2013-01-26 Benjamin KramerFileCheckize and merge some tests.
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-12-23 Mon P WangAdded shuffle and splat test cases for r61365.