aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/EquivClassGraphs.cpp
Commit message (Expand)AuthorAgeFilesLines
* add a method to compute a commonly used mapping.Chris Lattner2005-03-141-5/+3
* Make sure to remove incomplete markers before we add to them! :)Chris Lattner2005-03-131-0/+1
* After finishing BU analysis, move all global variables from the globalsChris Lattner2005-03-131-3/+24
* ADd support for printing eqgraphs.Chris Lattner2005-03-131-2/+2
* remove this from the PA namespace, leaving it in the llvm nsChris Lattner2005-03-121-8/+7
* Move this from the pool allocator project to here, where it logically belongs.Chris Lattner2005-03-121-1/+1
* Make things more const-correct, adjust to changes in DSA interfaces.Chris Lattner2005-01-301-5/+8
* Make this build in release modeChris Lattner2004-11-111-1/+1
* Graphs that are part of equivalence sets can be multi-function SCC'sChris Lattner2004-11-021-3/+8
* Correctly handle new SCC's found as a result of merging EQ graphs do toChris Lattner2004-11-021-5/+18
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-021-45/+41
* Minor cleanupsChris Lattner2004-11-021-25/+21
* Remove more dead methodsChris Lattner2004-11-011-3/+2
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-011-4/+4
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-011-7/+8
* Eliminate the cloneGraph methodChris Lattner2004-11-011-8/+2
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-311-27/+40
* Simplify graph traversal, improve grammarChris Lattner2004-10-311-10/+9
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-311-44/+35
* Fix another bug in Prolangs-C++/objectsChris Lattner2004-10-311-1/+2
* Only call getNodeForValue on pointer arguments! this fixes a problem runningChris Lattner2004-10-311-5/+11
* Minor cleanups:Chris Lattner2004-10-121-23/+20
* Make this buildChris Lattner2004-10-111-5/+5
* Moving headersChris Lattner2004-07-071-2/+2
* Complete rewrite of the code that merges DS graphs for equivalence classesVikram S. Adve2004-05-231-0/+428