aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
AgeCommit message (Expand)Author
2004-03-29Merged in RELEASE_12.John Criswell
2003-12-11Separate out target for cleaning up qmtest garbage.Brian Gaeke
2003-11-21Clean more qmtest files.Brian Gaeke
2003-11-20Blow away compiled versions of qmtest classes on 'make clean'.Brian Gaeke
2003-11-19We now support different expectations for different OS's/architectures.John Criswell
2003-10-27Merged RELEASE_1.John Criswell
2003-10-23Do not report errors if QMTest returns a non-zero value.John Criswell
2003-10-11Quote qmtest args in $(CONTEXT).Brian Gaeke
2003-10-10Removed the AnalyzeTest class.John Criswell
2003-10-10Make the clean target remove the QMTest temporary directory.John Criswell
2003-10-07Fixed the location of the expectations file.John Criswell
2003-10-07Switching over to the new test database.John Criswell
2003-09-30Added the CXXTest test class.John Criswell
2003-09-16Allow multiple object trees to use the source tree tests at once byJohn Criswell
2003-09-15QMTest test and resource classes are always register before running the tests.John Criswell
2003-09-08Added the .t implicit rule. You can now run an individual set of QMTests byJohn Criswell
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-21Added the ability to run the QMTests. It is currently not enabled by default,John Criswell
2003-08-06Removed Makefile.common.John Criswell
2002-11-06libraries is used for internal stuff, not as a real testcaseChris Lattner
2002-03-18include Makefile.tests.Vikram S. Adve
2002-01-23More rules checked inChris Lattner
2002-01-23New minimal makefileChris Lattner
2001-12-15Rename Makefile.target to Makefile.tests.Vikram S. Adve
2001-12-15Run testsparc, not testcodegen for testing the back end.Vikram S. Adve
2001-12-14Build Programs subdirectoryChris Lattner
2001-11-05Replaced another HERE.Vikram S. Adve
2001-11-05Put common rules for compiling programs into Makefile.target.Vikram S. Adve
2001-10-28Added rules for building sparc executable with and without tracing,Vikram S. Adve
2001-10-22Disable alloca code gen tests until size of extra args in stack frameVikram S. Adve
2001-10-18*** empty log message ***Vikram S. Adve
2001-10-18Reverse previous change.Vikram S. Adve
2001-10-18Generate assembly code for testcodegen.Vikram S. Adve
2001-10-17Disable codgen test for calltest.ll.Vikram S. Adve
2001-10-15Add rule to build executablesChris Lattner
2001-10-15Compile with v9 extensionsChris Lattner
2001-10-14Enable most tests.Vikram S. Adve
2001-10-11Delete *.s on clean.Vikram S. Adve
2001-10-10testmemory and sumarray now work with instruction selection.Vikram S. Adve
2001-10-01Add path to as so it doesn't find llvm as if that path is set.Chris Lattner
2001-10-01Exclude a couple of tests that the regalloc stuff doesn't handle yetChris Lattner
2001-09-28Add commands to assemble and compile a .ll fileChris Lattner
2001-09-18Un-neuter makefileChris Lattner
2001-09-18Folded inssel*.ll into select.ll.Vikram S. Adve
2001-09-12* Clean up InstrForestChris Lattner
2001-09-09Rerun backend tests if as or llc is changedChris Lattner
2001-09-07Executables have moved into centralized locationChris Lattner
2001-09-07Add llc path to setupChris Lattner
2001-09-07Make makefile not depend on where stuff is installed!!!!Chris Lattner
2001-08-28Add testcodegen target, and restrict which tests are run for it.Vikram S. Adve