| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to compile tests for the ev56 alpha subtarget, which hasn't been | Matthijs Kooijman | 2008-06-12 | 2 | -3/+0 |
* | Pass -silence-passes to bugpoint in testcases, this makes two out of three bu... | Matthijs Kooijman | 2008-06-12 | 3 | -3/+3 |
* | Let bugpoint display generated messages on stderr only if no interpreter was | Matthijs Kooijman | 2008-06-12 | 1 | -1/+4 |
* | Add -silence-passes option to bugpoint. This option suppresses output generated | Matthijs Kooijman | 2008-06-12 | 1 | -1/+8 |
* | Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic | Matthijs Kooijman | 2008-06-12 | 2 | -9/+19 |
* | Make I/O redirection handling in sys::Program a bit more consistent. No | Matthijs Kooijman | 2008-06-12 | 2 | -24/+18 |
* | If queried as to whether an operation is legal | Duncan Sands | 2008-06-12 | 1 | -13/+17 |
* | Add line continuation character so the avoid dup loop header test actually runs. | Matthijs Kooijman | 2008-06-12 | 1 | -1/+1 |
* | op_iterator-ify some loops, fix 80col violations | Gabor Greif | 2008-06-11 | 1 | -9/+11 |
* | Properly lower DYNAMIC_STACKALLOC - bracket all black magic with | Anton Korobeynikov | 2008-06-11 | 1 | -4/+12 |
* | For now, avoid generating FP select instructions in order to speculatively ex... | Evan Cheng | 2008-06-11 | 1 | -4/+9 |
* | Avoid duplicating loop header which leads to unnatural loops (and just seem l... | Evan Cheng | 2008-06-11 | 2 | -0/+45 |
* | Don't send checkpoints to stderr for the vmcore.ml test. | Gordon Henriksen | 2008-06-11 | 1 | -6/+20 |
* | Teach instruction combining about the extractvalue. It can succesfully fold | Matthijs Kooijman | 2008-06-11 | 2 | -0/+181 |
* | remove bogus comment | Gabor Greif | 2008-06-11 | 1 | -1/+0 |
* | op_iterator-ify dropAllReferences | Gabor Greif | 2008-06-11 | 1 | -5/+4 |
* | Sometimes (rarely) nodes held in LegalizeTypes | Duncan Sands | 2008-06-11 | 6 | -72/+110 |
* | Better test for availability of __gnu_cxx::stdio_filebuf. | Gordon Henriksen | 2008-06-11 | 1 | -1/+7 |
* | Clarify a comment. | Matthijs Kooijman | 2008-06-11 | 1 | -3/+3 |
* | op_iterator-ify loops | Gabor Greif | 2008-06-10 | 1 | -13/+16 |
* | Small doc fix. | Duncan Sands | 2008-06-10 | 1 | -1/+1 |
* | Use %link not %llvmgxx (which includes -c) to do the link. | Dale Johannesen | 2008-06-10 | 1 | -1/+1 |
* | Suppress ObjC FE warnings, which cause the test to fail. | Dale Johannesen | 2008-06-10 | 1 | -1/+1 |
* | Add -w to inhibit gcc warnings, which causes the | Dale Johannesen | 2008-06-10 | 8 | -8/+8 |
* | Fix parameter spelling: sse not sse1 | Dale Johannesen | 2008-06-10 | 1 | -2/+2 |
* | Ignore stderr for some more tests that expect warnings there. | Matthijs Kooijman | 2008-06-10 | 2 | -2/+4 |
* | Fix some more quoting issues in RUN lines, this time regarding unintended | Matthijs Kooijman | 2008-06-10 | 4 | -8/+8 |
* | Fix some escaping and quoting in RUN lines, mainly involving { and <. In two | Matthijs Kooijman | 2008-06-10 | 7 | -7/+7 |
* | Remove double pipes in RUN commandlines. | Matthijs Kooijman | 2008-06-10 | 5 | -5/+5 |
* | Remove trailing whitespace after line continuations in test cases to them work. | Matthijs Kooijman | 2008-06-10 | 2 | -2/+2 |
* | Let some more tests ignore expected output on stderr. | Matthijs Kooijman | 2008-06-10 | 6 | -7/+7 |
* | Remove some debug output from tblgen. This fixes a test. | Matthijs Kooijman | 2008-06-10 | 1 | -2/+0 |
* | Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding | Matthijs Kooijman | 2008-06-10 | 11 | -6/+19 |
* | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman | 2008-06-10 | 17 | -17/+17 |
* | Suppress the (stderr) output of -aa-eval, this fixes 5 tests. | Matthijs Kooijman | 2008-06-10 | 5 | -5/+5 |
* | Change llvm.exp so it no longer ignores some errors when executing dejagnu | Matthijs Kooijman | 2008-06-10 | 1 | -0/+4 |
* | adjust calls to ConstantFP::get to new API | Gabor Greif | 2008-06-10 | 5 | -20/+20 |
* | Convert several tests to use temporary files instead of redundantly | Dan Gohman | 2008-06-10 | 14 | -60/+63 |
* | Fix two more not-grep tests that were missing llvm-dis. | Dan Gohman | 2008-06-09 | 2 | -3/+3 |
* | Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset | Dan Gohman | 2008-06-09 | 1 | -1/+3 |
* | Re-apply 52002, allowing the verifier to accept non-MRV struct return | Dan Gohman | 2008-06-09 | 3 | -4/+56 |
* | CodeGen support for aggregate-value function arguments. | Dan Gohman | 2008-06-09 | 1 | -112/+139 |
* | Update the build instructions. | Duncan Sands | 2008-06-09 | 1 | -32/+21 |
* | Various tweaks related to apint codegen. No functionality | Duncan Sands | 2008-06-09 | 4 | -4/+8 |
* | Handle empty aggregate values. | Dan Gohman | 2008-06-09 | 1 | -21/+22 |
* | AsmParser support for immediate constant aggregate values. | Dan Gohman | 2008-06-09 | 5 | -777/+1053 |
* | CPPBackend support for extractvalue and insertvalue. | Dan Gohman | 2008-06-09 | 1 | -0/+34 |
* | Abort on an unrecognized opcode. | Dan Gohman | 2008-06-09 | 1 | -0/+4 |
* | Update the CPP backend for the ConstantFP::get API change. | Dan Gohman | 2008-06-09 | 1 | -4/+0 |
* | Remove some DAG combiner assumptions about sizes | Duncan Sands | 2008-06-09 | 2 | -30/+24 |