- Nov 07, 2002
-
-
Chris Lattner authored
llvm-svn: 4596
-
Chris Lattner authored
llvm-svn: 4595
-
Chris Lattner authored
The problem was merging two unsized types like function's, ie int (int*) with int (uint *) llvm-svn: 4594
-
Chris Lattner authored
llvm-svn: 4592
-
Chris Lattner authored
llvm-svn: 4588
-
Chris Lattner authored
statistics for skipped functions llvm-svn: 4587
-
- Nov 06, 2002
-
-
Chris Lattner authored
implement the mod/ref bit masking llvm-svn: 4578
-
Chris Lattner authored
llvm-svn: 4577
-
Chris Lattner authored
llvm-svn: 4576
-
Chris Lattner authored
llvm-svn: 4575
-
Chris Lattner authored
llvm-svn: 4572
-
Chris Lattner authored
Fix problem with recursive merging llvm-svn: 4570
-
Vikram S. Adve authored
llvm-svn: 4569
-
Vikram S. Adve authored
IP Mod and Ref information for every function and every call site. llvm-svn: 4567
-
Chris Lattner authored
*FULLY OPERATIONAL* and safe. We are now capable of completely analyzing at LEAST the Olden benchmarks + 181.mcf llvm-svn: 4562
-
Chris Lattner authored
llvm-svn: 4560
-
- Nov 05, 2002
-
-
Chris Lattner authored
Ended up disabling merge map merging completely. It shall be removed. llvm-svn: 4550
-
- Nov 04, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4532
-
Chris Lattner authored
into a "oh crap, lets collapse" case llvm-svn: 4530
-
Chris Lattner authored
llvm-svn: 4521
-
Chris Lattner authored
llvm-svn: 4517
-
- Nov 03, 2002
-
-
Chris Lattner authored
llvm-svn: 4516
-
Chris Lattner authored
llvm-svn: 4515
-
Chris Lattner authored
respectively. This is to make presentation easier in the paper. llvm-svn: 4514
-
- Nov 02, 2002
-
-
Chris Lattner authored
llvm-svn: 4490
-
Chris Lattner authored
llvm-svn: 4489
-
Chris Lattner authored
nodes in the graph are memory objects, which is very nice. This also greatly reduces the size and memory footprint for DSGraphs. For example, the local DSGraph for llu went from 65 to 13 nodes with this change. As a side bonus, dot seems to lay out the graphs slightly better too. :) llvm-svn: 4488
-
- Nov 01, 2002
-
-
Chris Lattner authored
mod/ref apis yet llvm-svn: 4485
-
Chris Lattner authored
llvm-svn: 4479
-
- Oct 31, 2002
-
-
Chris Lattner authored
larger one. * Handle the case where we are merging two nodes of different size better. llvm-svn: 4476
-
Chris Lattner authored
llvm-svn: 4467
-
Chris Lattner authored
be fixed, but we are getting much closer now. * Make DSNode::TypeRec a full fledged DSTypeRec type. * Add methods used to update and access the typerecords elements * Add methods to query if and to cause a node to be completely folded * DSGraph construction doesn't use the allocation type for anything at all, now nodes get their type information based on how they are used. * Fixed a bug with global value handling introduced in the last checkin * GEP support is now much better, arrays are handled correctly. The array flag is now updated in type records. There are still cases that are not handled yet (we do not detect pessimizations), but getting much closer. llvm-svn: 4465
-
Chris Lattner authored
Thanks fly out to Casey Carter for this fix. llvm-svn: 4460
-
- Oct 30, 2002
-
-
Misha Brukman authored
llvm-svn: 4423
-
- Oct 28, 2002
-
-
Chris Lattner authored
llvm-svn: 4340
-
Chris Lattner authored
llvm-svn: 4318
-
- Oct 22, 2002
-
-
Chris Lattner authored
future. This prevents having spurious map entries to nodes that we really don't care about. This allows us to reenable the DeadNodeElim, which was disabled. llvm-svn: 4260
-
Chris Lattner authored
llvm-svn: 4259
-
- Oct 21, 2002
-
-
Chris Lattner authored
llvm-svn: 4253
-
Chris Lattner authored
function was finally able to resolve the function call. Adding this allows the TD pass to actually work right! - Temporarily disable dead node pruning. This will be reenabled soon. llvm-svn: 4252
-