Remove zlib from the llvm tarball. This is only used (in theory by povray-31
[oota-llvm.git] / test / Makefile
2004-11-22 Chris LattnerDon't stop make if there are XFAIL or XPASSes
2004-11-13 Tanya Lattnersetting path to prcontext.tcl script. Right now it...
2004-11-09 Reid SpencerDocument quick-test target.
2004-11-09 Reid SpencerAdd a quick-test target that uses QUICKTEST variable...
2004-11-08 Alkis EvlogimenosMove path override in test/Makefile.
2004-11-08 Tanya LattnerNow using path to python found by configure.
2004-11-07 Reid SpencerAdd the RUNTEST autoconf onfiguration variable for...
2004-11-07 Tanya LattnerChanged TEST to TESTSUITE
2004-11-07 Tanya LattnerChanged check-dejagnu to take TESTSUITE as its args...
2004-11-07 Tanya LattnerAdded support to specify which test suite dejagnu shoul...
2004-11-07 Chris LattnerAdd missing file header
2004-11-07 Tanya LattnerAdded rough support for dejagnu testing. Changes need...
2004-11-03 Brian GaekeCONFIGURATION isn't spelled Configuration, it's spelled...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-09-05 Reid SpencerPer Bug 257
2004-08-02 John CriswellAdd support for using the prcontext python script inste...
2004-03-29 John CriswellMerged in RELEASE_12.
2003-12-11 Brian GaekeSeparate out target for cleaning up qmtest garbage.
2003-11-21 Brian GaekeClean more qmtest files.
2003-11-20 Brian GaekeBlow away compiled versions of qmtest classes on 'make...
2003-11-19 John CriswellWe now support different expectations for different...
2003-10-27 John CriswellMerged RELEASE_1.
2003-10-23 John CriswellDo not report errors if QMTest returns a non-zero value.
2003-10-11 Brian GaekeQuote qmtest args in $(CONTEXT).
2003-10-10 John CriswellRemoved the AnalyzeTest class.
2003-10-10 John CriswellMake the clean target remove the QMTest temporary direc...
2003-10-07 John CriswellFixed the location of the expectations file.
2003-10-07 John CriswellSwitching over to the new test database.
2003-09-30 John CriswellAdded the CXXTest test class.
2003-09-16 John CriswellAllow multiple object trees to use the source tree...
2003-09-15 John CriswellQMTest test and resource classes are always register...
2003-09-08 John CriswellAdded the .t implicit rule. You can now run an individ...
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-21 John CriswellAdded the ability to run the QMTests. It is currently...
2003-08-06 John CriswellRemoved Makefile.common.
2002-11-06 Chris Lattnerlibraries is used for internal stuff, not as a real...
2002-03-18 Vikram S. Adveinclude Makefile.tests.
2002-01-23 Chris LattnerMore rules checked in
2002-01-23 Chris LattnerNew minimal makefile
2001-12-15 Vikram S. AdveRename Makefile.target to Makefile.tests.
2001-12-15 Vikram S. AdveRun testsparc, not testcodegen for testing the back...
2001-12-14 Chris LattnerBuild Programs subdirectory
2001-11-05 Vikram S. AdveReplaced another HERE.
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...
2001-10-28 Vikram S. AdveAdded rules for building sparc executable with and...
2001-10-22 Vikram S. AdveDisable alloca code gen tests until size of extra args...
2001-10-18 Vikram S. Adve*** empty log message ***
2001-10-18 Vikram S. AdveReverse previous change.
2001-10-18 Vikram S. AdveGenerate assembly code for testcodegen.
2001-10-17 Vikram S. AdveDisable codgen test for calltest.ll.
2001-10-15 Chris LattnerAdd rule to build executables
2001-10-15 Chris LattnerCompile with v9 extensions
2001-10-14 Vikram S. AdveEnable most tests.
2001-10-11 Vikram S. AdveDelete *.s on clean.
2001-10-10 Vikram S. Advetestmemory and sumarray now work with instruction selec...
2001-10-01 Chris LattnerAdd path to as so it doesn't find llvm as if that path...
2001-10-01 Chris LattnerExclude a couple of tests that the regalloc stuff doesn...
2001-09-28 Chris LattnerAdd commands to assemble and compile a .ll file
2001-09-18 Chris LattnerUn-neuter makefile
2001-09-18 Vikram S. AdveFolded inssel*.ll into select.ll.
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-09 Chris LattnerRerun backend tests if as or llc is changed
2001-09-07 Chris LattnerExecutables have moved into centralized location
2001-09-07 Chris LattnerAdd llc path to setup
2001-09-07 Chris LattnerMake makefile not depend on where stuff is installed!!!!
2001-08-28 Vikram S. AdveAdd testcodegen target, and restrict which tests are...
2001-07-31 Vikram S. AdveHad used the wrong option.
2001-07-31 Vikram S. AdveAdded support for testing instruction selection on...
2001-06-06 Chris LattnerInitial revision