aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure
AgeCommit message (Expand)Author
2005-03-17add some possibly bogus assertions.Chris Lattner
2005-03-17simplify this function a bit, allow DS-AA to build on/improve the mod/refChris Lattner
2005-03-17Clean up some code, handle null pointer specially to avoid an assertionChris Lattner
2005-03-17Two changes:Chris Lattner
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-17Do not create ridiculously huge DSNodes, as described in the comments.Chris Lattner
2005-03-16remove use of compat_iterator.Chris Lattner
2005-03-15make sure to mark nodes in the globals graph incomplete after computing itChris Lattner
2005-03-15fix crashes when we only have a prototype for main.Chris Lattner
2005-03-15Fix a crash that happens when mapping something like this:Chris Lattner
2005-03-15Make computeGGToGMapping compute an invnodemapChris Lattner
2005-03-15Finally fix (the right way) the problem where functions like this:Chris Lattner
2005-03-15Start using retnodes_* for iteration.Chris Lattner
2005-03-15avoid varialbe name collisionsChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-15Don't crash if computing a mapping to a node with zero sizeChris Lattner
2005-03-15rename method, add counterpartChris Lattner
2005-03-14add a method to compute a commonly used mapping.Chris Lattner
2005-03-13regardless of whether or not the client things we should mark globals incompl...Chris Lattner
2005-03-13Make sure to remove incomplete markers before we add to them! :)Chris Lattner
2005-03-13The incoming arguments to main (the argv list) are not complete!Chris Lattner
2005-03-13After finishing BU analysis, move all global variables from the globalsChris Lattner
2005-03-13ADd support for printing eqgraphs.Chris Lattner
2005-03-13Replace linear search with logrithmic one.Chris Lattner
2005-03-12make sure to mark nodes returned from functions as incompleteChris Lattner
2005-03-12remove this from the PA namespace, leaving it in the llvm nsChris Lattner
2005-03-12Move this from the pool allocator project to here, where it logically belongs.Chris Lattner
2005-03-05Make sure the two arguments of a setcc instruction point to the same node.Chris Lattner
2005-03-04Trivial cleanup patchChris Lattner
2005-02-27Fix spelling, patch contributed by Gabor GreifChris Lattner
2005-02-25Handle null a bit more carefully.Chris Lattner
2005-02-24This instruction:Chris Lattner
2005-02-24Fix a bug introduced by revision 1.187 of this file.Chris Lattner
2005-02-15Add a sanity check.Chris Lattner
2005-02-15Add a new method to make it easy to update graphs.Chris Lattner
2005-02-09Use new edge iterators to simplify some code.Chris Lattner
2005-02-07IndCallGraphMap is now a pointer to a new'd map.Chris Lattner
2005-02-04If we have an indirect call site that calls N functions, inline the N functionsChris Lattner
2005-02-04Split mergeInGraph into two methods.Chris Lattner
2005-02-04Fix the Regression/Transforms/DSAnalysis/recursion.ll regression.Chris Lattner
2005-02-03Refactor getFunctionArgumentsForCall out of mergeInGraph.Chris Lattner
2005-02-01Eliminate some duplicated debug codeChris Lattner
2005-02-01Eliminate self-recursion as a special case.Chris Lattner
2005-02-01Eliminate use of DSCallSiteIterator in key loop. This is a half step toChris Lattner
2005-02-01Signficantly speed up printing by not emitting the same file twice withChris Lattner
2005-02-01Do not revisit nodes in the SCC traversal. This speeds up the BU pass a bit.Chris Lattner
2005-01-31Rename variables to work with VC++'s hokey scoping rules.Chris Lattner
2005-01-31Fix some scary bugs that VC++ detected.Chris Lattner
2005-01-30Make things more const-correct, adjust to changes in DSA interfaces.Chris Lattner
2005-01-30* Make some methods more const correct.Chris Lattner