- Jan 15, 2004
-
-
Brian Gaeke authored
Chris has helpfully expunged. llvm-svn: 10873
-
- Jan 13, 2004
-
-
Brian Gaeke authored
Remove checks for many common Unix programs. Our build process currently assumes they are there and makes no provisions for any other world-views. (We can add some of these checks back at some later time if it should prove useful, but right now, we do not need to check to see whether "rm" exists.) Remove checks for many common standard C headers and functions. We assume ISO/ANSI C++, and we always use the <cfoo> versions of ANSI C's <foo.h> headers, so these checks will not help anything. Edit configure's warning messages for clarity and content. Change checks for "optional" programs to default to using "true" instead of "false", so that a failure to find, e.g., etags, will be less likely to result in make failing. No longer shall we check for --enable-purify or --with-purify options. No longer shall we propagate these to the Makefiles. configure regenerated using autoconf-2.57. Please feel free to send me any questions or comments you have. :-) llvm-svn: 10814
-
- Dec 20, 2003
-
-
Alkis Evlogimenos authored
llvm-svn: 10564
-
- Dec 18, 2003
-
-
John Criswell authored
llvm-svn: 10516
-
- Dec 12, 2003
-
-
John Criswell authored
llvm-svn: 10436
-
- Dec 05, 2003
-
-
Brian Gaeke authored
Regenerated configure w/ autoconf-2.57. llvm-svn: 10293
-
- Nov 25, 2003
-
-
John Criswell authored
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
-
John Criswell authored
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
-
- Nov 24, 2003
-
-
Brian Gaeke authored
llvm-svn: 10190
-
- Nov 17, 2003
-
-
John Criswell authored
llvm-svn: 10056
-
Brian Gaeke authored
Set OS (build OS) and ARCH (target arch) based on the proper elements (SYSTEM, and CPU, respectively) of the CPU-COMPANY-SYSTEM tuples. Add OS and ARCH settings for PowerPC/Darwin (Mac OS X). llvm-svn: 10047
-
- Nov 16, 2003
-
-
Brian Gaeke authored
Only warn if python version is not right; don't abort. Add sanity checks for --with-llvmgccdir, with a big warning message at the end. llvm-svn: 10024
-
- Nov 12, 2003
-
-
Misha Brukman authored
imaginary. llvm-svn: 9941
-
Misha Brukman authored
syntax errors. Reverting the patch until I can figure out what's going on. llvm-svn: 9939
-
Misha Brukman authored
llvm-svn: 9938
-
Misha Brukman authored
before when one didn't build in his source root. llvm-svn: 9924
-
Brian Gaeke authored
it did. Oops! llvm-svn: 9908
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Nov 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 9849
-
- Oct 28, 2003
-
-
Chris Lattner authored
configure script for me? :) llvm-svn: 9553
-
- Oct 22, 2003
-
-
Brian Gaeke authored
absolutely nothing should be using (and it looks like nothing IS using it). llvm-svn: 9381
-
- Oct 16, 2003
-
-
Misha Brukman authored
llvm-svn: 9154
-
John Criswell authored
llvm-svn: 9152
-
- Oct 13, 2003
-
-
John Criswell authored
llvm-svn: 9089
-
- Oct 10, 2003
-
-
Brian Gaeke authored
llvm-svn: 9015
-
John Criswell authored
llvm-svn: 8995
-
- Oct 09, 2003
-
-
John Criswell authored
llvm-svn: 8981
-
- Oct 08, 2003
-
-
Brian Gaeke authored
their Makefiles. llvm-svn: 8975
-
Brian Gaeke authored
Check for strsignal(), which isn't found everywhere, and sys_siglist, which can be used to implement it. llvm-svn: 8973
-
- Oct 07, 2003
-
-
John Criswell authored
The pathname to SPEC2000 is now given with the -use-spec2000 option. On our machines, SPEC2000 will be enabled by default. llvm-svn: 8949
-
John Criswell authored
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
-
Brian Gaeke authored
everything. llvm-svn: 8916
-
Brian Gaeke authored
llvm-svn: 8915
-
- Oct 06, 2003
-
-
Chris Lattner authored
llvm-svn: 8885
-
- Oct 02, 2003
-
-
John Criswell authored
llvm-svn: 8824
-
- Sep 30, 2003
-
-
John Criswell authored
located under llvm/test/Regression/C++Frontend. llvm-svn: 8791
-
John Criswell authored
llvm-svn: 8765
-
John Criswell authored
out under projects/reopt. llvm-svn: 8762
-
John Criswell authored
llvm-svn: 8759
-
- Sep 29, 2003
-
-
John Criswell authored
llvm/test/Programs/SingleSource/Regression/C++/CompileFail. llvm-svn: 8746
-