summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/DataStructure.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-6/+8
| | | | llvm-svn: 2789
* *** empty log message ***Chris Lattner2002-06-251-10/+9
| | | | llvm-svn: 2777
* * Remove the concept of a critical shadow nodeChris Lattner2002-04-161-4/+7
| | | | | | | | * Make the function pointer argument explicit for a call nodes * Eliminate unreachable global values * Merge call nodes that are identical llvm-svn: 2266
* Add hack to get timing of analysisChris Lattner2002-04-041-0/+23
| | | | llvm-svn: 2101
* Many changesChris Lattner2002-03-281-0/+22
| | | | | | | | | | | | | * Simplify a lot of the inlining stuff. There are still problems, but not many * Break up the Function representation to have a vector for every different node type so it is fast to find nodes of a particular flavor. * Do more intelligent merging of call values * Allow elimination of unreachable shadow and allocation nodes * Generalize indistinguishability testing to allow merging of identical calls. * Increase shadow node merging power llvm-svn: 2010
* Initial checkin of Datastructure analysis.Chris Lattner2002-03-261-0/+117
Has bugs, but shouldn't crash in theory. llvm-svn: 1994
OpenPOWER on IntegriCloud