aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/add-with-overflow.ll
Commit message (Expand)AuthorAgeFilesLines
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-071-2/+2
* If ADD, SUB, or MUL have an overflow bit that's used, don't do transformation onBill Wendling2008-12-101-4/+36
* Implement fast-isel conversion of a branch instruction that's branching on anBill Wendling2008-12-091-0/+2
* Change label to 'carry' for unsigned adds.Bill Wendling2008-12-031-2/+2
* Second stab at target-dependent lowering of everyone's favorite nodes: [SU]ADDOBill Wendling2008-12-021-1/+0
* XFAil test due to reverting of patch.Bill Wendling2008-11-271-0/+1
* Add x86-specific test for add-with-overflow intrinsics.Bill Wendling2008-11-261-0/+41