Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / x86-shifts.ll
2015-03-18 Simon PilgrimFixed failing test due to missing target triple causing...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts...
2015-03-18 Eric ChristopherRevert "[X86][SSE] Avoid scalarization of v2i64 vector...
2015-03-18 Simon Pilgrim[X86][SSE] Avoid scalarization of v2i64 vector shifts
2015-02-08 Sanjay Patelfix test attributes; these are SSE2 tests, not Nehalem...
2013-12-05 Alp TokerCorrect word hyphenations
2013-10-15 Andrew TrickEnable MI Sched for x86.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-06-25 Andrew TrickRevert "Temporarily enable MI-Sched on X86."
2013-06-24 Andrew TrickTemporarily enable MI-Sched on X86.
2011-11-01 Eli FriedmanTeach the x86 backend a couple tricks for dealing with...
2011-10-30 Benjamin KramerX86: Emit logical shift by constant splat of <16 x...
2011-10-30 Nadav RotemFix pr11266.
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-05-11 Nadav RotemAdd custom lowering of X86 vector SRA/SRL/SHL when...