Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / shift-and.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-07-17 Evan ChengAdd test case for r160387
2012-01-12 Benjamin KramerX86: Generalize the x << (y & const) optimization to...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-08-30 Evan ChengTransform (x << (y&31)) -> (x << y). This takes advanta...