aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2008-10-24Avoid splitting an interval multiple times; avoid splitting re-materializable...Evan Cheng
2008-10-22Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner
2008-10-21Fix SelectionDAGBuild lowering of Select instructions toDan Gohman
2008-10-21really fix run lineChris Lattner
2008-10-21fix run lineChris Lattner
2008-10-21remove some unneeded eh generationChris Lattner
2008-10-21Don't create TargetGlobalAddress nodes with offsets that don't fitDan Gohman
2008-10-21Optimized FCMP_OEQ and FCMP_UNE for x86.Dan Gohman
2008-10-21When the coalescer is doing rematerializing, have it removeDan Gohman
2008-10-21Fix gcc.c-torture/compile/920520-1.c by inserting bitconvertsChris Lattner
2008-10-18Reapply r57699 with a fix to not crash on asms with multiple results. UnlikeChris Lattner
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
2008-10-18Revert r57699. It's causing regressions inDan Gohman
2008-10-17Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu...Evan Cheng
2008-10-17Fix a bug where the x86 backend would reject 64-bit r constraints whenChris Lattner
2008-10-17Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner
2008-10-17remove an xfailed test.Chris Lattner
2008-10-17remove this test: it is xfailed anyway, and is failing for a reasonChris Lattner
2008-10-17Fix a very subtle spiller bug: UpdateKills should not forget to track defs of...Evan Cheng
2008-10-17Fun x86 encoding tricks: when adding an immediate value of 128,Dan Gohman
2008-10-17Define patterns for shld and shrd that match immediateDan Gohman
2008-10-16Fix this test so it actually runs the grep lines.Dan Gohman
2008-10-16Testcase for PR2762.Duncan Sands
2008-10-15Testcase for PR1638.Bill Wendling
2008-10-15- Add target lowering hooks that specify which setcc conditions are illegal,Evan Cheng
2008-10-13When doing the very-late shift-and address-mode optimization,Dan Gohman
2008-10-13FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper...Evan Cheng
2008-10-13Also update sub-register intervals after a trivial computation is rematt'ed f...Evan Cheng
2008-10-13Add a test case for _Complex passed as a FCA.Evan Cheng
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner
2008-10-10Add testcase for 'r' inline asm operandAnton Korobeynikov
2008-10-10This does not fail anymoreAnton Korobeynikov
2008-10-10Add sparc test for memory operand used in inline asmAnton Korobeynikov
2008-10-10This is not failing anymoreAnton Korobeynikov
2008-10-09get CodeGen/Alpha/mul128.ll to work.Chris Lattner
2008-10-07Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-iselDan Gohman
2008-10-07Add a testcase for i256 add. i256 isn't fully supported inDan Gohman
2008-10-07128 mul test, xfailedAndrew Lenharth
2008-10-07Certain patterns involving the "movss" instruction were marked as requiring S...Anders Carlsson
2008-10-07Expand arith on machines without carry flagsAndrew Lenharth
2008-10-07no need to write the output to the diskChris Lattner
2008-10-07Add test case for ADDC ADDE expansionAndrew Lenharth
2008-10-06Be more precise about which conversions of NaNsDale Johannesen
2008-10-06Fix PR2850 and PR2863. Only generate movddup for 128-bit SSE vector shuffles.Evan Cheng
2008-10-04Revert r56675 - it breaks unwinding runtime everywhere.Anton Korobeynikov
2008-10-04Fix a bug in the local allocator's liveness computation where itDan Gohman
2008-10-02Handle some 64-bit atomics on x86-32, some of the time.Dale Johannesen
2008-10-02Fix a think-o in isSafeToMove. This fixes it from thinking thatDan Gohman
2008-10-01Disable fast-isel for this test, as it doesn't emit the sameDan Gohman
2008-10-01Remove OptimizeForSize global. Use function attribute optsize.Devang Patel