| Age | Commit message (Expand) | Author |
| 2005-03-21 | Ugh, for some reason, I can't call this unless the reference is const!?!?!? | Chris Lattner |
| 2005-03-21 | The reachability cloner should add arguments to merged calls when the RHS of | Chris Lattner |
| 2005-03-21 | 'note to self' | Chris Lattner |
| 2005-03-21 | Change the way that the TD pass inlines graphs. Instead of inlining each | Chris Lattner |
| 2005-03-20 | Don't strip modref bits when inlining down the call graph. This fixes | Chris Lattner |
| 2005-03-20 | Remove the ability to keep track of inlined globals, which is always dead. | Chris Lattner |
| 2005-03-20 | This call is always a noop, remove it. | Chris Lattner |
| 2005-03-20 | remove some pointless asserts | Chris Lattner |
| 2005-03-20 | -steens doesn't use the inlined globals facility. | Chris Lattner |
| 2005-03-20 | Build EC's for globals twice. The first is after constructing the initial | Chris Lattner |
| 2005-03-20 | Add a new DSNode::removeGlobal method. | Chris Lattner |
| 2005-03-20 | Transform BU pass to not use the horrible DSCallSiteIterator class. | Chris Lattner |
| 2005-03-20 | Implement new methods for dealing with DSNode global lists, rename uses of | Chris Lattner |
| 2005-03-20 | use simpler methods. | Chris Lattner |
| 2005-03-20 | method was renamed. | Chris Lattner |
| 2005-03-20 | print out equiv class info. | Chris Lattner |
| 2005-03-20 | some methods got renamed | Chris Lattner |
| 2005-03-20 | Make use of simpler DSNode methods. | Chris Lattner |
| 2005-03-20 | #ifdef out a function only used by #ifdef'd code. | Chris Lattner |
| 2005-03-20 | comment cleanup | Chris Lattner |
| 2005-03-19 | Create an equivalence class of global variables that DSA will never be able | Chris Lattner |
| 2005-03-19 | Switch to use the new interface for the EquivalenceClasses class, and fix | Chris Lattner |
| 2005-03-18 | do not bother inlining nullary functions without return values. The only | Chris Lattner |
| 2005-03-18 | fix a bogus assertion | Chris Lattner |
| 2005-03-18 | another fastpath | Chris Lattner |
| 2005-03-18 | remove a bogus optimization. This only works if there are no globals in the | Chris Lattner |
| 2005-03-18 | Rewrite DSAA::getModRefInfo to compute the mapping between caller and callee | Chris Lattner |
| 2005-03-17 | implement a new method. | Chris Lattner |
| 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 |