summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* ISD::UNDEF should be expanded recursively / iteratively.Evan Cheng2008-06-19
* Modify some ipconstprop tests to also test with invokes.Matthijs Kooijman2008-06-19
* Fix a bug with <8 x i16> shuffle lowering on X86 where parts of the Eli Friedman2008-06-19
* New test case.Evan Cheng2008-06-19
* This also got better (55 - 51 instructions). But doing one more re-materializ...Evan Cheng2008-06-19
* This got better.Evan Cheng2008-06-19
* Remove this test until the corresponding patch is reapplied because it's caus...Owen Anderson2008-06-18
* Add local PRE to GVN. This only operates in cases where it would not increas...Owen Anderson2008-06-18
* Rewrite the DeadArgumentElimination pass, to use a more explicit tracking ofMatthijs Kooijman2008-06-18
* Reapply r52397 (make IPConstProp promote returned arguments), but fixed thisMatthijs Kooijman2008-06-18
* Reapply r52396, it was unrelated to the breakage (that was caused by r52397, myMatthijs Kooijman2008-06-18
* implement some simple bswap optimizations, rdar://5992453Chris Lattner2008-06-18
* temporarily revert this testcase since its patch was reverted.Chris Lattner2008-06-18
* make truncate/sext elimination capable of changing phi's. This Chris Lattner2008-06-18
* Preserve dominance frontier while trivially unswitching loop.Devang Patel2008-06-18
* Learn IPConstProp to look at individual return values and propagate themMatthijs Kooijman2008-06-17
* Do not issue identity copies.Evan Cheng2008-06-16
* Refine the change in r52258 for avoiding use-before-def conditionsDan Gohman2008-06-16
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Make testcase check for extractvalue instead of extractelement.Matthijs Kooijman2008-06-16
* Store the result of multiple identical run lines in a temporary file.Matthijs Kooijman2008-06-16
* Fix PR numbers, I accidentally switched two digits.Matthijs Kooijman2008-06-16
* If we are checking to see if the result of a call aliases aChris Lattner2008-06-16
* this is unneeded now.Chris Lattner2008-06-16
* resolve PR2453 by adding a run line.Chris Lattner2008-06-16
* Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz2008-06-15
* Teach the spiller to commute instructions in order to fold a reload. This hit...Evan Cheng2008-06-13
* Remove unnecessary target lines.Eli Friedman2008-06-13
* Remove unnecessary target lines.Eli Friedman2008-06-13
* Don't skip over instructions other than loads that might read memory Eli Friedman2008-06-13
* Protect ChangeCompareStride from situations in which it is possibleDan Gohman2008-06-13
* Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the Eli Friedman2008-06-13
* Disable some DAG combiner optimizations that may beDuncan Sands2008-06-13
* XFAIL some tests that became failing due to the extra error reporting recentl...Matthijs Kooijman2008-06-13
* Crash less. The i64 restriction in BinomialCoefficient caused some problemsNick Lewycky2008-06-13
* Fix some tests.Evan Cheng2008-06-12
* Revert 52223.Evan Cheng2008-06-12
* Don't try to compile tests for the ev56 alpha subtarget, which hasn't beenMatthijs Kooijman2008-06-12
* Pass -silence-passes to bugpoint in testcases, this makes two out of three bu...Matthijs Kooijman2008-06-12
* Add line continuation character so the avoid dup loop header test actually runs.Matthijs Kooijman2008-06-12
* Avoid duplicating loop header which leads to unnatural loops (and just seem l...Evan Cheng2008-06-11
* Don't send checkpoints to stderr for the vmcore.ml test.Gordon Henriksen2008-06-11
* Teach instruction combining about the extractvalue. It can succesfully foldMatthijs Kooijman2008-06-11
* Use %link not %llvmgxx (which includes -c) to do the link.Dale Johannesen2008-06-10
* Suppress ObjC FE warnings, which cause the test to fail.Dale Johannesen2008-06-10
* Add -w to inhibit gcc warnings, which causes theDale Johannesen2008-06-10
* Fix parameter spelling: sse not sse1Dale Johannesen2008-06-10
* Ignore stderr for some more tests that expect warnings there.Matthijs Kooijman2008-06-10
* Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman2008-06-10
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-10