summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/add.ll
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Remove -join-physregs from the test suite.Jakob Stoklund Olesen1-6/+4
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick1-3/+3
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen1-2/+4
2011-03-08X86: Fix the (saddo/ssub x, 1) -> incl/decl selection to check the right oper...Benjamin Kramer1-0/+15
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi1-6/+7
2010-12-22DAGCombine add (sext i1), X into sub X, (zext i1) if sext from i1 is illegal....Benjamin Kramer1-0/+12
2010-12-20now that addc/adde are gone, "ADDC" in the X86 backend uses EFLAGS results,Chris Lattner1-0/+19
2010-12-20We lower setb to sbb with the hope that the and will go away, when it Chris Lattner1-0/+9
2010-02-09merge a target-specific add test into x86 directory.Chris Lattner1-0/+20
2010-02-09merge another test in, drop the trivially constant folded cases.Chris Lattner1-0/+49
2010-02-09consolidate and filecheckize two tests.Chris Lattner1-0/+25