Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / umul-with-overflow.ll
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-05-21 Benjamin KramerImplement mulo x, 2 -> addo x, x in DAGCombiner.
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2010-12-05 Chris Lattnerit turns out that when ".with.overflow" intrinsics...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-16 Eli FriedmanAdd some generic expansion logic for SMULO and UMULO...