aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Adjusted the default pathname to the SPEC95 benchmarks. The new directoryJohn Criswell2004-02-161-3/+3
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-131-0/+3
* Added support for configuring SPEC95.John Criswell2004-02-101-1/+24
* Move rules for regenerating autoconf files into this shell script.Brian Gaeke2004-02-081-0/+20
* Add autoconf check for the version of etags we have detected, and selectBrian Gaeke2004-01-221-0/+8
* Get the shlib suffix from Libtool, and define it both in config.h and Makefil...Brian Gaeke2004-01-211-0/+11
* Get paths to cc1 and cc1plus by asking llvm-gcc, and AC_SUBST them.Brian Gaeke2004-01-161-0/+4
* Remove configure support for endianness checking, the need for whichBrian Gaeke2004-01-151-3/+0
* Remove and/or shorten many comments in configure.ac.Brian Gaeke2004-01-131-187/+35
* The configure script now defines BISON as the name of the bison program andJohn Criswell2004-01-121-1/+5
* Moved aclocal.m4 to acinclude.m4. To re-generate the configure script,John Criswell2003-12-301-0/+0
* Fix help string for --enable-spec2000 optionAlkis Evlogimenos2003-12-201-1/+1
* Merged in RELEASE_11.John Criswell2003-12-181-1/+1
* Don't configure directories that don't have a configure script (i.e Stacker).John Criswell2003-12-121-1/+1
* Add check for pthread_mutex_lock() in -lpthread (or otherwise).Brian Gaeke2003-12-051-0/+4
* Configure all project directories contained in llvm/projects.John Criswell2003-11-251-26/+13
* Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell2003-11-251-135/+0
* Add Stacker directories.Brian Gaeke2003-11-241-0/+8
* Fix breakage caused by typos. Use 3-arg form of AC_DEFINE.Brian Gaeke2003-11-181-6/+6
* Added a check for the -R linker option.John Criswell2003-11-172-1/+20
* Edit some comments slightly.Brian Gaeke2003-11-171-13/+17
* Only default to the llvm-gcc in ~lattner if that directory exists.Brian Gaeke2003-11-161-4/+54
* OK, scratch my last post, this actually *does* work, those syntax errors wereMisha Brukman2003-11-121-0/+7
* Apparently adding these entries and regenerating llvm/configure results inMisha Brukman2003-11-121-7/+0
* Some programs actually require an input to run. The nerve!Misha Brukman2003-11-121-0/+7
* Add FreeBench benchmarks to our test suite -- they weren't available by defaultMisha Brukman2003-11-121-0/+8
* I don't think this was supposed to have gotten into the namespaceify patch, butBrian Gaeke2003-11-121-1/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+1
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-102-37/+86
* Add profiling runtime and llvm-prof tools. Would someone please regen theChris Lattner2003-10-281-0/+2
* Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke2003-10-221-1/+1
* Added an entry for `llvm-nm'.Misha Brukman2003-10-161-0/+1
* Added autoconf support for the sample project.John Criswell2003-10-161-7/+5
* Adding additional license information to these files.John Criswell2003-10-131-0/+24
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-132-0/+32
* The code that called strsignal is toast.Brian Gaeke2003-10-101-5/+1
* Added the eon and perlbmk benchmarks.John Criswell2003-10-101-0/+2
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-091-0/+1
* test/Programs/NoSource and www are gone from the tree; don't try to configureBrian Gaeke2003-10-081-7/+0
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-081-2/+2
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-081-4/+8
* Renamed -use-spec to -use-spec2000.John Criswell2003-10-071-5/+15
* Fix bugs in mmap()-of-files test program on Mac OS X:Brian Gaeke2003-10-071-5/+5
* Switching over to the new test database.John Criswell2003-10-071-1/+2
* Don't abort if dlopen cannot be found; it's not like it's going to breakBrian Gaeke2003-10-071-2/+2
* Check for functions: strtoq, strtoll.Brian Gaeke2003-10-071-1/+1
* Changes for the move of the support directory back into utilsChris Lattner2003-10-061-7/+5
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-021-2/+0
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-301-1/+0
* Added conditional configuration of poolalloc.John Criswell2003-09-301-0/+5