summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-2514-89/+100
* document some invariants.Chris Lattner2009-07-252-4/+10
* add the most expedient hack to fix PR4619, along with a testcase.Chris Lattner2009-07-252-0/+13
* Fix a few comments to say "backedge-taken count" instead ofDan Gohman2009-07-251-2/+3
* SCEV objects are no longer reference-counted.Dan Gohman2009-07-251-3/+2
* Update comments to new-style syntax.Dan Gohman2009-07-251-1/+1
* When attempting to sign-extend an addrec by interpretingDan Gohman2009-07-252-2/+76
* Remove spurious semicolons.Dan Gohman2009-07-251-2/+2
* Implement C++ semantics for C-style and functional-style casts. This regresse...Sebastian Redl2009-07-2512-561/+928
* MultiTestRunner: Make sure to point at src dir, for out of tree builds.Daniel Dunbar2009-07-252-32/+32
* MultiTestRunner: Cleanup test execution & output.Daniel Dunbar2009-07-252-121/+84
* MultiTestRunner: Drop external script and DejaGNU compatibility options for now.Daniel Dunbar2009-07-252-41/+6
* MultiTestRunner: Disable valgrind support for now, I don't feel like maintainingDaniel Dunbar2009-07-252-26/+5
* MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .batDaniel Dunbar2009-07-251-2/+8
* Make having no RUN line a failure.Daniel Dunbar2009-07-259-8/+23
* Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself.Daniel Dunbar2009-07-251-1/+1
* Remove empty tests, left over from an svn revert.Daniel Dunbar2009-07-252-0/+0
* Remove this Makefile, it is unused.Daniel Dunbar2009-07-251-21/+0
* MultiTestRunner: Oops, clang wasn't being substituted properly. This is why theDaniel Dunbar2009-07-251-13/+15
* Convert DOUT to DEBUG.Andreas Bolka2009-07-251-5/+5
* MultiTestRunner: Always use absolute path names for tests.Daniel Dunbar2009-07-252-2/+4
* Disable this test: cxx-using-declaration.cppDaniel Dunbar2009-07-251-1/+4
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-2526-44/+67
* MultiTestRunner: Explicitly define child environment, the only variable we needDaniel Dunbar2009-07-251-5/+4
* Simplify JIT target selection.Daniel Dunbar2009-07-2517-156/+58
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-252-8/+14
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-251-8/+40
* Change these tests to not depend as much on the name of the input.Daniel Dunbar2009-07-252-2/+2
* Mark attributes of return insn correctly. It was being assumed safe to delete...Sanjiv Gupta2009-07-251-0/+1
* remove this test. It is currently failing because we now emit the stringChris Lattner2009-07-251-11/+0
* eventually we should describe string options in the data structures sectionChris Lattner2009-07-251-0/+22
* minor tweaks.Chris Lattner2009-07-251-8/+9
* Add new helpers for registering targets.Daniel Dunbar2009-07-2540-344/+188
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-2517-141/+126
* Ok, "most clients should be unaffected" was a lie. Add notes on upgrading.Daniel Dunbar2009-07-251-1/+24
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-2519-276/+392
* Semantic checking for main().John McCall2009-07-2512-4/+134
* Flesh out the QualifierSet API.John McCall2009-07-251-0/+24
* Fix 80-col violations.Eric Christopher2009-07-251-5/+8
* Move ExtractElementInst to ::Create instead of new. Update all uses.Eric Christopher2009-07-257-18/+28
* Update to new syntax.Dan Gohman2009-07-251-2/+2
* Rewrite examples to use DEBUG instead of DOUT.Daniel Dunbar2009-07-251-5/+5
* 80 col violation.Evan Cheng2009-07-251-1/+2
* Tweak svn:ignoreDaniel Dunbar2009-07-250-0/+0
* Convert a few more things to use raw_ostream.Dan Gohman2009-07-256-44/+42
* More work on the constant struct builder. We can now convert the struct to a ...Anders Carlsson2009-07-251-3/+40
* Get rid of a couple of unnecessary getOpcode calls.Evan Cheng2009-07-252-2/+2
* Teach ScalarEvolution to make use of no-overflow flags whenDan Gohman2009-07-252-2/+77
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-254-27/+21
* Instead of eagerly creating new SCEVs to replace all SCEVs that areDan Gohman2009-07-253-178/+84
OpenPOWER on IntegriCloud