summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* Remove double pipes in RUN commandlines.Matthijs Kooijman2008-06-10
* Remove trailing whitespace after line continuations in test cases to them work.Matthijs Kooijman2008-06-10
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-10
* Fix some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman2008-06-10
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-10
* Suppress the (stderr) output of -aa-eval, this fixes 5 tests.Matthijs Kooijman2008-06-10
* Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman2008-06-10
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-10
* Fix two more not-grep tests that were missing llvm-dis.Dan Gohman2008-06-09