| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhance the TD pass to build composite graphs when we have indirect call | Chris Lattner | 2005-03-21 | 1 | -17/+108 |
* | make this const correct | Chris Lattner | 2005-03-21 | 1 | -2/+2 |
* | Fix a major problem where we didn't add call graph edges for call sites with | Chris Lattner | 2005-03-21 | 1 | -6/+10 |
* | Ugh, for some reason, I can't call this unless the reference is const!?!?!? | Chris Lattner | 2005-03-21 | 1 | -2/+2 |
* | The reachability cloner should add arguments to merged calls when the RHS of | Chris Lattner | 2005-03-21 | 1 | -1/+4 |
* | 'note to self' | Chris Lattner | 2005-03-21 | 1 | -2/+5 |
* | Change the way that the TD pass inlines graphs. Instead of inlining each | Chris Lattner | 2005-03-21 | 1 | -72/+87 |
* | Don't strip modref bits when inlining down the call graph. This fixes | Chris Lattner | 2005-03-20 | 1 | -1/+1 |
* | Remove the ability to keep track of inlined globals, which is always dead. | Chris Lattner | 2005-03-20 | 1 | -36/+1 |
* | This call is always a noop, remove it. | Chris Lattner | 2005-03-20 | 1 | -9/+0 |
* | remove some pointless asserts | Chris Lattner | 2005-03-20 | 3 | -3/+0 |
* | -steens doesn't use the inlined globals facility. | Chris Lattner | 2005-03-20 | 1 | -2/+1 |
* | Build EC's for globals twice. The first is after constructing the initial | Chris Lattner | 2005-03-20 | 1 | -23/+99 |
* | Add a new DSNode::removeGlobal method. | Chris Lattner | 2005-03-20 | 1 | -0/+9 |
* | Transform BU pass to not use the horrible DSCallSiteIterator class. | Chris Lattner | 2005-03-20 | 2 | -176/+54 |
* | Implement new methods for dealing with DSNode global lists, rename uses of | Chris Lattner | 2005-03-20 | 1 | -16/+56 |
* | use simpler methods. | Chris Lattner | 2005-03-20 | 1 | -4/+3 |
* | method was renamed. | Chris Lattner | 2005-03-20 | 1 | -2/+3 |
* | print out equiv class info. | Chris Lattner | 2005-03-20 | 1 | -2/+16 |
* | some methods got renamed | Chris Lattner | 2005-03-20 | 1 | -2/+2 |
* | Make use of simpler DSNode methods. | Chris Lattner | 2005-03-20 | 2 | -14/+8 |
* | #ifdef out a function only used by #ifdef'd code. | Chris Lattner | 2005-03-20 | 1 | -0/+2 |
* | comment cleanup | Chris Lattner | 2005-03-20 | 1 | -1/+1 |
* | Create an equivalence class of global variables that DSA will never be able | Chris Lattner | 2005-03-19 | 7 | -48/+72 |
* | Switch to use the new interface for the EquivalenceClasses class, and fix | Chris Lattner | 2005-03-19 | 1 | -59/+63 |
* | do not bother inlining nullary functions without return values. The only | Chris Lattner | 2005-03-18 | 3 | -1/+15 |
* | fix a bogus assertion | Chris Lattner | 2005-03-18 | 1 | -1/+1 |
* | another fastpath | Chris Lattner | 2005-03-18 | 1 | -1/+2 |
* | remove a bogus optimization. This only works if there are no globals in the | Chris Lattner | 2005-03-18 | 1 | -4/+0 |
* | Rewrite DSAA::getModRefInfo to compute the mapping between caller and callee | Chris Lattner | 2005-03-18 | 1 | -24/+47 |
* | implement a new method. | Chris Lattner | 2005-03-17 | 1 | -0/+36 |
* | add some possibly bogus assertions. | Chris Lattner | 2005-03-17 | 1 | -0/+10 |
* | simplify this function a bit, allow DS-AA to build on/improve the mod/ref | Chris Lattner | 2005-03-17 | 1 | -8/+11 |
* | Clean up some code, handle null pointer specially to avoid an assertion | Chris Lattner | 2005-03-17 | 1 | -6/+10 |
* | Two changes: | Chris Lattner | 2005-03-17 | 1 | -3/+3 |
* | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
* | Do not create ridiculously huge DSNodes, as described in the comments. | Chris Lattner | 2005-03-17 | 1 | -1/+21 |
* | remove use of compat_iterator. | Chris Lattner | 2005-03-16 | 3 | -14/+15 |
* | make sure to mark nodes in the globals graph incomplete after computing it | Chris Lattner | 2005-03-15 | 1 | -0/+1 |
* | fix crashes when we only have a prototype for main. | Chris Lattner | 2005-03-15 | 3 | -3/+3 |
* | Fix a crash that happens when mapping something like this: | Chris Lattner | 2005-03-15 | 1 | -6/+12 |
* | Make computeGGToGMapping compute an invnodemap | Chris Lattner | 2005-03-15 | 1 | -9/+11 |
* | Finally fix (the right way) the problem where functions like this: | Chris Lattner | 2005-03-15 | 1 | -0/+24 |
* | Start using retnodes_* for iteration. | Chris Lattner | 2005-03-15 | 6 | -39/+34 |
* | avoid varialbe name collisions | Chris Lattner | 2005-03-15 | 1 | -2/+3 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 5 | -10/+10 |
* | Don't crash if computing a mapping to a node with zero size | Chris Lattner | 2005-03-15 | 1 | -0/+2 |
* | rename method, add counterpart | Chris Lattner | 2005-03-15 | 2 | -4/+16 |
* | add a method to compute a commonly used mapping. | Chris Lattner | 2005-03-14 | 2 | -5/+16 |
* | regardless of whether or not the client things we should mark globals incompl... | Chris Lattner | 2005-03-13 | 1 | -7/+7 |