aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/add-with-overflow.ll
AgeCommit message (Expand)Author
2010-02-09merge another test in, drop the trivially constant folded cases.Chris Lattner
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-01-07X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman
2008-12-10If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation onBill Wendling
2008-12-09Implement fast-isel conversion of a branch instruction that's branching on anBill Wendling
2008-12-03Change label to 'carry' for unsigned adds.Bill Wendling
2008-12-02Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDOBill Wendling
2008-11-27XFAil test due to reverting of patch.Bill Wendling
2008-11-26Add x86-specific test for add-with-overflow intrinsics.Bill Wendling