summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
* Added a pseudo-hack: The Makefile now copies Makefiles from source tree toJohn Criswell2003-11-25
* Add Stacker directories.Brian Gaeke2003-11-24
* Fix breakage caused by typos. Use 3-arg form of AC_DEFINE.Brian Gaeke2003-11-18
* Added a check for the -R linker option.John Criswell2003-11-17
* Edit some comments slightly.Brian Gaeke2003-11-17
* Only default to the llvm-gcc in ~lattner if that directory exists.Brian Gaeke2003-11-16
* OK, scratch my last post, this actually *does* work, those syntax errors wereMisha Brukman2003-11-12
* Apparently adding these entries and regenerating llvm/configure results inMisha Brukman2003-11-12
* Some programs actually require an input to run. The nerve!Misha Brukman2003-11-12
* Add FreeBench benchmarks to our test suite -- they weren't available by defaultMisha Brukman2003-11-12
* I don't think this was supposed to have gotten into the namespaceify patch, butBrian Gaeke2003-11-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-10
* Add profiling runtime and llvm-prof tools. Would someone please regen theChris Lattner2003-10-28
* Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke2003-10-22
* Added an entry for `llvm-nm'.Misha Brukman2003-10-16
* Added autoconf support for the sample project.John Criswell2003-10-16
* Adding additional license information to these files.John Criswell2003-10-13
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-13
* The code that called strsignal is toast.Brian Gaeke2003-10-10
* Added the eon and perlbmk benchmarks.John Criswell2003-10-10
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-09
* test/Programs/NoSource and www are gone from the tree; don't try to configureBrian Gaeke2003-10-08
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-08
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-08
* Renamed -use-spec to -use-spec2000.John Criswell2003-10-07
* Fix bugs in mmap()-of-files test program on Mac OS X:Brian Gaeke2003-10-07
* Switching over to the new test database.John Criswell2003-10-07
* Don't abort if dlopen cannot be found; it's not like it's going to breakBrian Gaeke2003-10-07
* Check for functions: strtoq, strtoll.Brian Gaeke2003-10-07
* Changes for the move of the support directory back into utilsChris Lattner2003-10-06
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-02
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-30
* Added conditional configuration of poolalloc.John Criswell2003-09-30
* Added the ability to conditionally configure the reopt project if it is checkedJohn Criswell2003-09-30
* Removed the utils/Makefile file from being copied to the object root tree.John Criswell2003-09-30
* Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-29
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-29
* Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell2003-09-26
* Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell2003-09-26
* If we fail to find python or qmtest, give a warning message instead of anJohn Criswell2003-09-23
* Added code that stops the configure script if a needed program is not found.John Criswell2003-09-23
* `link' is now `llvm-link'. Also alphabetized the tools for easy reference.Misha Brukman2003-09-16
* Have the configure script put llvm.py into the object root.John Criswell2003-09-16
* Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.John Criswell2003-09-15
* Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell2003-09-15
* Added code that verifies that the source directory has not been configuredJohn Criswell2003-09-15
* Configure the llvm-ar directoryChris Lattner2003-09-13
* Caught a few misses in the last modification.John Criswell2003-09-12
* Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell2003-09-12