summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Collapse)AuthorAge
* Added an entry for `llvm-nm'.Misha Brukman2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9154 91177308-0d34-0410-b5e6-96231b3b80d8
* Added autoconf support for the sample project.John Criswell2003-10-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9152 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding additional license information to these files.John Criswell2003-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9102 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9089 91177308-0d34-0410-b5e6-96231b3b80d8
* The code that called strsignal is toast.Brian Gaeke2003-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9015 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the eon and perlbmk benchmarks.John Criswell2003-10-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8995 91177308-0d34-0410-b5e6-96231b3b80d8
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8981 91177308-0d34-0410-b5e6-96231b3b80d8
* test/Programs/NoSource and www are gone from the tree; don't try to configureBrian Gaeke2003-10-08
| | | | | | | their Makefiles. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8975 91177308-0d34-0410-b5e6-96231b3b80d8
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-08
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8974 91177308-0d34-0410-b5e6-96231b3b80d8
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-08
| | | | | | | | Check for strsignal(), which isn't found everywhere, and sys_siglist, which can be used to implement it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8973 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed -use-spec to -use-spec2000.John Criswell2003-10-07
| | | | | | | | The pathname to SPEC2000 is now given with the -use-spec2000 option. On our machines, SPEC2000 will be enabled by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8949 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix bugs in mmap()-of-files test program on Mac OS X:Brian Gaeke2003-10-07
| | | | | | | | 1) MAP_FAILED is declared to be a pointer 2) can't include sys/mman.h before sys/types.h without getting an error :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8947 91177308-0d34-0410-b5e6-96231b3b80d8
* Switching over to the new test database.John Criswell2003-10-07
| | | | | | | | Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8945 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't abort if dlopen cannot be found; it's not like it's going to breakBrian Gaeke2003-10-07
| | | | | | | everything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8916 91177308-0d34-0410-b5e6-96231b3b80d8
* Check for functions: strtoq, strtoll.Brian Gaeke2003-10-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8915 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes for the move of the support directory back into utilsChris Lattner2003-10-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8885 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-02
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8824 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-30
| | | | | | | located under llvm/test/Regression/C++Frontend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8791 91177308-0d34-0410-b5e6-96231b3b80d8
* Added conditional configuration of poolalloc.John Criswell2003-09-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8765 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the ability to conditionally configure the reopt project if it is checkedJohn Criswell2003-09-30
| | | | | | | out under projects/reopt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8762 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the utils/Makefile file from being copied to the object root tree.John Criswell2003-09-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8759 91177308-0d34-0410-b5e6-96231b3b80d8
* Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-29
| | | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8746 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-29
| | | | | | | Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8733 91177308-0d34-0410-b5e6-96231b3b80d8
* Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell2003-09-26
| | | | | | | multiple languages. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8727 91177308-0d34-0410-b5e6-96231b3b80d8
* Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell2003-09-26
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8721 91177308-0d34-0410-b5e6-96231b3b80d8
* If we fail to find python or qmtest, give a warning message instead of anJohn Criswell2003-09-23
| | | | | | | | error message. This should hopefully allow our nightly tester to run, which does not run the QMTest tests at present. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8691 91177308-0d34-0410-b5e6-96231b3b80d8
* Added code that stops the configure script if a needed program is not found.John Criswell2003-09-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8680 91177308-0d34-0410-b5e6-96231b3b80d8
* `link' is now `llvm-link'. Also alphabetized the tools for easy reference.Misha Brukman2003-09-16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8557 91177308-0d34-0410-b5e6-96231b3b80d8
* Have the configure script put llvm.py into the object root.John Criswell2003-09-16
| | | | | | | | | The QMTest program can then use that as the location for loading test and resource class, thus compiling the Python code into the object root as desired. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8551 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.John Criswell2003-09-15
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8546 91177308-0d34-0410-b5e6-96231b3b80d8
* Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell2003-09-15
| | | | | | | having to do a "make distclean" when building in the source directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8540 91177308-0d34-0410-b5e6-96231b3b80d8
* Added code that verifies that the source directory has not been configuredJohn Criswell2003-09-15
| | | | | | | | | already. This should help prevent strange errors from happening, but will make re-configuring the source directory more difficult when it is shared with the object directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8539 91177308-0d34-0410-b5e6-96231b3b80d8
* Configure the llvm-ar directoryChris Lattner2003-09-13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8504 91177308-0d34-0410-b5e6-96231b3b80d8
* Caught a few misses in the last modification.John Criswell2003-09-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8500 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell2003-09-12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8499 91177308-0d34-0410-b5e6-96231b3b80d8
* Added the SetjmpLongjmp Makefile.John Criswell2003-09-11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8486 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-11
| | | | | | | | directory. Added Makefile.spec to the list of files to copy to the object directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8476 91177308-0d34-0410-b5e6-96231b3b80d8
* Updated to reflect the new locations of SingleSource tests.John Criswell2003-09-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8447 91177308-0d34-0410-b5e6-96231b3b80d8
* Add missing runtime directoriesChris Lattner2003-09-10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8438 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Makefiles for directories that no longer exist.John Criswell2003-09-09
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8423 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin of autoconf-style object root.John Criswell2003-09-06
| | | | | | | | | | Added the AC_CONFIG_MAKEFILE macro to configure akefiles which don't need .in templates. Removed the --with-objroot option. Added commands to configure.ac to configure all of the LLVM Makefiles. Oof. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8378 91177308-0d34-0410-b5e6-96231b3b80d8
* Added code to check for python and qmtest.John Criswell2003-08-25
| | | | | | | Added code that verifies that GCC is version 3.0 or higher. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8141 91177308-0d34-0410-b5e6-96231b3b80d8
* I just moved papi to a new directoryChris Lattner2003-08-14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7846 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed the -only-static option as it is no longer required (and didn't workJohn Criswell2003-07-31
| | | | | | | with the newer version of libtool anyway). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7459 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed the default location of OBJ_ROOT to follow these rules:John Criswell2003-07-31
| | | | | | | | | | 1. If USER is defined and localhome/$USER is a directory, set OBJ_ROOT to /localhome/$USER 2. Otherwise, set OBJ_ROOT to . This should hopefully fix the nightly tester. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7451 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable JIT when the platform supports it.John Criswell2003-07-29
| | | | | | | | | Select /localhome/$USER when it exists. Fix the checks for bidirectional and forward iterators so that they work with version of GCC prior to 3.x. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7383 91177308-0d34-0410-b5e6-96231b3b80d8
* Renamed libtool to mklib for your tab completion pleasure.John Criswell2003-07-23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7255 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed the enable/disable options. The AC_ARG_ENABLE macro does not performJohn Criswell2003-07-22
| | | | | | | | | the *action-if-not-given* code when the --disable option is used. Rather, the AC_ARG_ENABLE macro sets the $enableval variable, which then needs to be checked to determine if --enable, --disable, or neither was specified. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7238 91177308-0d34-0410-b5e6-96231b3b80d8
* These are the autoconf files in their new home.John Criswell2003-07-22
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7233 91177308-0d34-0410-b5e6-96231b3b80d8