aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sub-with-overflow.ll
Commit message (Expand)AuthorAgeFilesLines
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-2/+2
* llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2012-01-111-1/+1
* X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...Benjamin Kramer2011-03-081-2/+20
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-2/+2
* X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman2009-01-071-1/+1
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-091-0/+41