aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Protect ChangeCompareStride from situations in which it is possibleDan Gohman2008-06-131-0/+20
* Make sure SimplifyStoreAtEndOfBlock doesn't mess with loops; the Eli Friedman2008-06-131-0/+22
* Disable some DAG combiner optimizations that may beDuncan Sands2008-06-132-0/+45
* XFAIL some tests that became failing due to the extra error reporting recentl...Matthijs Kooijman2008-06-137-0/+15
* Crash less. The i64 restriction in BinomialCoefficient caused some problemsNick Lewycky2008-06-131-0/+43
* Fix some tests.Evan Cheng2008-06-125-9/+8
* Revert 52223.Evan Cheng2008-06-121-2/+2
* Don't try to compile tests for the ev56 alpha subtarget, which hasn't beenMatthijs Kooijman2008-06-122-3/+0
* Pass -silence-passes to bugpoint in testcases, this makes two out of three bu...Matthijs Kooijman2008-06-123-3/+3
* Add line continuation character so the avoid dup loop header test actually runs.Matthijs Kooijman2008-06-121-1/+1
* Avoid duplicating loop header which leads to unnatural loops (and just seem l...Evan Cheng2008-06-111-0/+27
* Don't send checkpoints to stderr for the vmcore.ml test.Gordon Henriksen2008-06-111-6/+20
* Teach instruction combining about the extractvalue. It can succesfully foldMatthijs Kooijman2008-06-111-0/+24
* Use %link not %llvmgxx (which includes -c) to do the link.Dale Johannesen2008-06-101-1/+1
* Suppress ObjC FE warnings, which cause the test to fail.Dale Johannesen2008-06-101-1/+1
* Add -w to inhibit gcc warnings, which causes theDale Johannesen2008-06-108-8/+8
* Fix parameter spelling: sse not sse1Dale Johannesen2008-06-101-2/+2
* Ignore stderr for some more tests that expect warnings there.Matthijs Kooijman2008-06-102-2/+4
* Fix some more quoting issues in RUN lines, this time regarding unintendedMatthijs Kooijman2008-06-104-8/+8
* Fix some escaping and quoting in RUN lines, mainly involving { and <. In twoMatthijs Kooijman2008-06-107-7/+7
* Remove double pipes in RUN commandlines.Matthijs Kooijman2008-06-105-5/+5
* Remove trailing whitespace after line continuations in test cases to them work.Matthijs Kooijman2008-06-102-2/+2
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-106-7/+7
* Fix some llvm-gcc warnings in testcases, mostly by adding includes or addingMatthijs Kooijman2008-06-1011-6/+19
* For all RUN lines starting with "not", redirect stderr to /dev/null so testsMatthijs Kooijman2008-06-1017-17/+17
* Suppress the (stderr) output of -aa-eval, this fixes 5 tests.Matthijs Kooijman2008-06-105-5/+5
* Change llvm.exp so it no longer ignores some errors when executing dejagnuMatthijs Kooijman2008-06-101-0/+4
* Convert several tests to use temporary files instead of redundantlyDan Gohman2008-06-1014-60/+63
* Fix two more not-grep tests that were missing llvm-dis.Dan Gohman2008-06-092-3/+3
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-092-0/+41
* Test that prune-eh doesn't make deductions basedDuncan Sands2008-06-091-0/+12
* add support for PIC on linux x86-64Rafael Espindola2008-06-0911-0/+130
* lower calls to abs to inline code, PR2337Chris Lattner2008-06-091-0/+11
* Fix PR2411, where ip constant prop would propagate theChris Lattner2008-06-091-0/+15
* Limit the icmp+phi merging optimization to the cases where it is profitable:Chris Lattner2008-06-081-0/+49
* Remove invalid testAnton Korobeynikov2008-06-081-141/+0
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-071-0/+21
* Fix run line.Evan Cheng2008-06-071-1/+1
* Testcase for PR2418Anton Korobeynikov2008-06-061-0/+141
* Revert 52002.Dan Gohman2008-06-051-22/+0
* Add a test case for opt -instcombine bug fix in revision 52003.Zhou Sheng2008-06-051-0/+7
* Change the Verifier to support returning first class aggregrates.Matthijs Kooijman2008-06-051-0/+22
* Add a test case for APInt bug fix in r51999.Zhou Sheng2008-06-051-0/+60
* Learn ScalarReplAggregrates how stores and loads of first class aggregratesMatthijs Kooijman2008-06-051-0/+32
* Let StructRetPromotion check if all if its users are really calls or invokesn,Matthijs Kooijman2008-06-051-0/+20
* Let StructRetPromotion check if it's users are really calling it and notMatthijs Kooijman2008-06-051-0/+24
* Fix a memcpy lowering bug. Even though the memcpy alignment is smaller than t...Evan Cheng2008-06-041-0/+19
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-041-0/+12
* Change packed struct layout so that field sizesDuncan Sands2008-06-041-0/+14
* Testcase for LoopIndexSplit and DomFrontier.Owen Anderson2008-06-031-0/+32