Age | Commit message (Expand) | Author |
2005-03-23 | Totally gut mergeInGraph. There is absolutely no reason to be merging | Chris Lattner |
2005-03-23 | wrap a long line | Chris Lattner |
2005-03-23 | Make -steens-aa more conservative (aka correct) by making sure to obey | Chris Lattner |
2005-03-23 | implement Analysis/DSGraph/field-sensitive.ll | Chris Lattner |
2005-03-22 | Several changes here: | Chris Lattner |
2005-03-22 | Mark external globals incomplete in the BU Globals graph, fixing | Chris Lattner |
2005-03-22 | Remove an iteration pass over the entire scalarmap for each function created | Chris Lattner |
2005-03-22 | When making a clone of a DSGraph from the BU pass, make sure to remember that | Chris Lattner |
2005-03-22 | Don't use operator[], use the new method instead, which is faster. This speeds | Chris Lattner |
2005-03-22 | Now that the dead ctor is gone, nothing uses the old node mapping exported by | Chris Lattner |
2005-03-22 | remove a dead ctor | Chris Lattner |
2005-03-22 | now that the second argument is always this->ReturnNodes, don't bother passin... | Chris Lattner |
2005-03-22 | instead of using a local RetValMap, just use the graph we are cloning into | Chris Lattner |
2005-03-22 | now that the valuemapping is always the local scalar map, we can eliminate | Chris Lattner |
2005-03-22 | remove the second argument to cloneInto | Chris Lattner |
2005-03-22 | add some timers, don't clone aux nodes | Chris Lattner |
2005-03-22 | move this out of line | Chris Lattner |
2005-03-22 | don't generate temporary scalarmaps. | Chris Lattner |
2005-03-21 | allow passing clone flags down to cloneInto | Chris Lattner |
2005-03-21 | Enhance the TD pass to build composite graphs when we have indirect call | Chris Lattner |
2005-03-21 | make this const correct | Chris Lattner |
2005-03-21 | Fix a major problem where we didn't add call graph edges for call sites with | Chris Lattner |
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 |