aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Removed the AnalyzeTest class.John Criswell2003-10-101-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9041 91177308-0d34-0410-b5e6-96231b3b80d8
* Make the clean target remove the QMTest temporary directory.John Criswell2003-10-101-2/+3
| | | | | | | Remove QMTest python classes which are no longer used. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9040 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase. globaldce should not delete the globalChris Lattner2003-10-101-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8999 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-10-101-0/+15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8997 91177308-0d34-0410-b5e6-96231b3b80d8
* old testcaseChris Lattner2003-10-081-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8967 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin an old bug, which appears to be fixedChris Lattner2003-10-081-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8966 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-10-071-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8953 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the location of the expectations file.John Criswell2003-10-071-2/+3
| | | | | | | Added the registration of the LLVM Database class. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8946 91177308-0d34-0410-b5e6-96231b3b80d8
* Switching over to the new test database.John Criswell2003-10-071-4/+4
| | | | | | | | Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8945 91177308-0d34-0410-b5e6-96231b3b80d8
* These scripts are no longer needed. They have been replaced by QMTest.John Criswell2003-10-072-59/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8929 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase, distilled by BrianChris Lattner2003-10-071-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8914 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-10-051-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8882 91177308-0d34-0410-b5e6-96231b3b80d8
* Constants are not getting merged together correctly when types are resolvedChris Lattner2003-10-041-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8846 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed all of these tests to be TestRunner tests (or, at least they can beJohn Criswell2003-10-0313-4/+24
| | | | | | | | TestRunner tests). This makes creating the new test database class easier to implement. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8841 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed these tests so that they don't contain extra periods.John Criswell2003-10-034-860/+4
| | | | | | | This interferes with QMTest and the new test database. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8838 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove obsolete tests which:Chris Lattner2003-10-029-644/+0
| | | | | | | | A. do not just test LLC, or even the sparc backend B. are cut down versions of tests that exist in other places git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8821 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin new file, reduced by BrianChris Lattner2003-10-021-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8820 91177308-0d34-0410-b5e6-96231b3b80d8
* Add new testcasesChris Lattner2003-10-021-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8816 91177308-0d34-0410-b5e6-96231b3b80d8
* Change llc command line for register allocatorsAlkis Evlogimenos2003-10-022-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8815 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that was not correctly handledChris Lattner2003-09-301-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8800 91177308-0d34-0410-b5e6-96231b3b80d8
* This bug is not fixed, but will be in the future eventuallyChris Lattner2003-09-301-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8799 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-09-301-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8798 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed TestRunner test class so that it replaces %llvmgcc and %llvmgxxJohn Criswell2003-09-302-2/+2
| | | | | | | instead of %gcc and %gxx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8792 91177308-0d34-0410-b5e6-96231b3b80d8
* Adjusted for the new TestRunner test class. This replaces %gcc and %g++ withJohn Criswell2003-09-302-2/+2
| | | | | | | the names of the LLVM C and C++ frontends, respectively. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8789 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the CXXTest test class.John Criswell2003-09-301-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8788 91177308-0d34-0410-b5e6-96231b3b80d8
* This makefile is completely wrong, don't even bother to keep itChris Lattner2003-09-301-4/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8786 91177308-0d34-0410-b5e6-96231b3b80d8
* These tests got moved to test/Programs/SingleSource/Regression/C++/EHChris Lattner2003-09-307-220/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8785 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase distilled from 177.mesaChris Lattner2003-09-301-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8766 91177308-0d34-0410-b5e6-96231b3b80d8
* New fixed bug, distilled from 252.eonChris Lattner2003-09-301-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8761 91177308-0d34-0410-b5e6-96231b3b80d8
* update run commandChris Lattner2003-09-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8749 91177308-0d34-0410-b5e6-96231b3b80d8
* Simplify test, include problem analysisChris Lattner2003-09-291-3/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8747 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding Makefiles for llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-0/+4
| | | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8745 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated for the new QMTest test suite. Temporary output file is now placedJohn Criswell2003-09-291-1/+1
| | | | | | | inside the temporary file directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8744 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, distilled by JohnChris Lattner2003-09-291-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8743 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated these tests so that they use the new temporary directory as opposedJohn Criswell2003-09-267-21/+21
| | | | | | | to the old Output directory for temporary files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8728 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated to generate temporary files in the temporary directory.John Criswell2003-09-262-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8724 91177308-0d34-0410-b5e6-96231b3b80d8
* Removing these tests from the regressions directory.John Criswell2003-09-2621-358/+0
| | | | | | | | They now live in llvm/test/Programs/SingleSource/Regression alongside their UnitTest brethren. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8722 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the test so that it puts temporary files into the temporary directory.John Criswell2003-09-261-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8717 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved wierdnames.ll to weirdnames.ll. The new name is spelled correctly.John Criswell2003-09-251-0/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8711 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2003-09-231-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8688 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase, reduced by bugpointChris Lattner2003-09-221-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8665 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase which crashes the inliner, thanks Bugpoint!Chris Lattner2003-09-221-0/+26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8663 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes the C++ frontend, found by JohnChris Lattner2003-09-221-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8655 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcaseChris Lattner2003-09-201-0/+29
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8617 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase that basicaa should be able to handleChris Lattner2003-09-202-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8614 91177308-0d34-0410-b5e6-96231b3b80d8
* Two new tests for shifts followed by andsChris Lattner2003-09-191-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8606 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcasesChris Lattner2003-09-191-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8603 91177308-0d34-0410-b5e6-96231b3b80d8
* a bitfield stress test to exercise various parts of the front-end.Chris Lattner2003-09-191-0/+28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8602 91177308-0d34-0410-b5e6-96231b3b80d8
* new old testcaseChris Lattner2003-09-171-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8574 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated the name of the linker to llvm-link.John Criswell2003-09-161-1/+1
| | | | | | | This should fix the MultiSource tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8569 91177308-0d34-0410-b5e6-96231b3b80d8