| Commit message (Expand) | Author | Age | Files | Lines |
* | It's not clear to me whether the old version was correct C++ code, but in | Chris Lattner | 2004-05-21 | 1 | -3/+3 |
* | Doxygenified and cleand up comments. | Misha Brukman | 2004-03-11 | 1 | -61/+67 |
* | The recalclulate method was a nasty hack that was once used by the -cee pass, | Chris Lattner | 2003-12-07 | 1 | -5/+0 |
* | Rewrite dominators implementation. Now domset is constructed from immdom, | Chris Lattner | 2003-12-07 | 1 | -95/+111 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Get rid of the whole "Node2" business, rename getNode() ->getBlock() to | Chris Lattner | 2003-09-11 | 1 | -20/+15 |
* | Rework dominator and post dominator information so that we do not have to | Chris Lattner | 2003-09-10 | 1 | -9/+46 |
* | Add new methods, update comments | Chris Lattner | 2003-08-18 | 1 | -2/+10 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -0/+1 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -1/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+1 |
* | Add more graph traits specializations for dominator tree nodes | Chris Lattner | 2003-03-20 | 1 | -3/+10 |
* | Make the interface to update a little more efficient | Chris Lattner | 2003-02-27 | 1 | -5/+7 |
* | Add interface to update domfrontier info, thanks to Casey Carter for impl | Chris Lattner | 2002-10-31 | 1 | -3/+21 |
* | Use the forward declaration for GraphTraits instead of #including | Chris Lattner | 2002-10-17 | 1 | -1/+2 |
* | Added partial specialization of GraphTraits for the DominatorTree class. | Joel Stanley | 2002-10-16 | 1 | -0/+19 |
* | Expose new "recalculate" method from dominatorset | Chris Lattner | 2002-10-08 | 1 | -0/+5 |
* | Simplify code a bit, add an assertion | Chris Lattner | 2002-09-29 | 1 | -3/+2 |
* | - Add methods to ImmediateDominators & DominatorTree to allow updates | Chris Lattner | 2002-09-26 | 1 | -4/+31 |
* | Add a new "DominatorSet::addDominator" method to allow updates | Chris Lattner | 2002-09-26 | 1 | -0/+9 |
* | - Doxygenize comments | Chris Lattner | 2002-09-06 | 1 | -11/+69 |
* | Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll | Chris Lattner | 2002-08-22 | 1 | -0/+2 |
* | - Split Dominators.h into Dominators.h & PostDominators.h | Chris Lattner | 2002-08-21 | 1 | -94/+2 |
* | - Do not expose ::ID from any of the analyses anymore. | Chris Lattner | 2002-08-21 | 1 | -16/+0 |
* | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 1 | -6/+6 |
* | * Eliminate the Provided set. All Passes now finally just automatically | Chris Lattner | 2002-07-29 | 1 | -7/+0 |
* | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -0/+12 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -32/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -20/+8 |
* | Simplify analyses so that there is only one analysis per class | Chris Lattner | 2002-07-26 | 1 | -125/+238 |
* | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -6/+6 |
* | Add method to check to see if two _Instructions_ dominate each other | Chris Lattner | 2002-05-13 | 1 | -0/+7 |
* | Add new optional getPassName() virtual function that a Pass can override | Chris Lattner | 2002-04-29 | 1 | -0/+20 |
* | Remove all contents of the cfg namespace to the global namespace | Chris Lattner | 2002-04-28 | 1 | -4/+0 |
* | Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,... | Chris Lattner | 2002-04-28 | 1 | -25/+23 |
* | * Rename MethodPass class to FunctionPass | Chris Lattner | 2002-04-27 | 1 | -44/+39 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -6/+6 |
* | Convert analyses over to new Pass framework | Chris Lattner | 2002-01-30 | 1 | -43/+131 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -11/+12 |
* | Changes to compile with GCC 2.96 | Chris Lattner | 2001-10-13 | 1 | -8/+12 |
* | * Add a DominatorBase base class to maintain root of Dominator info | Chris Lattner | 2001-07-06 | 1 | -24/+46 |
* | Update documentation a bit, correct #include guard | Chris Lattner | 2001-07-03 | 1 | -4/+12 |
* | Add new anaysis routines for building dominator related information | Chris Lattner | 2001-07-02 | 1 | -0/+190 |