- Sep 20, 2004
-
-
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
-
- Sep 19, 2004
-
-
Chris Lattner authored
Regression/Transforms/InstCombine/CPP_min_max.llx llvm-svn: 16409
-
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
loads, and implement two new transforms: InstCombine/load.ll:test[56]. llvm-svn: 16404
-
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
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
llvm-svn: 16386
-
- Sep 17, 2004
-
-
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
llvm-svn: 16381
-
Reid Spencer authored
Patch provided by Jeff Cohen. Thanks Jeff! llvm-svn: 16380
-
- Sep 15, 2004
-
-
Chris Lattner authored
llvm-svn: 16369
-
Reid Spencer authored
Patch contributed by Paolo Invernizzi. Thanks Paolo! llvm-svn: 16368
-
Chris Lattner authored
llvm-svn: 16366
-
Reid Spencer authored
Patches submitted by Jeff Cohen. Thanks Jeff! llvm-svn: 16362
-
Reid Spencer authored
llvm-svn: 16361
-
Reid Spencer authored
llvm-svn: 16360
-
Reid Spencer authored
llvm-svn: 16359
-
Reid Spencer authored
llvm-svn: 16356
-
Chris Lattner authored
llvm-svn: 16355
-
Alkis Evlogimenos authored
same size as the one in the array type. llvm-svn: 16354
-
Misha Brukman authored
llvm-svn: 16353
-
Misha Brukman authored
llvm-svn: 16352
-
Misha Brukman authored
llvm-svn: 16351
-
Chris Lattner authored
This fixes PR420 and Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llx llvm-svn: 16348
-
Chris Lattner authored
llvm-svn: 16347
-
- Sep 14, 2004
-
-
Chris Lattner authored
llvm-svn: 16344
-
Chris Lattner authored
llvm-svn: 16337
-
Reid Spencer authored
llvm-svn: 16335
-
Reid Spencer authored
error. We'll strategize on this when we have multiple front ends to deal with. For now llvm-ld just runs a standard set of transforms. llvm-svn: 16333
-
Chris Lattner authored
Note to self: sentences end with ".", not "...". Note to reid: sentences end with ".", not "". :) llvm-svn: 16332
-