aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/DataStructure/ComputeClosure.cpp
AgeCommit message (Expand)Author
2002-07-10Reimplement data structure analysisChris Lattner
2002-06-30Fix anand's last checkinChris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-04-28Fix signed/unsigned comparison warningChris Lattner
2002-04-27Allow the inline limit to be modified on the commandline for debuggingChris Lattner
2002-04-17Inline indirect function calls that are only capable of calling one functionChris Lattner
2002-04-16* Remove the concept of a critical shadow nodeChris Lattner
2002-04-16* Eliminate ArgDSNode's completely, now rely on scalar mapChris Lattner
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