summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/EquivClassGraphs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove DSA.John Criswell2006-12-131-477/+0
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Convert to using llvm streams instead of iostreams.Bill Wendling2006-11-281-4/+3
* 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-0/+442
OpenPOWER on IntegriCloud