summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/add-with-overflow.ll
Commit message (Expand)AuthorAge
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-07
* If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation onBill Wendling2008-12-10
* Implement fast-isel conversion of a branch instruction that's branching on anBill Wendling2008-12-09
* Change label to 'carry' for unsigned adds.Bill Wendling2008-12-03
* Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDOBill Wendling2008-12-02
* XFAil test due to reverting of patch.Bill Wendling2008-11-27
* Add x86-specific test for add-with-overflow intrinsics.Bill Wendling2008-11-26