aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass -silence-passes to bugpoint in testcases, this makes two out of three bu...Matthijs Kooijman2008-06-123-3/+3
* Let bugpoint display generated messages on stderr only if no interpreter wasMatthijs Kooijman2008-06-121-1/+4
* Add -silence-passes option to bugpoint. This option suppresses output generatedMatthijs Kooijman2008-06-121-1/+8
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-122-9/+19
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-122-24/+18
* If queried as to whether an operation is legalDuncan Sands2008-06-121-13/+17
* Add line continuation character so the avoid dup loop header test actually runs.Matthijs Kooijman2008-06-121-1/+1
* op_iterator-ify some loops, fix 80col violationsGabor Greif2008-06-111-9/+11
* Properly lower DYNAMIC_STACKALLOC - bracket all black magic withAnton Korobeynikov2008-06-111-4/+12
* For now, avoid generating FP select instructions in order to speculatively ex...Evan Cheng2008-06-111-4/+9
* Avoid duplicating loop header which leads to unnatural loops (and just seem l...Evan Cheng2008-06-112-0/+45
* 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-112-0/+181
* remove bogus commentGabor Greif2008-06-111-1/+0
* op_iterator-ify dropAllReferencesGabor Greif2008-06-111-5/+4
* Sometimes (rarely) nodes held in LegalizeTypesDuncan Sands2008-06-116-72/+110
* Better test for availability of __gnu_cxx::stdio_filebuf.Gordon Henriksen2008-06-111-1/+7
* Clarify a comment.Matthijs Kooijman2008-06-111-3/+3
* op_iterator-ify loopsGabor Greif2008-06-101-13/+16
* Small doc fix.Duncan Sands2008-06-101-1/+1
* 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
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-101-2/+0
* 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
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-105-20/+20
* 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
* Teach isGAPlusOffset to respect a GlobalAddressSDNode's offsetDan Gohman2008-06-091-1/+3
* Re-apply 52002, allowing the verifier to accept non-MRV struct returnDan Gohman2008-06-093-4/+56
* CodeGen support for aggregate-value function arguments.Dan Gohman2008-06-091-112/+139
* Update the build instructions.Duncan Sands2008-06-091-32/+21
* Various tweaks related to apint codegen. No functionalityDuncan Sands2008-06-094-4/+8
* Handle empty aggregate values.Dan Gohman2008-06-091-21/+22
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-095-777/+1053
* CPPBackend support for extractvalue and insertvalue.Dan Gohman2008-06-091-0/+34
* Abort on an unrecognized opcode.Dan Gohman2008-06-091-0/+4
* Update the CPP backend for the ConstantFP::get API change.Dan Gohman2008-06-091-4/+0
* Remove some DAG combiner assumptions about sizesDuncan Sands2008-06-092-30/+24
* Test that prune-eh doesn't make deductions basedDuncan Sands2008-06-091-0/+12