aboutsummaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2004-02-08Move rules for regenerating autoconf files into this shell script.Brian Gaeke
2004-01-22Add autoconf check for the version of etags we have detected, and selectBrian Gaeke
2004-01-21Get the shlib suffix from Libtool, and define it both in config.h and Makefil...Brian Gaeke
2004-01-16Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them.Brian Gaeke
2004-01-15Remove configure support for endianness checking, the need for whichBrian Gaeke
2004-01-13Remove and/or shorten many comments in configure.ac.Brian Gaeke
2004-01-12The configure script now defines BISON as the name of the bison program andJohn Criswell
2003-12-30Moved aclocal.m4 to acinclude.m4. To re-generate the configure script,John Criswell
2003-12-20Fix help string for --enable-spec2000 optionAlkis Evlogimenos
2003-12-18Merged in RELEASE_11.John Criswell
2003-12-12Don't configure directories that don't have a configure script (i.e Stacker).John Criswell
2003-12-05Add check for pthread_mutex_lock() in -lpthread (or otherwise).Brian Gaeke
2003-11-25Configure all project directories contained in llvm/projects.John Criswell
2003-11-25Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell
2003-11-24Add Stacker directories.Brian Gaeke
2003-11-18Fix breakage caused by typos. Use 3-arg form of AC_DEFINE.Brian Gaeke
2003-11-17Added a check for the -R linker option.John Criswell
2003-11-17Edit some comments slightly.Brian Gaeke
2003-11-16Only default to the llvm-gcc in ~lattner if that directory exists.Brian Gaeke
2003-11-12OK, scratch my last post, this actually *does* work, those syntax errors wereMisha Brukman
2003-11-12Apparently adding these entries and regenerating llvm/configure results inMisha Brukman
2003-11-12Some programs actually require an input to run. The nerve!Misha Brukman
2003-11-12Add FreeBench benchmarks to our test suite -- they weren't available by defaultMisha Brukman
2003-11-12I don't think this was supposed to have gotten into the namespaceify patch, butBrian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-10Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke
2003-10-28Add profiling runtime and llvm-prof tools. Would someone please regen theChris Lattner
2003-10-22Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke
2003-10-16Added an entry for `llvm-nm'.Misha Brukman
2003-10-16Added autoconf support for the sample project.John Criswell
2003-10-13Adding additional license information to these files.John Criswell
2003-10-13Added a macro and code that checks for the %a format string in sprintf().John Criswell
2003-10-10The code that called strsignal is toast.Brian Gaeke
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-08test/Programs/NoSource and www are gone from the tree; don't try to configureBrian Gaeke
2003-10-08Use 3-arg form of AC_DEFINE.Brian Gaeke
2003-10-08Use 3-arg form of AC_DEFINE.Brian Gaeke
2003-10-07Renamed -use-spec to -use-spec2000.John Criswell
2003-10-07Fix bugs in mmap()-of-files test program on Mac OS X:Brian Gaeke
2003-10-07Switching over to the new test database.John Criswell
2003-10-07Don't abort if dlopen cannot be found; it's not like it's going to breakBrian Gaeke
2003-10-07Check for functions: strtoq, strtoll.Brian Gaeke
2003-10-06Changes for the move of the support directory back into utilsChris 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