aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libraries is used for internal stuff, not as a real testcaseChris Lattner2002-11-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4580 91177308-0d34-0410-b5e6-96231b3b80d8
* include Makefile.tests.Vikram S. Adve2002-03-181-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1914 91177308-0d34-0410-b5e6-96231b3b80d8
* More rules checked inChris Lattner2002-01-231-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1571 91177308-0d34-0410-b5e6-96231b3b80d8
* New minimal makefileChris Lattner2002-01-231-36/+2
| | | | 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-151-2/+2
| | | | | | | 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-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1482 91177308-0d34-0410-b5e6-96231b3b80d8
* Build Programs subdirectoryChris Lattner2001-12-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1473 91177308-0d34-0410-b5e6-96231b3b80d8
* Replaced another HERE.Vikram S. Adve2001-11-051-1/+1
| | | | 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-051-48/+5
| | | | 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-281-20/+36
| | | | | | | 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-221-1/+1
| | | | | | | 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-181-5/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@913 91177308-0d34-0410-b5e6-96231b3b80d8
* Reverse previous change.Vikram S. Adve2001-10-181-2/+2
| | | | 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-181-2/+2
| | | | 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-171-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@855 91177308-0d34-0410-b5e6-96231b3b80d8
* Add rule to build executablesChris Lattner2001-10-151-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@846 91177308-0d34-0410-b5e6-96231b3b80d8
* Compile with v9 extensionsChris Lattner2001-10-151-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@839 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable most tests.Vikram S. Adve2001-10-141-1/+1
| | | | 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-111-1/+1
| | | | 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-101-3/+15
| | | | 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-011-2/+2
| | | | 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-011-1/+1
| | | | 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-281-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@661 91177308-0d34-0410-b5e6-96231b3b80d8
* Un-neuter makefileChris Lattner2001-09-181-2/+0
| | | | 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-181-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@621 91177308-0d34-0410-b5e6-96231b3b80d8
* * Clean up InstrForestChris Lattner2001-09-121-1/+1
| | | | | | | | | | | | | * 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-091-1/+1
| | | | 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-071-3/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@499 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llc path to setupChris Lattner2001-09-071-5/+5
| | | | | | | 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-071-1/+1
| | | | 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-281-9/+19
| | | | 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-311-1/+1
| | | | 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-311-1/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial revisionChris Lattner2001-06-061-0/+20
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2 91177308-0d34-0410-b5e6-96231b3b80d8