aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/ComputeClosure.cpp
AgeCommit message (Expand)Author
2002-04-09Add explicit #includes of Function.h to make up for the removed #includeChris Lattner
2002-04-08Play around with #includesChris Lattner
2002-04-04* Eliminate commented out codeChris Lattner
2002-04-01Support resolving function arguments/return values to pointers that indexChris Lattner
2002-04-01Increase limit for perimeterChris Lattner
2002-03-31* Convert CallMap to be a vector, because the keys can change, and the mapChris Lattner
2002-03-28* Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodesChris Lattner
2002-03-28Many changesChris Lattner
2002-03-27* Destroy alloca nodes when a graph gets inlinedChris Lattner
2002-03-27* Because of optimization, the shadow nodes between arguments might getChris Lattner
2002-03-26Initial checkin of Datastructure analysis.Chris Lattner