| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Test that prune-eh doesn't make deductions based | Duncan Sands | 2008-06-09 | 1 | -0/+12 |
* | add support for PIC on linux x86-64 | Rafael Espindola | 2008-06-09 | 12 | -12/+146 |
* | lower calls to abs to inline code, PR2337 | Chris Lattner | 2008-06-09 | 2 | -1/+37 |
* | Fix PR2411, where ip constant prop would propagate the | Chris Lattner | 2008-06-09 | 2 | -0/+20 |
* | Small formatting changes. | Bill Wendling | 2008-06-09 | 1 | -8/+14 |
* | use 'continue' to make the function linker simpler. When linking a strong | Chris Lattner | 2008-06-09 | 1 | -21/+37 |
* | minor changes to short circuit the 'no linkage' case earlier for | Chris Lattner | 2008-06-09 | 1 | -27/+40 |
* | simplify function visibility handling. | Chris Lattner | 2008-06-09 | 1 | -7/+8 |
* | Create dirs as needed. | Tanya Lattner | 2008-06-09 | 1 | -0/+6 |
* | removed two implicitly closed </p> tags to get it validate | Gabor Greif | 2008-06-09 | 1 | -4/+4 |
* | Update with new release. | Tanya Lattner | 2008-06-09 | 1 | -0/+1 |
* | Add a note in the API Changes section about the ConstantFP::get change. | Dan Gohman | 2008-06-09 | 1 | -0/+3 |
* | Use proper icon :) | Anton Korobeynikov | 2008-06-09 | 1 | -1/+1 |
* | Fix few validations errors | Anton Korobeynikov | 2008-06-09 | 1 | -2/+2 |