aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure
Commit message (Expand)AuthorAgeFilesLines
* Enhance the TD pass to build composite graphs when we have indirect callChris Lattner2005-03-211-17/+108
* make this const correctChris Lattner2005-03-211-2/+2
* Fix a major problem where we didn't add call graph edges for call sites withChris Lattner2005-03-211-6/+10
* Ugh, for some reason, I can't call this unless the reference is const!?!?!?Chris Lattner2005-03-211-2/+2
* The reachability cloner should add arguments to merged calls when the RHS ofChris Lattner2005-03-211-1/+4
* 'note to self'Chris Lattner2005-03-211-2/+5
* Change the way that the TD pass inlines graphs. Instead of inlining eachChris Lattner2005-03-211-72/+87
* Don't strip modref bits when inlining down the call graph. This fixesChris Lattner2005-03-201-1/+1
* Remove the ability to keep track of inlined globals, which is always dead.Chris Lattner2005-03-201-36/+1
* This call is always a noop, remove it.Chris Lattner2005-03-201-9/+0
* remove some pointless assertsChris Lattner2005-03-203-3/+0
* -steens doesn't use the inlined globals facility.Chris Lattner2005-03-201-2/+1
* Build EC's for globals twice. The first is after constructing the initialChris Lattner2005-03-201-23/+99
* Add a new DSNode::removeGlobal method.Chris Lattner2005-03-201-0/+9
* Transform BU pass to not use the horrible DSCallSiteIterator class.Chris Lattner2005-03-202-176/+54
* Implement new methods for dealing with DSNode global lists, rename uses ofChris Lattner2005-03-201-16/+56
* use simpler methods.Chris Lattner2005-03-201-4/+3
* method was renamed.Chris Lattner2005-03-201-2/+3
* print out equiv class info.Chris Lattner2005-03-201-2/+16
* some methods got renamedChris Lattner2005-03-201-2/+2
* Make use of simpler DSNode methods.Chris Lattner2005-03-202-14/+8
* #ifdef out a function only used by #ifdef'd code.Chris Lattner2005-03-201-0/+2
* comment cleanupChris Lattner2005-03-201-1/+1
* Create an equivalence class of global variables that DSA will never be ableChris Lattner2005-03-197-48/+72
* Switch to use the new interface for the EquivalenceClasses class, and fixChris Lattner2005-03-191-59/+63
* do not bother inlining nullary functions without return values. The onlyChris Lattner2005-03-183-1/+15
* fix a bogus assertionChris Lattner2005-03-181-1/+1
* another fastpathChris Lattner2005-03-181-1/+2
* remove a bogus optimization. This only works if there are no globals in theChris Lattner2005-03-181-4/+0
* Rewrite DSAA::getModRefInfo to compute the mapping between caller and calleeChris Lattner2005-03-181-24/+47
* implement a new method.Chris Lattner2005-03-171-0/+36
* add some possibly bogus assertions.Chris Lattner2005-03-171-0/+10
* simplify this function a bit, allow DS-AA to build on/improve the mod/refChris Lattner2005-03-171-8/+11
* Clean up some code, handle null pointer specially to avoid an assertionChris Lattner2005-03-171-6/+10
* Two changes:Chris Lattner2005-03-171-3/+3
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-171-0/+1
* Do not create ridiculously huge DSNodes, as described in the comments.Chris Lattner2005-03-171-1/+21
* remove use of compat_iterator.Chris Lattner2005-03-163-14/+15
* make sure to mark nodes in the globals graph incomplete after computing itChris Lattner2005-03-151-0/+1
* fix crashes when we only have a prototype for main.Chris Lattner2005-03-153-3/+3
* Fix a crash that happens when mapping something like this:Chris Lattner2005-03-151-6/+12
* Make computeGGToGMapping compute an invnodemapChris Lattner2005-03-151-9/+11
* Finally fix (the right way) the problem where functions like this:Chris Lattner2005-03-151-0/+24
* Start using retnodes_* for iteration.Chris Lattner2005-03-156-39/+34
* avoid varialbe name collisionsChris Lattner2005-03-151-2/+3
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-155-10/+10
* Don't crash if computing a mapping to a node with zero sizeChris Lattner2005-03-151-0/+2
* rename method, add counterpartChris Lattner2005-03-152-4/+16
* add a method to compute a commonly used mapping.Chris Lattner2005-03-142-5/+16
* regardless of whether or not the client things we should mark globals incompl...Chris Lattner2005-03-131-7/+7