summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DataStructure/Steensgaard.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix steensgaard to work on a lot more cases...Chris Lattner2003-02-041-14/+9
* Rename variableChris Lattner2003-02-031-6/+6
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-011-10/+10
* * Eliminate boolean arguments in favor of using enumsChris Lattner2003-01-231-2/+2
* 'graph' is spelled without a 'c'.Misha Brukman2002-12-121-3/+12
* eliminate the ability to remove global nodes from deadNodeElminate... for now.Chris Lattner2002-11-091-1/+1
* Clean up DSGraph::removeDeadNodes interfaceChris Lattner2002-11-091-1/+1
* Make removeTriviallyDeadNodes a private interface of DSGraphChris Lattner2002-11-091-1/+1
* Cannot modify original call sites vectorChris Lattner2002-11-081-1/+6
* Use DSNodeHandleMap instead to be safeChris Lattner2002-11-081-1/+1
* Change Steens class to build with Vikram's changesChris Lattner2002-11-061-4/+4
* Rename ValueMap to ScalarMapChris Lattner2002-11-031-4/+5
* Fix comments, steens is context sensitive, we just haven't implementedChris Lattner2002-11-011-3/+3
* - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner2002-10-211-4/+5
* Remove spurious caller pointer in DSCallSite.Vikram S. Adve2002-10-201-3/+3
* Added a first-class representation for each call site that can beVikram S. Adve2002-10-201-8/+8
* DataStructure.h doesn't include DSGraph.hChris Lattner2002-10-021-0/+1
* Initial checkin of Steensgaards context insensitive flow insensitiveChris Lattner2002-10-011-0/+224
OpenPOWER on IntegriCloud