aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/BottomUpClosure.cpp
AgeCommit message (Expand)Author
2002-11-02Oops, this was not meant to be checked inChris Lattner
2002-11-02Stop representing scalars as explicit nodes in the graph. Now the onlyChris Lattner
2002-10-31Add a fixmeChris Lattner
2002-10-22The callee is not correct, and confuses the TD pass. Null it out.Chris Lattner
2002-10-21Delete unused arguments to DSGraph::cloneInto methodChris Lattner
2002-10-21 - Add "ResolvingCaller" to the CallSite record. This keeps track of whichChris Lattner
2002-10-21 - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner
2002-10-20Split some long linesChris Lattner
2002-10-20Remove spurious caller pointer in DSCallSite.Vikram S. Adve
2002-10-20Avoid extra callSite copyChris Lattner
2002-10-20Added a first-class representation for each call site that can beVikram S. Adve
2002-10-17 * Make the DSGraph cloner automatically merge global nodesChris Lattner
2002-10-17Remove obsolete codeChris Lattner
2002-10-17 * Add data structures and code to track the call sites for each functionChris Lattner
2002-10-03Prune function nodes that are no longer referenced due to inliningChris Lattner
2002-10-03Reimplement/port the Bottom Up Closure passChris Lattner
2002-10-01Checkin some major reworks of data structure analysis. This is not done,Chris Lattner
2002-08-21- Do not expose ::ID from any of the analyses anymore.Chris Lattner
2002-08-07Minor changes to DEBUG()'sChris Lattner
2002-07-31Changes to be GCC3.1 friendlyChris Lattner
2002-07-30Use a separate globals graph to hold externally visible nodes.Vikram S. Adve
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-24Changes for GCC 3.1Chris Lattner
2002-07-19Ignore some common varargs functions.Chris Lattner
2002-07-18Add support for a top-down propagation pass:Vikram S. Adve
2002-07-18The graph is more accurate when I don't completely ignore the return value.Chris Lattner
2002-07-18Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.Chris Lattner