- Sep 21, 2004
-
-
Reid Spencer authored
case since the AC_CONFIG_SUBDIRS problem has been fixed. llvm-svn: 16464
-
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
-
Reid Spencer authored
function, not the whole main function. This problem resulted during conversion of scripts to the new autoconf standard. The effect was that the mmap_file test would fail and if it does there is currently an #ifdef'd #error that causes compilation to fail. Bad, bad, bad. llvm-svn: 16462
-
Misha Brukman authored
llvm-svn: 16461
-
Misha Brukman authored
llvm-svn: 16460
-
Chris Lattner authored
llvm-svn: 16459
-
Chris Lattner authored
llvm-svn: 16458
-
Reid Spencer authored
llvm-svn: 16453
-
- Sep 20, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 16448
-
Chris Lattner authored
llvm-svn: 16447
-
Chris Lattner authored
llvm-svn: 16446
-
Reid Spencer authored
llvm-svn: 16445
-
Reid Spencer authored
llvm-svn: 16444
-
Reid Spencer authored
specification was too liberal in some areas and missing things in others. This specification is based on the actual extensions found in the source tree. llvm-svn: 16443
-
Reid Spencer authored
maintain the logic for "what counts as a source file" in one place. llvm-svn: 16442
-
Reid Spencer authored
allowing the set of directories searched to be specified either by the LLVMDO_DIRS env var or by the -dirs "dirs..." command line option. llvm-svn: 16441
-
Alkis Evlogimenos authored
list. llvm-svn: 16440
-
Chris Lattner authored
llvm-svn: 16439
-
Chris Lattner authored
from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16436
-
Chris Lattner authored
from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. Also, fix some undefined behavior, expecting | on booleans to evaluate left-to-right. llvm-svn: 16435
-
Chris Lattner authored
'Pass' should now not be derived from by clients. Instead, they should derive from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16434
-
Chris Lattner authored
llvm-svn: 16433
-
Chris Lattner authored
llvm-svn: 16432
-
Chris Lattner authored
llvm-svn: 16431
-
Chris Lattner authored
from ModulePass. Instead of implementing Pass::run, then should implement ModulePass::runOnModule. llvm-svn: 16430
-
Reid Spencer authored
into memor. This is just a reminder that the ReadFileIntoAddressSpace function needs to be properly converted to lib/System and implemented via read/write if there's no mmap of file support. llvm-svn: 16428
-
Reid Spencer authored
with correctly recognizing mmap of files and the linker's support of -r. llvm-svn: 16427
-
Reid Spencer authored
using the AC_LANG_PROGRAM macro. llvm-svn: 16426
-
Reid Spencer authored
build them again. llvm-svn: 16425
-
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: 16423
-
Reid Spencer authored
llvm-svn: 16422
-
Reid Spencer authored
llvm-svn: 16421
-
Reid Spencer authored
the use of obsolete macros, hopefully making us more compliant on more sys. llvm-svn: 16420
-
Reid Spencer authored
llvm-svn: 16419
-
Reid Spencer authored
transmission. llvm-svn: 16418
-
Chris Lattner authored
llvm-svn: 16417
-
Reid Spencer authored
llvm-svn: 16415
-
Reid Spencer authored
llvm-svn: 16414
-
Reid Spencer authored
necessary to ensure that a consistent configuration is created on each platform. Certain definitions we use (like m4/libtool.m4) require certain versions of the tools and we can no longer be slack about this or we'll have problems with mis-configured builds. llvm-svn: 16412
-