summaryrefslogtreecommitdiff
path: root/test/Makefile
Commit message (Collapse)AuthorAge
* Added the ability to run the QMTests. It is currently not enabled by default,John Criswell2003-08-21
| | | | | | | but is here in case others want to start trying it out. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8001 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefile.common.John Criswell2003-08-06
| | | | | | | | | Since we are including Makefile.test, we automatically get Makefile.common. Furthermore, the double inclusion of Makefile.common causes the test suite to be executed twice per invocation of the top level make. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7652 91177308-0d34-0410-b5e6-96231b3b80d8
* libraries is used for internal stuff, not as a real testcaseChris Lattner2002-11-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4580 91177308-0d34-0410-b5e6-96231b3b80d8
* include Makefile.tests.Vikram S. Adve2002-03-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1914 91177308-0d34-0410-b5e6-96231b3b80d8
* More rules checked inChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1571 91177308-0d34-0410-b5e6-96231b3b80d8
* New minimal makefileChris Lattner2002-01-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1561 91177308-0d34-0410-b5e6-96231b3b80d8
* Rename Makefile.target to Makefile.tests.Vikram S. Adve2001-12-15
| | | | | | | Make all a :: target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1488 91177308-0d34-0410-b5e6-96231b3b80d8
* Run testsparc, not testcodegen for testing the back end.Vikram S. Adve2001-12-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1482 91177308-0d34-0410-b5e6-96231b3b80d8
* Build Programs subdirectoryChris Lattner2001-12-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1473 91177308-0d34-0410-b5e6-96231b3b80d8
* Replaced another HERE.Vikram S. Adve2001-11-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1132 91177308-0d34-0410-b5e6-96231b3b80d8
* Put common rules for compiling programs into Makefile.target.Vikram S. Adve2001-11-05
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1130 91177308-0d34-0410-b5e6-96231b3b80d8
* Added rules for building sparc executable with and without tracing,Vikram S. Adve2001-10-28
| | | | | | | and linking with local runtime library. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@993 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable alloca code gen tests until size of extra args in stack frameVikram S. Adve2001-10-22
| | | | | | | can be computed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@957 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Vikram S. Adve2001-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@913 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverse previous change.Vikram S. Adve2001-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@867 91177308-0d34-0410-b5e6-96231b3b80d8
* Generate assembly code for testcodegen.Vikram S. Adve2001-10-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@866 91177308-0d34-0410-b5e6-96231b3b80d8
* Disable codgen test for calltest.ll.Vikram S. Adve2001-10-17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 91177308-0d34-0410-b5e6-96231b3b80d8
* Add rule to build executablesChris Lattner2001-10-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@846 91177308-0d34-0410-b5e6-96231b3b80d8
* Compile with v9 extensionsChris Lattner2001-10-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable most tests.Vikram S. Adve2001-10-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@797 91177308-0d34-0410-b5e6-96231b3b80d8
* Delete *.s on clean.Vikram S. Adve2001-10-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@726 91177308-0d34-0410-b5e6-96231b3b80d8
* testmemory and sumarray now work with instruction selection.Vikram S. Adve2001-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@715 91177308-0d34-0410-b5e6-96231b3b80d8
* Add path to as so it doesn't find llvm as if that path is set.Chris Lattner2001-10-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@687 91177308-0d34-0410-b5e6-96231b3b80d8
* Exclude a couple of tests that the regalloc stuff doesn't handle yetChris Lattner2001-10-01
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@686 91177308-0d34-0410-b5e6-96231b3b80d8
* Add commands to assemble and compile a .ll fileChris Lattner2001-09-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@661 91177308-0d34-0410-b5e6-96231b3b80d8
* Un-neuter makefileChris Lattner2001-09-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@623 91177308-0d34-0410-b5e6-96231b3b80d8
* Folded inssel*.ll into select.ll.Vikram S. Adve2001-09-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@621 91177308-0d34-0410-b5e6-96231b3b80d8
* * Clean up InstrForestChris Lattner2001-09-12
| | | | | | | | | | | | | * Fix ins sel problem, test case: void "foo" (int *%x, int *%y) begin seteq int *%x, %y ret void end git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@552 91177308-0d34-0410-b5e6-96231b3b80d8
* Rerun backend tests if as or llc is changedChris Lattner2001-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@518 91177308-0d34-0410-b5e6-96231b3b80d8
* Executables have moved into centralized locationChris Lattner2001-09-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llc path to setupChris Lattner2001-09-07
| | | | | | | Make code gen simpler, don't drop extra files all over the place git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@494 91177308-0d34-0410-b5e6-96231b3b80d8
* Make makefile not depend on where stuff is installed!!!!Chris Lattner2001-09-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@491 91177308-0d34-0410-b5e6-96231b3b80d8
* Add testcodegen target, and restrict which tests are run for it.Vikram S. Adve2001-08-28
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@407 91177308-0d34-0410-b5e6-96231b3b80d8
* Had used the wrong option.Vikram S. Adve2001-07-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339 91177308-0d34-0410-b5e6-96231b3b80d8
* Added support for testing instruction selection on all but 2 tests.Vikram S. Adve2001-07-31
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial revisionChris Lattner2001-06-06
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2 91177308-0d34-0410-b5e6-96231b3b80d8