Age | Commit message (Expand) | Author |
2008-06-10 | Fix some escaping and quoting in RUN lines, mainly involving { and <. In two | Matthijs Kooijman |
2008-06-10 | Remove double pipes in RUN commandlines. | Matthijs Kooijman |
2008-06-10 | Remove trailing whitespace after line continuations in test cases to them work. | Matthijs Kooijman |
2008-06-10 | Let some more tests ignore expected output on stderr. | Matthijs Kooijman |
2008-06-10 | Remove some debug output from tblgen. This fixes a test. | Matthijs Kooijman |
2008-06-10 | Fix some llvm-gcc warnings in testcases, mostly by adding includes or adding | Matthijs Kooijman |
2008-06-10 | For all RUN lines starting with "not", redirect stderr to /dev/null so tests | Matthijs Kooijman |
2008-06-10 | Suppress the (stderr) output of -aa-eval, this fixes 5 tests. | Matthijs Kooijman |
2008-06-10 | Change llvm.exp so it no longer ignores some errors when executing dejagnu | Matthijs Kooijman |
2008-06-10 | adjust calls to ConstantFP::get to new API | Gabor Greif |
2008-06-10 | Convert several tests to use temporary files instead of redundantly | Dan Gohman |
2008-06-09 | Fix two more not-grep tests that were missing llvm-dis. | Dan Gohman |
2008-06-09 | Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset | Dan Gohman |
2008-06-09 | Re-apply 52002, allowing the verifier to accept non-MRV struct return | Dan Gohman |
2008-06-09 | CodeGen support for aggregate-value function arguments. | Dan Gohman |
2008-06-09 | Update the build instructions. | Duncan Sands |
2008-06-09 | Various tweaks related to apint codegen. No functionality | Duncan Sands |
2008-06-09 | Handle empty aggregate values. | Dan Gohman |
2008-06-09 | AsmParser support for immediate constant aggregate values. | Dan Gohman |
2008-06-09 | CPPBackend support for extractvalue and insertvalue. | Dan Gohman |
2008-06-09 | Abort on an unrecognized opcode. | Dan Gohman |
2008-06-09 | Update the CPP backend for the ConstantFP::get API change. | Dan Gohman |
2008-06-09 | Remove some DAG combiner assumptions about sizes | Duncan Sands |
2008-06-09 | Test that prune-eh doesn't make deductions based | Duncan Sands |
2008-06-09 | add support for PIC on linux x86-64 | Rafael Espindola |
2008-06-09 | lower calls to abs to inline code, PR2337 | Chris Lattner |
2008-06-09 | Fix PR2411, where ip constant prop would propagate the | Chris Lattner |
2008-06-09 | Small formatting changes. | Bill Wendling |
2008-06-09 | use 'continue' to make the function linker simpler. When linking a strong | Chris Lattner |
2008-06-09 | minor changes to short circuit the 'no linkage' case earlier for | Chris Lattner |
2008-06-09 | simplify function visibility handling. | Chris Lattner |
2008-06-09 | Create dirs as needed. | Tanya Lattner |
2008-06-09 | removed two implicitly closed </p> tags to get it validate | Gabor Greif |
2008-06-09 | Update with new release. | Tanya Lattner |
2008-06-09 | Add a note in the API Changes section about the ConstantFP::get change. | Dan Gohman |
2008-06-09 | Use proper icon :) | Anton Korobeynikov |
2008-06-09 | Fix few validations errors | Anton Korobeynikov |
2008-06-09 | Add footer | Anton Korobeynikov |
2008-06-09 | Remove obsolete CompilerDriver.html and provie a new one, based on autogenera... | Anton Korobeynikov |
2008-06-09 | linkify, this requires pulling CodeGenerator.html into 2.3. | Chris Lattner |
2008-06-09 | Add a simple, but efficient, generic scoped hash table | Chris Lattner |
2008-06-08 | grammaro | Chris Lattner |
2008-06-08 | final edits from me, simplify the ia64 section. | Chris Lattner |
2008-06-08 | more edits | Chris Lattner |
2008-06-08 | Add notes about two known X86-64 limitations. | Dan Gohman |
2008-06-08 | several edits | Chris Lattner |
2008-06-08 | Add some links to doxygen documentation. | Dan Gohman |
2008-06-08 | Describe MachineMemOperands. | Dan Gohman |
2008-06-08 | Fix a grammero. | Dan Gohman |
2008-06-08 | Revert a bad edit from r52095. | Gordon Henriksen |