aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2003-10-23Updated configure script.John Criswell
2003-10-17Someone forgot to commit an updated configure after adding tools/llvm-nm to c...Alkis Evlogimenos
2003-10-16Added autoconf support for the sample project.John Criswell
2003-10-13Added a macro and code that checks for the %a format string in sprintf().John Criswell
2003-10-10Added the eon and perlbmk benchmarks.John Criswell
2003-10-09Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell
2003-10-07Renamed -use-spec to -use-spec2000.John Criswell
2003-10-07Switching over to the new test database.John Criswell
2003-10-07regenerated using autoconf-2.57.Brian Gaeke
2003-10-06Hand update the configure script for moved directoriesChris Lattner
2003-10-02Removed the check for purify as we don't support its use at present.John Criswell
2003-09-30Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell
2003-09-30Added conditional configuration of poolalloc.John Criswell
2003-09-30Added the ability to conditionally configure the reopt project if it is checkedJohn Criswell
2003-09-30Removed the utils/Makefile file from being copied to the object root tree.John Criswell
2003-09-29Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell
2003-09-29Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell
2003-09-26Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell
2003-09-26Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell
2003-09-23If we fail to find python or qmtest, give a warning message instead of anJohn Criswell
2003-09-23Added code that stops the configure script if a needed program is not found.John Criswell
2003-09-16Regenerated configure with Misha's changes.John Criswell
2003-09-16Have the configure script put llvm.py into the object root.John Criswell
2003-09-15Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.John Criswell
2003-09-15Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell
2003-09-15Added code that verifies that the source directory has not been configuredJohn Criswell
2003-09-15Re-generated for recent changes.John Criswell
2003-09-13manually add the llvm-ar stuff. this should be regeneratedChris Lattner
2003-09-12Caught a few misses in the last modification.John Criswell
2003-09-12Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell
2003-09-11Added the SetjmpLongjmp Makefile.John Criswell
2003-09-11Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell
2003-09-10Updated to reflect the new locations of SingleSource tests.John Criswell
2003-09-10Regenerated for Chris's updates, which adds several runtime libraryJohn Criswell
2003-09-09Removed Makefiles for directories that no longer exist.John Criswell
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-08-25Added code to check for python and qmtest.John Criswell
2003-07-31Changed the default location of OBJ_ROOT to follow these rules:John Criswell
2003-07-29Enable JIT when the platform supports it.John Criswell
2003-07-23Renamed libtool to mklib for your tab completion pleasure.John Criswell
2003-07-22Repaired the --enable and --disable options.John Criswell
2003-07-22Made some corrections to the enable-llc_diffs option.John Criswell
2003-07-22Generated a new configure script.John Criswell
2003-07-14Merged in changes from PRE101 in the prerelease branch.John Criswell
2003-07-02Removed the --enable-profiling option (again).John Criswell
2003-07-01Added the ARCH variable so that some of the Makefiles can perform actions basedJohn Criswell
2003-06-30Removed the --enable-verbose option.John Criswell
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell