- Sep 20, 2004
-
-
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
-
- Sep 19, 2004
-
-
Reid Spencer authored
This is a potential version mismatch problem because this file came from libtool 1.5.10. If you're running a different version of libtool, the checks in this file may not be quite right. Having our own version of this file violates the spirit of libtool and is only provided to change the name of "libtool" to "mklib". This is done so that the name "libtool" does not conflict with the "lib" directory when doing tab completion and your $objdir == $srcdir. llvm-svn: 16411
-
Chris Lattner authored
Move other things to the right sections llvm-svn: 16410
-
Chris Lattner authored
Regression/Transforms/InstCombine/CPP_min_max.llx llvm-svn: 16409
-
Chris Lattner authored
llvm-svn: 16408
-
Chris Lattner authored
unfortunately is the cause of a bunch of failures from tonight, and the reason the tester is running so slow :( llvm-svn: 16407
-
Chris Lattner authored
whose addresses where used by trivial phi nodes and select instructions. This is now performed by the instcombine pass, which is more powerful, is much simpler, and is faster. This allows the deletion of a bunch of code, two FIXME's and two gotos. llvm-svn: 16406
-
Chris Lattner authored
llvm-svn: 16405
-
Chris Lattner authored
loads, and implement two new transforms: InstCombine/load.ll:test[56]. llvm-svn: 16404
-
Chris Lattner authored
llvm-svn: 16403
-
Reid Spencer authored
Patch submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16401
-
Chris Lattner authored
llvm-svn: 16400
-
- Sep 18, 2004
-
-
Chris Lattner authored
a function being deleted. Due to optimizations done while inlining, there can be edges from the external call node to a function node that were not apparent any longer. This fixes the compiler crash while compiling 175.vpr llvm-svn: 16399
-
Chris Lattner authored
llvm-svn: 16398
-
Reid Spencer authored
Patch contributed by Henrik Bach. Thanks Henrik! llvm-svn: 16397
-