aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/umul-with-overflow.ll
AgeCommit message (Expand)Author
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2011-05-21Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2010-12-05it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-16Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman