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