Age | Commit message (Expand) | Author |
2005-03-17 | add some possibly bogus assertions. | Chris Lattner |
2005-03-17 | simplify this function a bit, allow DS-AA to build on/improve the mod/ref | Chris Lattner |
2005-03-17 | Clean up some code, handle null pointer specially to avoid an assertion | Chris Lattner |
2005-03-17 | Two changes: | Chris Lattner |
2005-03-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
2005-03-17 | Do not create ridiculously huge DSNodes, as described in the comments. | Chris Lattner |
2005-03-16 | remove use of compat_iterator. | Chris Lattner |
2005-03-15 | make sure to mark nodes in the globals graph incomplete after computing it | Chris Lattner |
2005-03-15 | fix crashes when we only have a prototype for main. | Chris Lattner |
2005-03-15 | Fix a crash that happens when mapping something like this: | Chris Lattner |
2005-03-15 | Make computeGGToGMapping compute an invnodemap | Chris Lattner |
2005-03-15 | Finally fix (the right way) the problem where functions like this: | Chris Lattner |
2005-03-15 | Start using retnodes_* for iteration. | Chris Lattner |
2005-03-15 | avoid varialbe name collisions | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-15 | Don't crash if computing a mapping to a node with zero size | Chris Lattner |
2005-03-15 | rename method, add counterpart | Chris Lattner |
2005-03-14 | add a method to compute a commonly used mapping. | Chris Lattner |
2005-03-13 | regardless of whether or not the client things we should mark globals incompl... | Chris Lattner |
2005-03-13 | Make sure to remove incomplete markers before we add to them! :) | Chris Lattner |
2005-03-13 | The incoming arguments to main (the argv list) are not complete! | Chris Lattner |
2005-03-13 | After finishing BU analysis, move all global variables from the globals | Chris Lattner |
2005-03-13 | ADd support for printing eqgraphs. | Chris Lattner |
2005-03-13 | Replace linear search with logrithmic one. | Chris Lattner |
2005-03-12 | make sure to mark nodes returned from functions as incomplete | Chris Lattner |
2005-03-12 | remove this from the PA namespace, leaving it in the llvm ns | Chris Lattner |
2005-03-12 | Move this from the pool allocator project to here, where it logically belongs. | Chris Lattner |
2005-03-05 | Make sure the two arguments of a setcc instruction point to the same node. | Chris Lattner |
2005-03-04 | Trivial cleanup patch | Chris Lattner |
2005-02-27 | Fix spelling, patch contributed by Gabor Greif | Chris Lattner |
2005-02-25 | Handle null a bit more carefully. | Chris Lattner |
2005-02-24 | This instruction: | Chris Lattner |
2005-02-24 | Fix a bug introduced by revision 1.187 of this file. | Chris Lattner |
2005-02-15 | Add a sanity check. | Chris Lattner |
2005-02-15 | Add a new method to make it easy to update graphs. | Chris Lattner |
2005-02-09 | Use new edge iterators to simplify some code. | Chris Lattner |
2005-02-07 | IndCallGraphMap is now a pointer to a new'd map. | Chris Lattner |
2005-02-04 | If we have an indirect call site that calls N functions, inline the N functions | Chris Lattner |
2005-02-04 | Split mergeInGraph into two methods. | Chris Lattner |
2005-02-04 | Fix the Regression/Transforms/DSAnalysis/recursion.ll regression. | Chris Lattner |
2005-02-03 | Refactor getFunctionArgumentsForCall out of mergeInGraph. | Chris Lattner |
2005-02-01 | Eliminate some duplicated debug code | Chris Lattner |
2005-02-01 | Eliminate self-recursion as a special case. | Chris Lattner |
2005-02-01 | Eliminate use of DSCallSiteIterator in key loop. This is a half step to | Chris Lattner |
2005-02-01 | Signficantly speed up printing by not emitting the same file twice with | Chris Lattner |
2005-02-01 | Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit. | Chris Lattner |
2005-01-31 | Rename variables to work with VC++'s hokey scoping rules. | Chris Lattner |
2005-01-31 | Fix some scary bugs that VC++ detected. | Chris Lattner |
2005-01-30 | Make things more const-correct, adjust to changes in DSA interfaces. | Chris Lattner |
2005-01-30 | * Make some methods more const correct. | Chris Lattner |