| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Now this temp. fix is not required. | Devang Patel | 2007-07-19 | 1 | -4/+0 |
* | Return Undef if the block has no dominator. This was required to allow | Reid Spencer | 2007-07-16 | 1 | -0/+4 |
* | Make LCSSA a loop pass. | Devang Patel | 2007-07-13 | 1 | -21/+11 |
* | Maintain ETNode as part of DomTreeNode. | Devang Patel | 2007-06-07 | 1 | -1/+1 |
* | s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g | Devang Patel | 2007-06-04 | 1 | -8/+8 |
* | s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g | Devang Patel | 2007-06-03 | 1 | -8/+8 |
* | Fix typos. | Dan Gohman | 2007-05-11 | 1 | -1/+1 |
* | Fix typo in comment. | Nick Lewycky | 2007-05-06 | 1 | -1/+1 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -2/+2 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -2/+2 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+4 |
* | Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. | Evan Cheng | 2007-04-18 | 1 | -18/+21 |
* | Use ETForest instead of DominatorTree. | Owen Anderson | 2007-04-18 | 1 | -21/+18 |
* | avoid copying sets and vectors around. | Chris Lattner | 2007-04-14 | 1 | -7/+6 |
* | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer | 2007-02-05 | 1 | -1/+2 |
* | For PR1177: | Reid Spencer | 2007-02-05 | 1 | -4/+4 |
* | Use DenseMap for pointer->pointer maps. | Owen Anderson | 2007-02-05 | 1 | -4/+4 |
* | switch more statistics over to STATISTIC, eliminating static ctors. Also, | Chris Lattner | 2006-12-19 | 1 | -4/+3 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | generalize the fix for PR977 to also fix | Chris Lattner | 2006-10-31 | 1 | -28/+26 |
* | Fix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBlock.ll | Chris Lattner | 2006-10-31 | 1 | -1/+8 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Add special check to avoid isLoop call. Simple, but doesn't seem to speed | Chris Lattner | 2006-08-02 | 1 | -2/+2 |
* | Replace the SSA update code in LCSSA with a bottom-up approach instead of a top | Chris Lattner | 2006-08-02 | 1 | -125/+95 |
* | Fix typo in the comment. | Owen Anderson | 2006-07-09 | 1 | -1/+1 |
* | Add a fix for an issue where LCSSA would fail to insert undef's in some corner | Owen Anderson | 2006-07-09 | 1 | -14/+21 |
* | Use the PotDoms map to memoize 'dominating value' lookup. With this patch, | Chris Lattner | 2006-06-14 | 1 | -17/+14 |
* | Fix another instance where PHI nodes need special treatment. | Owen Anderson | 2006-06-13 | 1 | -0/+6 |
* | Fix a bug that was causing major slowdowns in povray. This was due to LCSSA | Owen Anderson | 2006-06-13 | 1 | -2/+7 |
* | Fix for 2006-06-26-MultipleExitsSingleBlock. | Owen Anderson | 2006-06-12 | 1 | -4/+7 |
* | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson | 2006-06-11 | 1 | -0/+2 |
* | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng | 2006-06-11 | 1 | -3/+1 |
* | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson | 2006-06-09 | 1 | -1/+3 |
* | Update some comments, and expose LCSSAID in preparation for having other passes | Owen Anderson | 2006-06-08 | 1 | -1/+8 |
* | Fix some formatting, and use inLoop() when appropriate. | Owen Anderson | 2006-06-06 | 1 | -3/+3 |
* | Stop a memory leak, and update some comments. | Owen Anderson | 2006-06-06 | 1 | -10/+10 |
* | Some more clean-up, and squash an IDF-Phi related bug. | Owen Anderson | 2006-06-04 | 1 | -16/+13 |
* | Various clean-ups suggested by Chris. | Owen Anderson | 2006-06-04 | 1 | -30/+32 |
* | Fix a bug in Phi-noded insertion. Also, update some comments to reflect what's | Owen Anderson | 2006-06-03 | 1 | -12/+21 |
* | Remove a FIXME that was fixed with my last patch. | Owen Anderson | 2006-06-01 | 1 | -2/+0 |
* | More cleanups. Also, add a special case for updating PHI nodes, and | Owen Anderson | 2006-06-01 | 1 | -21/+33 |
* | Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs. | Owen Anderson | 2006-05-31 | 1 | -86/+113 |
* | Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSA | Owen Anderson | 2006-05-29 | 1 | -2/+35 |
* | Major think-o. Iterate over all live out-of-loop values, and perform the | Owen Anderson | 2006-05-28 | 1 | -36/+36 |
* | Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computing | Owen Anderson | 2006-05-27 | 1 | -8/+51 |
* | A few small clean-ups, and the addition of an LCSSA statistic. | Owen Anderson | 2006-05-27 | 1 | -2/+8 |
* | Fix a copy-and-paste-o that would break some compilers. | Owen Anderson | 2006-05-26 | 1 | -1/+1 |
* | Clean up and refactor LCSSA a bunch. It should also run faster now, though | Owen Anderson | 2006-05-26 | 1 | -66/+50 |
* | Skeletal LCSSA pass. This is currently non-functional. Expect functionality | Owen Anderson | 2006-05-26 | 1 | -0/+159 |