John Criswell
8cc89ca6bc
Updated configure script so that it does not configure llvm/project
...
directories that do not contain a configure script.
llvm-svn: 10437
2003-12-12 20:15:23 +00:00
Brian Gaeke
7ee7b40af5
Add check for pthread_mutex_lock() in -lpthread (or otherwise).
...
Regenerated configure w/ autoconf-2.57.
llvm-svn: 10293
2003-12-05 19:29:01 +00:00
John Criswell
297baed1ec
Configure all project directories contained in llvm/projects.
...
The autoconf program will generate a warning about how we should use a
literal in AC_CONFIG_SUBDIRS. This warning can be ignored.
llvm-svn: 10222
2003-11-25 20:36:46 +00:00
John Criswell
e8eab29899
Added a pseudo-hack: The Makefile now copies Makefiles from source tree to
...
object tree if it is missing. This means that new Makefiles should get
picked up automagically, requiring less bothersome re-configuring after
updates.
llvm-svn: 10209
2003-11-25 17:49:22 +00:00
Brian Gaeke
cd52465b70
Regenerated using autoconf-2.57
...
llvm-svn: 10191
2003-11-24 02:54:57 +00:00
Brian Gaeke
3f6b856c7d
Regenerated using autoconf-2.57
...
llvm-svn: 10063
2003-11-18 06:20:41 +00:00
John Criswell
6ee0ed5745
Added a check for the -R linker option.
...
llvm-svn: 10056
2003-11-17 19:46:02 +00:00
Brian Gaeke
3589140eb7
Regenerated using autoconf-2.57.
...
llvm-svn: 10048
2003-11-17 00:31:43 +00:00
Brian Gaeke
27b10bc781
Regenerated with autoconf-2.57.
...
llvm-svn: 10025
2003-11-16 18:38:14 +00:00
Misha Brukman
bca83f4a47
Regenerated `configure' for adding Makefiles and test.in to FreeBench
...
benchmarks.
llvm-svn: 9942
2003-11-12 22:16:51 +00:00
Brian Gaeke
59c321782f
Regenerated.
...
llvm-svn: 9850
2003-11-10 03:06:28 +00:00
John Criswell
c3ee97dc76
Generated autoconf script for Chris.
...
llvm-svn: 9554
2003-10-28 19:21:11 +00:00
John Criswell
dae507c903
Updated configure script.
...
llvm-svn: 9438
2003-10-23 19:16:12 +00:00
Alkis Evlogimenos
6e8a4b7c6a
Someone forgot to commit an updated configure after adding tools/llvm-nm to configure.ac :-)
...
llvm-svn: 9189
2003-10-17 00:50:38 +00:00
John Criswell
fa322d1f92
Added autoconf support for the sample project.
...
Fixed the header comment in Makefile.rules
Changed all references to the echo program in Makefile.rules to the value
found by autoconf.
llvm-svn: 9151
2003-10-16 01:49:00 +00:00
John Criswell
42859559f2
Added a macro and code that checks for the %a format string in sprintf().
...
llvm-svn: 9089
2003-10-13 16:22:01 +00:00
John Criswell
fc3d20d142
Added the eon and perlbmk benchmarks.
...
llvm-svn: 8995
2003-10-10 01:11:54 +00:00
John Criswell
e3a9bd8531
Added 177.mesa to the list of Makefiles to propogate to the object root.
...
llvm-svn: 8981
2003-10-09 15:44:28 +00:00
John Criswell
abd3f80121
Renamed -use-spec to -use-spec2000.
...
The pathname to SPEC2000 is now given with the -use-spec2000 option.
On our machines, SPEC2000 will be enabled by default.
llvm-svn: 8949
2003-10-07 21:57:39 +00:00
John Criswell
e078b436f1
Switching over to the new test database.
...
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
2003-10-07 21:13:47 +00:00
Brian Gaeke
16448fce42
regenerated using autoconf-2.57.
...
llvm-svn: 8917
2003-10-07 06:01:34 +00:00
Chris Lattner
13c2c689a1
Hand update the configure script for moved directories
...
llvm-svn: 8886
2003-10-06 02:13:00 +00:00
John Criswell
50e150757f
Removed the check for purify as we don't support its use at present.
...
llvm-svn: 8824
2003-10-02 19:02:30 +00:00
John Criswell
48a334a76e
Removed Makefile for CompileFail tests. They are now run by QMTest and are
...
located under llvm/test/Regression/C++Frontend.
llvm-svn: 8791
2003-09-30 19:41:15 +00:00
John Criswell
ee7ebdc6b2
Added conditional configuration of poolalloc.
...
llvm-svn: 8765
2003-09-30 16:31:48 +00:00
John Criswell
2b3771ee46
Added the ability to conditionally configure the reopt project if it is checked
...
out under projects/reopt.
llvm-svn: 8762
2003-09-30 15:55:44 +00:00
John Criswell
a327eae898
Removed the utils/Makefile file from being copied to the object root tree.
...
llvm-svn: 8759
2003-09-30 13:52:11 +00:00
John Criswell
6780a6e3f2
Added Makefiles to llvm/test/Programs/SingleSource/Regression/C++/EH and
...
llvm/test/Programs/SingleSource/Regression/C++/CompileFail.
llvm-svn: 8746
2003-09-29 21:35:32 +00:00
John Criswell
b438fd7a7a
Moved llvm/lib/Support to llvm/support/lib/Support.
...
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
llvm-svn: 8733
2003-09-29 14:52:28 +00:00
John Criswell
f7dc0f4a66
Moved llvm/test/Programs/SingleSource/Regression around a bit to support
...
multiple languages.
llvm-svn: 8727
2003-09-26 19:51:42 +00:00
John Criswell
4c157a41cc
Added llvm/test/Programs/SingleSource/Regression/Makefile.
...
llvm-svn: 8721
2003-09-26 14:53:17 +00:00
John Criswell
8d5d13d69c
If we fail to find python or qmtest, give a warning message instead of an
...
error message. This should hopefully allow our nightly tester to run, which
does not run the QMTest tests at present.
llvm-svn: 8691
2003-09-23 20:46:32 +00:00
John Criswell
3149448caa
Added code that stops the configure script if a needed program is not found.
...
llvm-svn: 8680
2003-09-23 15:28:52 +00:00
John Criswell
c513f695a4
Regenerated configure with Misha's changes.
...
Now link is llvm-link and things are alphabetized.
llvm-svn: 8565
2003-09-16 15:54:19 +00:00
John Criswell
e84478afd9
Have the configure script put llvm.py into the object root.
...
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
2003-09-16 02:12:45 +00:00
John Criswell
609e61b389
Removed llvm/tools/as, llvm/tools/dis, and runtime/GCCLibraries/libexception.
...
llvm-svn: 8546
2003-09-15 20:12:48 +00:00
John Criswell
f6778b68c2
Modified the checks slightly so that one can re-configure LLVM without
...
having to do a "make distclean" when building in the source directory.
llvm-svn: 8540
2003-09-15 17:19:42 +00:00
John Criswell
22107a75d6
Added code that verifies that the source directory has not been configured
...
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
2003-09-15 17:04:06 +00:00
John Criswell
697c409660
Re-generated for recent changes.
...
llvm-svn: 8526
2003-09-15 14:25:08 +00:00
Chris Lattner
c0f9858706
manually add the llvm-ar stuff. this should be regenerated
...
llvm-svn: 8507
2003-09-13 03:29:53 +00:00
John Criswell
3487a86ece
Caught a few misses in the last modification.
...
llvm-svn: 8500
2003-09-12 16:36:17 +00:00
John Criswell
1868b4e330
Updated for the re-organization of llvm/test/Programs/MultiSource.
...
llvm-svn: 8499
2003-09-12 16:31:43 +00:00
John Criswell
3c172b4331
Added the SetjmpLongjmp Makefile.
...
llvm-svn: 8486
2003-09-11 20:53:48 +00:00
John Criswell
1e8c7b7ed1
Fixed SPEC so that it would run correctly with the new autoconf-style object
...
directory.
Added Makefile.spec to the list of files to copy to the object directory.
Moved the configuration of $SourceDir to Makefile.config and corrected the
conditional that surrounds it. This allows SPEC to reset it and get the correct
VPATH.
llvm-svn: 8475
2003-09-11 18:03:50 +00:00
John Criswell
6f7d8a2c0a
Updated to reflect the new locations of SingleSource tests.
...
llvm-svn: 8447
2003-09-10 18:38:44 +00:00
John Criswell
3eaf0b4e4c
Regenerated for Chris's updates, which adds several runtime library
...
directories.
llvm-svn: 8439
2003-09-10 15:17:25 +00:00
John Criswell
9f60a1326c
Removed Makefiles for directories that no longer exist.
...
llvm-svn: 8423
2003-09-09 20:52:17 +00:00
John Criswell
3bac9bcaa8
Checkin of autoconf-style object root.
...
Copies Makefiles into the new object root directory from the source directory.
Removed the --with-objroot option.
llvm-svn: 8384
2003-09-06 15:17:13 +00:00
John Criswell
6a47a970c1
Added code to check for python and qmtest.
...
Added code that verifies that GCC is version 3.0 or higher.
llvm-svn: 8141
2003-08-25 16:49:54 +00:00
John Criswell
7e54f8f3bf
Changed the default location of OBJ_ROOT to follow these rules:
...
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
2003-07-31 16:45:37 +00:00
John Criswell
4f37692a80
Enable JIT when the platform supports it.
...
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
2003-07-29 19:11:58 +00:00
John Criswell
8d3a83cef7
Renamed libtool to mklib for your tab completion pleasure.
...
llvm-svn: 7255
2003-07-23 16:52:50 +00:00
John Criswell
b65ddad4f4
Repaired the --enable and --disable options.
...
llvm-svn: 7239
2003-07-22 21:00:24 +00:00
John Criswell
cc0e805844
Made some corrections to the enable-llc_diffs option.
...
This should keep it from breaking for now.
llvm-svn: 7236
2003-07-22 20:07:49 +00:00
John Criswell
c933eeb12b
Generated a new configure script.
...
This script uses files within the new autoconf subdirectory and includes
changes from Brian Gaeke's recent changes to configure.ac.
llvm-svn: 7235
2003-07-22 19:18:09 +00:00
John Criswell
ae648fa032
Merged in changes from PRE101 in the prerelease branch.
...
Specifically, this updates libtool to version 1.5 and adds the following:
- Added the -only-static option that we added in our previous libtool.
- Modified the autoconf macros so that libtool uses the -G option when
linking on Solaris. This allows libraries with global variables with
constructors to automatically run those constructors when the
library is dlopened().
llvm-svn: 7171
2003-07-14 16:52:07 +00:00
John Criswell
61471078af
Removed the --enable-profiling option (again).
...
llvm-svn: 7078
2003-07-02 20:49:38 +00:00
John Criswell
29eafac9ff
Added the ARCH variable so that some of the Makefiles can perform actions based
...
upon the target hardware architecture (as opposed to always checking the OS).
llvm-svn: 7050
2003-07-01 22:07:39 +00:00
John Criswell
61efc69ce3
Removed the --enable-verbose option.
...
llvm-svn: 7019
2003-06-30 22:16:39 +00:00
John Criswell
3ef61afb76
Merged in autoconf branch. This provides configuration via the autoconf
...
system.
llvm-svn: 7014
2003-06-30 21:59:07 +00:00