summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/umul-with-overflow.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Implement mulo x, 2 -> addo x, x in DAGCombiner.Benjamin Kramer2011-05-21
* As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling2011-04-14
* Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling2011-04-14
* it turns out that when ".with.overflow" intrinsics were added to the X86Chris Lattner2010-12-05
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Add some generic expansion logic for SMULO and UMULO. Fixes UMULO Eli Friedman2009-06-16