- 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
setPreservesCFG to be less confusing. llvm-svn: 4255
-
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
-
Chris Lattner authored
llvm-svn: 4251
-
Chris Lattner authored
something that maps through a std::map. Since this simplified the client and implementation code, do so now. llvm-svn: 4250
-
Chris Lattner authored
node explosion that doesn't help anything at all. In previous versions of the representation this DID help, but not anymore. llvm-svn: 4249
-
Chris Lattner authored
be printed! llvm-svn: 4248
-
Chris Lattner authored
llvm-svn: 4246
-
Chris Lattner authored
llvm-svn: 4242
-
Chris Lattner authored
Make copy ctor have two versions to avoid dealing with conditional template argument. DSCallSite ctor now takes all arguments instead of taking one and being populated later. llvm-svn: 4240
-
Chris Lattner authored
llvm-svn: 4239
-
Chris Lattner authored
llvm-svn: 4238
-
Chris Lattner authored
llvm-svn: 4237
-
- Oct 20, 2002
-
-
Vikram S. Adve authored
Also add functions to access pointer argument nodes cleanly. llvm-svn: 4235
-
Chris Lattner authored
llvm-svn: 4234
-
Chris Lattner authored
llvm-svn: 4233
-
Chris Lattner authored
llvm-svn: 4232
-
Chris Lattner authored
llvm-svn: 4231
-
Vikram S. Adve authored
used in the DS graphs. Essentially, what was vector<DSNodeHandle> before is now a DSCallSite with the same vector, plus pointers to the CallInst and the caller Function. The special-purpose class BUDataStructure::CallSite is no longer needed. llvm-svn: 4228
-
- Oct 18, 2002
-
-
Chris Lattner authored
llvm-svn: 4226
-
Chris Lattner authored
llvm-svn: 4224
-
Chris Lattner authored
llvm-svn: 4223
-
- Oct 17, 2002
-
-
Chris Lattner authored
llvm-svn: 4221
-
Chris Lattner authored
* BUClosure doesn't have to worry about global nodes * TDClosure now works with global nodes * Reenable DNE on TD pass, now that globals work right llvm-svn: 4220
-
Chris Lattner authored
llvm-svn: 4219
-
Chris Lattner authored
llvm-svn: 4218
-
Chris Lattner authored
llvm-svn: 4217
-
Chris Lattner authored
llvm-svn: 4216
-
Chris Lattner authored
among other things. * Significant rewrite of TD pass to avoid potentially N^2 algorithms if possible. It is still not complete, but at least it's checked in now. llvm-svn: 4215
-
Chris Lattner authored
llvm-svn: 4214
-
Chris Lattner authored
llvm-svn: 4213
-
Chris Lattner authored
favor of generic printer. llvm-svn: 4209
-
- Oct 16, 2002
-
-
Chris Lattner authored
llvm-svn: 4203
-
Chris Lattner authored
llvm-svn: 4201
-
Chris Lattner authored
llvm-svn: 4199
-
Chris Lattner authored
llvm-svn: 4196
-
Chris Lattner authored
llvm-svn: 4195
-
Chris Lattner authored
* Print edge source labels again * Override node shape to be Mrecord again, instead of just record. llvm-svn: 4193
-