- Sep 20, 2004
-
-
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
-
Reid Spencer authored
Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16396
-
Reid Spencer authored
llvm-svn: 16395
-
Chris Lattner authored
llvm-svn: 16394
-
Chris Lattner authored
other problems. llvm-svn: 16393
-
Chris Lattner authored
Update to reflect changes to the 'Register' tblgen class. llvm-svn: 16392
-
Chris Lattner authored
llvm-svn: 16391
-
Chris Lattner authored
the worklist and makes it more efficient. This does not change functionality at all. llvm-svn: 16390
-
Chris Lattner authored
llvm-svn: 16389
-
Chris Lattner authored
function, not just the CallGraph. llvm-svn: 16388
-
Chris Lattner authored
Add comments and doxygenify others. llvm-svn: 16387
-
Chris Lattner authored
llvm-svn: 16386
-
- Sep 17, 2004
-
-
John Criswell authored
llvm-svn: 16385
-
Chris Lattner authored
llvm-svn: 16384
-
Reid Spencer authored
Add some additional commentary about the workings of this module. Patch contributed by Jeff Cohen. Thanks Jeff! llvm-svn: 16383
-
- Sep 16, 2004
-
-
Reid Spencer authored
after llvm-test was split out of llvm. llvm-svn: 16382
-
Reid Spencer authored
llvm-svn: 16381
-
Reid Spencer authored
Patch provided by Jeff Cohen. Thanks Jeff! llvm-svn: 16380
-
John Criswell authored
are updated. llvm-svn: 16378
-
- Sep 15, 2004
-
-
Chris Lattner authored
llvm-svn: 16369
-
Reid Spencer authored
Patch contributed by Paolo Invernizzi. Thanks Paolo! llvm-svn: 16368
-