summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+442
OpenPOWER on IntegriCloud