summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Apparently adding these entries and regenerating llvm/configure results inMisha Brukman2003-11-121-7/+0
| | | | | | syntax errors. Reverting the patch until I can figure out what's going on. llvm-svn: 9939
* Some programs actually require an input to run. The nerve!Misha Brukman2003-11-121-0/+7
| | | | llvm-svn: 9938
* Add FreeBench benchmarks to our test suite -- they weren't available by defaultMisha Brukman2003-11-121-0/+8
| | | | | | before when one didn't build in his source root. llvm-svn: 9924
* I don't think this was supposed to have gotten into the namespaceify patch, butBrian Gaeke2003-11-121-1/+0
| | | | | | it did. Oops! llvm-svn: 9908
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+1
| | | | llvm-svn: 9903
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-101-2/+2
| | | | llvm-svn: 9849
* Add profiling runtime and llvm-prof tools. Would someone please regen theChris Lattner2003-10-281-0/+2
| | | | | | configure script for me? :) llvm-svn: 9553
* Do not check for strings.h. This is an old, old, old pre-C89 header thatBrian Gaeke2003-10-221-1/+1
| | | | | | absolutely nothing should be using (and it looks like nothing IS using it). llvm-svn: 9381
* Added an entry for `llvm-nm'.Misha Brukman2003-10-161-0/+1
| | | | llvm-svn: 9154
* Added autoconf support for the sample project.John Criswell2003-10-161-7/+5
| | | | llvm-svn: 9152
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-131-0/+3
| | | | llvm-svn: 9089
* The code that called strsignal is toast.Brian Gaeke2003-10-101-5/+1
| | | | llvm-svn: 9015
* Added the eon and perlbmk benchmarks.John Criswell2003-10-101-0/+2
| | | | llvm-svn: 8995
* Added 177.mesa to the list of Makefiles to propogate to the object root.John Criswell2003-10-091-0/+1
| | | | llvm-svn: 8981
* test/Programs/NoSource and www are gone from the tree; don't try to configureBrian Gaeke2003-10-081-7/+0
| | | | | | their Makefiles. llvm-svn: 8975
* Use 3-arg form of AC_DEFINE.Brian Gaeke2003-10-081-4/+8
| | | | | | | Check for strsignal(), which isn't found everywhere, and sys_siglist, which can be used to implement it. llvm-svn: 8973
* Renamed -use-spec to -use-spec2000.John Criswell2003-10-071-5/+15
| | | | | | | The pathname to SPEC2000 is now given with the -use-spec2000 option. On our machines, SPEC2000 will be enabled by default. llvm-svn: 8949
* Switching over to the new test database.John Criswell2003-10-071-1/+2
| | | | | | | Adding new qmt files should no longer be necessary. QMTest should know just "magically" know what sort of test each file is. llvm-svn: 8945
* Don't abort if dlopen cannot be found; it's not like it's going to breakBrian Gaeke2003-10-071-2/+2
| | | | | | everything. llvm-svn: 8916
* Check for functions: strtoq, strtoll.Brian Gaeke2003-10-071-1/+1
| | | | llvm-svn: 8915
* Changes for the move of the support directory back into utilsChris Lattner2003-10-061-7/+5
| | | | llvm-svn: 8885
* Removed the check for purify as we don't support its use at present.John Criswell2003-10-021-2/+0
| | | | llvm-svn: 8824
* Removed Makefile for CompileFail tests. They are now run by QMTest and areJohn Criswell2003-09-301-1/+0
| | | | | | located under llvm/test/Regression/C++Frontend. llvm-svn: 8791
* Added conditional configuration of poolalloc.John Criswell2003-09-301-0/+5
| | | | llvm-svn: 8765
* Added the ability to conditionally configure the reopt project if it is checkedJohn Criswell2003-09-301-0/+5
| | | | | | out under projects/reopt. llvm-svn: 8762
* Removed the utils/Makefile file from being copied to the object root tree.John Criswell2003-09-301-1/+0
| | | | llvm-svn: 8759
* Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH andJohn Criswell2003-09-291-0/+2
| | | | | | llvm/test/Programs/SingleSource/Regression/C++/CompileFail. llvm-svn: 8746
* Moved llvm/lib/Support to llvm/support/lib/Support.John Criswell2003-09-291-4/+7
| | | | | | Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. llvm-svn: 8733
* Moved llvm/test/Programs/SingleSource/Regression around a bit to supportJohn Criswell2003-09-261-0/+2
| | | | | | multiple languages. llvm-svn: 8727
* Added llvm/test/Programs/SingleSource/Regression/Makefile.John Criswell2003-09-261-0/+1
| | | | llvm-svn: 8721
* If we fail to find python or qmtest, give a warning message instead of anJohn Criswell2003-09-231-2/+2
| | | | | | | error message. This should hopefully allow our nightly tester to run, which does not run the QMTest tests at present. llvm-svn: 8691
* Added code that stops the configure script if a needed program is not found.John Criswell2003-09-231-13/+65
| | | | llvm-svn: 8680
* `link' is now `llvm-link'. Also alphabetized the tools for easy reference.Misha Brukman2003-09-161-4/+4
| | | | llvm-svn: 8557
* Have the configure script put llvm.py into the object root.John Criswell2003-09-161-0/+1
| | | | | | | | 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. llvm-svn: 8551
* Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.John Criswell2003-09-151-3/+0
| | | | llvm-svn: 8546
* Modified the checks slightly so that one can re-configure LLVM withoutJohn Criswell2003-09-151-3/+6
| | | | | | having to do a "make distclean" when building in the source directory. llvm-svn: 8540
* Added code that verifies that the source directory has not been configuredJohn Criswell2003-09-151-0/+7
| | | | | | | | 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. llvm-svn: 8539
* Configure the llvm-ar directoryChris Lattner2003-09-131-0/+1
| | | | llvm-svn: 8504
* Caught a few misses in the last modification.John Criswell2003-09-121-3/+3
| | | | llvm-svn: 8500
* Updated for the re-organization of llvm/test/Programs/MultiSource.John Criswell2003-09-121-34/+36
| | | | llvm-svn: 8499
* Added the SetjmpLongjmp Makefile.John Criswell2003-09-111-0/+1
| | | | llvm-svn: 8486
* Fixed SPEC so that it would run correctly with the new autoconf-style objectJohn Criswell2003-09-111-0/+1
| | | | | | | directory. Added Makefile.spec to the list of files to copy to the object directory. llvm-svn: 8476
* Updated to reflect the new locations of SingleSource tests.John Criswell2003-09-101-2/+6
| | | | llvm-svn: 8447
* Add missing runtime directoriesChris Lattner2003-09-101-0/+5
| | | | llvm-svn: 8438
* Removed Makefiles for directories that no longer exist.John Criswell2003-09-091-11/+0
| | | | llvm-svn: 8423
* Checkin of autoconf-style object root.John Criswell2003-09-061-15/+173
| | | | | | | | | 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. llvm-svn: 8378
* Added code to check for python and qmtest.John Criswell2003-08-251-0/+32
| | | | | | Added code that verifies that GCC is version 3.0 or higher. llvm-svn: 8141
* I just moved papi to a new directoryChris Lattner2003-08-141-1/+1
| | | | llvm-svn: 7846
* Changed the default location of OBJ_ROOT to follow these rules:John Criswell2003-07-311-2/+7
| | | | | | | | | 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. llvm-svn: 7451
* Enable JIT when the platform supports it.John Criswell2003-07-291-3/+35
| | | | | | | | 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. llvm-svn: 7383
OpenPOWER on IntegriCloud