summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/ComputeClosure.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reimplement data structure analysisChris Lattner2002-07-101-258/+0
* Fix anand's last checkinChris Lattner2002-06-301-8/+8
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-15/+15
* Fix signed/unsigned comparison warningChris Lattner2002-04-281-1/+1
* Allow the inline limit to be modified on the commandline for debuggingChris Lattner2002-04-271-1/+6
* Inline indirect function calls that are only capable of calling one functionChris Lattner2002-04-171-9/+12
* * Remove the concept of a critical shadow nodeChris Lattner2002-04-161-2/+18
* * Eliminate ArgDSNode's completely, now rely on scalar mapChris Lattner2002-04-161-33/+21
* Add explicit #includes of Function.h to make up for the removed #includeChris Lattner2002-04-091-0/+1
* Play around with #includesChris Lattner2002-04-081-3/+0
* * Eliminate commented out codeChris Lattner2002-04-041-10/+4
* Support resolving function arguments/return values to pointers that indexChris Lattner2002-04-011-5/+15
* Increase limit for perimeterChris Lattner2002-04-011-1/+1
* * Convert CallMap to be a vector, because the keys can change, and the mapChris Lattner2002-03-311-8/+45
* * Rename UnlinkUndistinguishableShadowNodes & RemoveUnreachableShadowNodesChris Lattner2002-03-281-2/+2
* Many changesChris Lattner2002-03-281-182/+93
* * Destroy alloca nodes when a graph gets inlinedChris Lattner2002-03-271-2/+32
* * Because of optimization, the shadow nodes between arguments might getChris Lattner2002-03-271-13/+14
* Initial checkin of Datastructure analysis.Chris Lattner2002-03-261-0/+265
OpenPOWER on IntegriCloud