- Jan 12, 2004
-
-
John Criswell authored
YACC as bison -y. In this way, we ensure that bison is being used, but the Makefiles have macros for using bison itself and for getting bison to act like it is traditional yacc. llvm-svn: 10774
-
- Dec 30, 2003
-
-
John Criswell authored
do the following: % cd llvm/autoconf % aclocal % autoconf -o ../configure This changes facilitaties the following: 1) It should be easier to incorporate new autoconf macros. 2) It allows for conversion to Automake (should we ever desire it). llvm-svn: 10655
-
- 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 18, 2003
-
-
Brian Gaeke authored
llvm-svn: 10062
-
- 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: 9102
-
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
llvm-svn: 8974
-
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
-
Brian Gaeke authored
1) MAP_FAILED is declared to be a pointer 2) can't include sys/mman.h before sys/types.h without getting an error :-( llvm-svn: 8947
-
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
-