summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sub-with-overflow.ll
Commit message (Collapse)AuthorAgeFilesLines
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-071-1/+1
| | | | | | X86_COND_B and X86_COND_AE, respectively. llvm-svn: 61835
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-091-0/+41
target-independent way of determining overflow on multiplication. It's very tricky. Patch by Zoltan Varga! llvm-svn: 60800
OpenPOWER on IntegriCloud