- Nov 24, 2004
-
-
Reid Spencer authored
llvm-svn: 18190
-
- Nov 18, 2004
-
-
Reid Spencer authored
for cross-platform dynamic loading of shared objects. llvm-svn: 17950
-
- Nov 08, 2004
-
-
Reid Spencer authored
tool runs Deja-gnu test suites. The 'make' variable RUNTEST is now set automatically in the Makefile.config file. llvm-svn: 17599
-
- Oct 28, 2004
-
-
John Criswell authored
llvm-svn: 17319
-
Reid Spencer authored
llvm-svn: 17284
-
- Oct 25, 2004
-
-
Reid Spencer authored
llvm-svn: 17208
-
- Oct 14, 2004
-
-
Misha Brukman authored
llvm-svn: 16990
-
- Oct 05, 2004
-
-
Reid Spencer authored
llvm-svn: 16669
-
- Oct 04, 2004
-
-
Reid Spencer authored
from the fray, so it gets noticed. This commit is made without the corresponding configure script commit because it doesn't affect functionality and we don't want to force everyone into another reconfigure llvm-svn: 16657
-
Reid Spencer authored
llvm-svn: 16643
-
- Oct 02, 2004
-
-
Reid Spencer authored
lib/System and the compressing llvm archiver. llvm-svn: 16634
-
- Sep 27, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 16520
-
- Sep 24, 2004
-
-
John Criswell authored
AC_CONFIG_HEADERS. This should prevent LLVM from needlessly re-compiling on a re-configure. llvm-svn: 16510
-
John Criswell authored
regenerated on every run of configure. llvm-svn: 16509
-
John Criswell authored
from being re-generated if the new version is identical to the old version. Hence, it should save us some recompiling after re-configures. llvm-svn: 16506
-
- Sep 21, 2004
-
-
Reid Spencer authored
Instead just create a warning message that says the directory cannot be configured because it isn't recognized. This also gets rid of a bunch of warning messages from the auto* tools. llvm-svn: 16463
-
- Sep 20, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 16448
-
Reid Spencer authored
tools is that you break when they change. This is a case in point. llvm-svn: 16424
-
Reid Spencer authored
llvm-svn: 16419
-
- Sep 08, 2004
-
-
Brian Gaeke authored
llvm-svn: 16254
-
- Sep 07, 2004
-
-
Brian Gaeke authored
llvm-svn: 16237
-
Reid Spencer authored
while still retaining the ability to configure unknown ones. - Excise crud left over from when test/Projects was still part of the main LLVM module. These removed tests are now all in llvm-test/autoconf/configure.ac llvm-svn: 16230
-
- Sep 05, 2004
-
-
Reid Spencer authored
llvm-svn: 16186
-
- Sep 02, 2004
-
-
Reid Spencer authored
give preference to uint64_t if it exists. If not, check for u_int64_t. If that doesn't exist either, then error out. llvm-svn: 16149
-
John Criswell authored
llvm-svn: 16145
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Aug 31, 2004
-
-
Reid Spencer authored
llvm-svn: 16126
-
Reid Spencer authored
Alphabetize the platform list Install some AC_MSG_CHECKING/AC_MSG_RESULT pairs. llvm-svn: 16122
-
Reid Spencer authored
attempt to configure for "Unknown" system types. llvm-svn: 16120
-
- Aug 29, 2004
-
-
Reid Spencer authored
$BUILD_SRC_ROOT/lib/System/$build which gives us the ability to configure the lib/System for the current type of operating system. Also cleaned up some indentation. llvm-svn: 16082
-
- Aug 24, 2004
-
-
Reid Spencer authored
llvm-svn: 16027
-
- Aug 20, 2004
-
-
Reid Spencer authored
llvm-svn: 15945
-
Reid Spencer authored
Add basic installation directories as AC_DEFINES and AC_SUBST so they can be used by llvm programs with a simple #include <Config/config.h> llvm-svn: 15942
-
- Aug 04, 2004
-
-
Reid Spencer authored
PACKAGE_VERSION = "1.3" instead of "[1.3]". Rebuild configure script. llvm-svn: 15453
-
- Jul 23, 2004
-
-
John Criswell authored
standards. This is in hopes of fixing configuration problems on Windows Services for Unix. llvm-svn: 15132
-
- Jul 21, 2004
-
-
Brian Gaeke authored
Patch contributed by Bill Wendling. llvm-svn: 15053
-
- Jul 19, 2004
-
-
John Criswell authored
DataTypes.h. So far, it doesn't seem to break Linux, Solaris, or MacOS X. This should automatically include it for those people who need it. llvm-svn: 15006
-
- Jun 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 14335
-
- Jun 22, 2004
-
-
John Criswell authored
Added a check for isnan() while I was at it. llvm-svn: 14333
-
Misha Brukman authored
llvm-svn: 14319
-