| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add footer | Anton Korobeynikov | 2008-06-09 | 1 | -0/+9 |
* | Remove obsolete CompilerDriver.html and provie a new one, based on autogenera... | Anton Korobeynikov | 2008-06-09 | 1 | -792/+380 |
* | linkify, this requires pulling CodeGenerator.html into 2.3. | Chris Lattner | 2008-06-09 | 1 | -3/+4 |
* | Add a simple, but efficient, generic scoped hash table | Chris Lattner | 2008-06-09 | 1 | -0/+193 |
* | grammaro | Chris Lattner | 2008-06-08 | 1 | -1/+1 |
* | final edits from me, simplify the ia64 section. | Chris Lattner | 2008-06-08 | 1 | -23/+5 |
* | more edits | Chris Lattner | 2008-06-08 | 1 | -10/+18 |
* | Add notes about two known X86-64 limitations. | Dan Gohman | 2008-06-08 | 1 | -0/+5 |
* | several edits | Chris Lattner | 2008-06-08 | 1 | -24/+44 |
* | Add some links to doxygen documentation. | Dan Gohman | 2008-06-08 | 1 | -4/+10 |
* | Describe MachineMemOperands. | Dan Gohman | 2008-06-08 | 1 | -1/+6 |
* | Fix a grammero. | Dan Gohman | 2008-06-08 | 1 | -2/+2 |
* | Revert a bad edit from r52095. | Gordon Henriksen | 2008-06-08 | 1 | -1/+1 |
* | add vmkit and rewrite clang section | Chris Lattner | 2008-06-08 | 1 | -12/+70 |
* | start edits. | Chris Lattner | 2008-06-08 | 1 | -48/+82 |
* | add more notes. | Chris Lattner | 2008-06-08 | 1 | -15/+37 |
* | Remove comparison methods for MVT. The main cause | Duncan Sands | 2008-06-08 | 18 | -117/+129 |
* | Limit the icmp+phi merging optimization to the cases where it is profitable: | Chris Lattner | 2008-06-08 | 2 | -4/+61 |
* | add some html escapes | Chris Lattner | 2008-06-08 | 1 | -3/+3 |