| Commit message (Expand) | Author | Age | Files | Lines |
* | Constants are not getting merged together correctly when types are resolved | Chris Lattner | 2003-10-04 | 1 | -0/+6 |
* | Changed all of these tests to be TestRunner tests (or, at least they can be | John Criswell | 2003-10-03 | 13 | -4/+24 |
* | Renamed these tests so that they don't contain extra periods. | John Criswell | 2003-10-03 | 4 | -860/+4 |
* | Remove obsolete tests which: | Chris Lattner | 2003-10-02 | 9 | -644/+0 |
* | Checkin new file, reduced by Brian | Chris Lattner | 2003-10-02 | 1 | -0/+9 |
* | Add new testcases | Chris Lattner | 2003-10-02 | 1 | -0/+11 |
* | Change llc command line for register allocators | Alkis Evlogimenos | 2003-10-02 | 2 | -2/+2 |
* | New testcase that was not correctly handled | Chris Lattner | 2003-09-30 | 1 | -0/+8 |
* | This bug is not fixed, but will be in the future eventually | Chris Lattner | 2003-09-30 | 1 | -0/+10 |
* | new testcase | Chris Lattner | 2003-09-30 | 1 | -0/+8 |
* | Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxx | John Criswell | 2003-09-30 | 2 | -2/+2 |
* | Adjusted for the new TestRunner test class. This replaces %gcc and %g++ with | John Criswell | 2003-09-30 | 2 | -2/+2 |
* | Added the CXXTest test class. | John Criswell | 2003-09-30 | 1 | -0/+2 |
* | This makefile is completely wrong, don't even bother to keep it | Chris Lattner | 2003-09-30 | 1 | -4/+0 |
* | These tests got moved to test/Programs/SingleSource/Regression/C++/EH | Chris Lattner | 2003-09-30 | 7 | -220/+0 |
* | new testcase distilled from 177.mesa | Chris Lattner | 2003-09-30 | 1 | -0/+16 |
* | New fixed bug, distilled from 252.eon | Chris Lattner | 2003-09-30 | 1 | -0/+10 |
* | update run command | Chris Lattner | 2003-09-29 | 1 | -1/+1 |
* | Simplify test, include problem analysis | Chris Lattner | 2003-09-29 | 1 | -3/+7 |
* | Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH and | John Criswell | 2003-09-29 | 1 | -0/+4 |
* | Updated for the new QMTest test suite. Temporary output file is now placed | John Criswell | 2003-09-29 | 1 | -1/+1 |
* | New testcase, distilled by John | Chris Lattner | 2003-09-29 | 1 | -0/+11 |
* | Updated these tests so that they use the new temporary directory as opposed | John Criswell | 2003-09-26 | 7 | -21/+21 |
* | Updated to generate temporary files in the temporary directory. | John Criswell | 2003-09-26 | 2 | -6/+6 |
* | Removing these tests from the regressions directory. | John Criswell | 2003-09-26 | 21 | -358/+0 |
* | Modified the test so that it puts temporary files into the temporary directory. | John Criswell | 2003-09-26 | 1 | -3/+3 |
* | Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly. | John Criswell | 2003-09-25 | 1 | -0/+0 |
* | new testcase | Chris Lattner | 2003-09-23 | 1 | -0/+16 |
* | new testcase, reduced by bugpoint | Chris Lattner | 2003-09-22 | 1 | -0/+24 |
* | new testcase which crashes the inliner, thanks Bugpoint! | Chris Lattner | 2003-09-22 | 1 | -0/+26 |
* | new testcase that crashes the C++ frontend, found by John | Chris Lattner | 2003-09-22 | 1 | -0/+9 |
* | New testcase | Chris Lattner | 2003-09-20 | 1 | -0/+29 |
* | New testcase that basicaa should be able to handle | Chris Lattner | 2003-09-20 | 2 | -0/+24 |
* | Two new tests for shifts followed by ands | Chris Lattner | 2003-09-19 | 1 | -0/+12 |
* | New testcases | Chris Lattner | 2003-09-19 | 1 | -0/+12 |
* | a bitfield stress test to exercise various parts of the front-end. | Chris Lattner | 2003-09-19 | 1 | -0/+28 |
* | new old testcase | Chris Lattner | 2003-09-17 | 1 | -0/+14 |
* | Updated the name of the linker to llvm-link. | John Criswell | 2003-09-16 | 1 | -1/+1 |
* | These transitional scripts are no longer necessary, no one should have `as' or | Misha Brukman | 2003-09-16 | 2 | -10/+0 |
* | Remove obsolete -abort-on-exception flag from LLI | Chris Lattner | 2003-09-16 | 2 | -2/+2 |
* | Remove obsolete option | Chris Lattner | 2003-09-16 | 1 | -1/+1 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-16 | 251 | -251/+251 |
* | Allow multiple object trees to use the source tree tests at once by | John Criswell | 2003-09-16 | 1 | -1/+8 |
* | QMTest test and resource classes are always register before running the tests. | John Criswell | 2003-09-15 | 1 | -4/+6 |
* | Removing Makefiles. Regression tests are now run by QMTest. | John Criswell | 2003-09-15 | 47 | -618/+0 |
* | Removing Makefile. The QMTest program now handles the running of these tests. | John Criswell | 2003-09-15 | 1 | -46/+0 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. | Misha Brukman | 2003-09-15 | 23 | -70/+70 |
* | Renamed `as' => `llvm-as', `dis' => `llvm-dis'. | Misha Brukman | 2003-09-15 | 40 | -41/+41 |
* | new testcase that crashes opt | Chris Lattner | 2003-09-15 | 1 | -0/+8 |
* | New testcase | Chris Lattner | 2003-09-15 | 1 | -0/+11 |