aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/DataStructure/EquivClassGraphs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes.Bill Wendling2006-11-171-20/+17
* For PR786:Reid Spencer2006-11-021-2/+0
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-1/+1
* Remove dead variableChris Lattner2006-05-121-2/+0
* Add explicit iostream #includesChris Lattner2006-01-221-0/+1
* Convert tabs to spacesMisha Brukman2005-04-221-6/+6
* Remove trailing whitespaceMisha Brukman2005-04-211-26/+26
* EquivClassGraphs is now in DataStructure.hChris Lattner2005-04-021-2/+1
* use a callee_iterator typedef.Chris Lattner2005-04-021-4/+3
* Change the ActualCallees callgraph from hash_multimap<Instruction,Function>Chris Lattner2005-04-021-4/+4
* don't bother |'ing in 0'sChris Lattner2005-03-241-1/+1
* Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner2005-03-221-6/+2
* now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner2005-03-221-3/+5
* remove the second argument to cloneIntoChris Lattner2005-03-221-6/+3
* remove some pointless assertsChris Lattner2005-03-201-1/+0
* Create an equivalence class of global variables that DSA will never be ableChris Lattner2005-03-191-2/+3
* Switch to use the new interface for the EquivalenceClasses class, and fixChris Lattner2005-03-191-59/+63
* do not bother inlining nullary functions without return values. The onlyChris Lattner2005-03-181-0/+3
* make sure to mark nodes in the globals graph incomplete after computing itChris Lattner2005-03-151-0/+1
* fix crashes when we only have a prototype for main.Chris Lattner2005-03-151-1/+1
* Finally fix (the right way) the problem where functions like this:Chris Lattner2005-03-151-0/+24
* Start using retnodes_* for iteration.Chris Lattner2005-03-151-12/+9
* avoid varialbe name collisionsChris Lattner2005-03-151-2/+3
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-2/+2
* rename method, add counterpartChris Lattner2005-03-151-1/+1
* 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