aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sub-with-overflow.ll
AgeCommit message (Expand)Author
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-01-11llvm/test/CodeGen/X86/sub-with-overflow.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi
2011-03-08X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...Benjamin Kramer
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-01-07X86_COND_C and X86_COND_NC are alternate mnemonics forDan Gohman
2008-12-09Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling