| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove the second argument to cloneInto | Chris Lattner | 2005-03-22 | 5 | -19/+14 |
| * | add some timers, don't clone aux nodes | Chris Lattner | 2005-03-22 | 1 | -2/+29 |
| * | move this out of line | Chris Lattner | 2005-03-22 | 1 | -0/+28 |
| * | don't generate temporary scalarmaps. | Chris Lattner | 2005-03-22 | 1 | -17/+5 |
| * | allow passing clone flags down to cloneInto | Chris Lattner | 2005-03-21 | 1 | -2/+3 |
| * | 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 |
| * | We may be adding functions to the Module during initialization, so | Misha Brukman | 2005-03-21 | 1 | -2/+2 |
| * | 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 |
| * | Remove a bunch of cruft and dead code for handling the case when types were | Chris Lattner | 2005-03-21 | 1 | -48/+30 |
| * | Make this method non-const. Making it const causes the const version of | Tanya Lattner | 2005-03-21 | 1 | -1/+1 |
| * | 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 |
| * | Fix the 3 regressions last night, due to my buggy patch from yesterday. | Chris Lattner | 2005-03-19 | 1 | -1/+1 |
| * | Add new function getPtrPtrFromArrayPtr(). | Alkis Evlogimenos | 2005-03-19 | 1 | -0/+7 |
| * | Stop using deprecated interface. | Alkis Evlogimenos | 2005-03-19 | 2 | -2/+3 |
| * | 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 use of getPrev() and getNext() on ilist nodes. | Chris Lattner | 2005-03-18 | 1 | -5/+8 |
| * | expose this pass to both opt and analyze | Chris Lattner | 2005-03-18 | 1 | -2/+3 |
| * | 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 |
| * | Do not include the Function* for direct call/invoke instructions in the | Chris Lattner | 2005-03-17 | 1 | -1/+6 |
| * | typo/denial | Duraid Madina | 2005-03-17 | 1 | -1/+1 |
| * | 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 |