Removed Makefile for CompileFail tests. They are now run by QMTest and are
[oota-llvm.git] / autoconf / configure.ac
2003-09-30 John CriswellRemoved Makefile for CompileFail tests. They are now...
2003-09-30 John CriswellAdded conditional configuration of poolalloc.
2003-09-30 John CriswellAdded the ability to conditionally configure the reopt...
2003-09-30 John CriswellRemoved the utils/Makefile file from being copied to...
2003-09-29 John CriswellAdded Makefiles to llvm/test/Programs/SingleSource...
2003-09-29 John CriswellMoved llvm/lib/Support to llvm/support/lib/Support.
2003-09-26 John CriswellMoved llvm/test/Programs/SingleSource/Regression around...
2003-09-26 John CriswellAdded llvm/test/Programs/SingleSource/Regression/Makefile.
2003-09-23 John CriswellIf we fail to find python or qmtest, give a warning...
2003-09-23 John CriswellAdded code that stops the configure script if a needed...
2003-09-16 Misha Brukman`link' is now `llvm-link'. Also alphabetized the tools...
2003-09-16 John CriswellHave the configure script put llvm.py into the object...
2003-09-15 John CriswellRemoved llvm/tools/as, llvm/tools/dis, and runtime...
2003-09-15 John CriswellModified the checks slightly so that one can re-configu...
2003-09-15 John CriswellAdded code that verifies that the source directory...
2003-09-13 Chris LattnerConfigure the llvm-ar directory
2003-09-12 John CriswellCaught a few misses in the last modification.
2003-09-12 John CriswellUpdated for the re-organization of llvm/test/Programs...
2003-09-11 John CriswellAdded the SetjmpLongjmp Makefile.
2003-09-11 John CriswellFixed SPEC so that it would run correctly with the...
2003-09-10 John CriswellUpdated to reflect the new locations of SingleSource...
2003-09-10 Chris LattnerAdd missing runtime directories
2003-09-09 John CriswellRemoved Makefiles for directories that no longer exist.
2003-09-06 John CriswellCheckin of autoconf-style object root.
2003-08-25 John CriswellAdded code to check for python and qmtest.
2003-08-14 Chris LattnerI just moved papi to a new directory
2003-07-31 John CriswellChanged the default location of OBJ_ROOT to follow...
2003-07-29 John CriswellEnable JIT when the platform supports it.
2003-07-22 John CriswellFixed the enable/disable options. The AC_ARG_ENABLE...
2003-07-22 John CriswellThese are the autoconf files in their new home.