summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure.h
Commit message (Expand)AuthorAge
* All of these now live in the DataStructure directoryChris Lattner2004-07-07
* Doxygenified and cleand up comments.Misha Brukman2004-03-11
* Add methods for implementationChris Lattner2003-11-13
* Add an initial version of the CompleteBUDataStructures passChris Lattner2003-11-13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* All DSGraphs keep a reference to the targetdata they are created with. This isChris Lattner2003-11-02
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Add prototypeChris Lattner2003-09-21
* Switch from using CallInst's to represent call sites to using the LLVMChris Lattner2003-09-20
* Remove #includesChris Lattner2003-07-26
* Remove dead methodChris Lattner2003-07-02
* TD pass keeps track of which functions have complete argumentsChris Lattner2003-07-01
* Add new methods to BUDS for keeping track of a precise call graphChris Lattner2003-07-01
* Constness changesChris Lattner2003-06-30
* Remove prototype for dead methodChris Lattner2003-06-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Hack to work around deficiency in pass infrastructureChris Lattner2003-02-03
* Change DSGraph stuff to use hash_(set|map) instead of std::(set|map)Chris Lattner2003-02-01
* No need to specify the class if the method is within the class declaration.Misha Brukman2002-12-12
* Remove dead method, add new methodChris Lattner2002-11-12
* Almost complete rewrite of BU closure codeChris Lattner2002-11-11
* add methodChris Lattner2002-11-10
* Add hasGraph() methods to all of the passes for the printerChris Lattner2002-11-10
* Add globals graphs to all three passesChris Lattner2002-11-09
* Add initial support for a globals graphChris Lattner2002-11-09
* Remove unneccesary #includeChris Lattner2002-11-09
* Remove GlobalDSGraph delcarationChris Lattner2002-11-09
* - Add support for an "auxillary" call site listChris Lattner2002-11-08
* Restore a #include because this header file needs the definitionsVikram S. Adve2002-11-08
* Add a commentChris Lattner2002-11-06
* Fixed spelling of `propagation'.Misha Brukman2002-10-29
* We need to know the call sites each function hostsChris Lattner2002-10-22
* - Add "ResolvingCaller" to the CallSite record. This keeps track of whichChris Lattner2002-10-21
* Added a first-class representation for each call site that can beVikram S. Adve2002-10-20
* * Add data structures to BU pass to keep track of call sites for functionsChris Lattner2002-10-17
* Remove commented out stuffChris Lattner2002-10-02
* Move GlobalDSGraph class defn to the end of the fileChris Lattner2002-10-02
* Check in DataStructure rewrite so far.Chris Lattner2002-10-01
* - Do not expose ::ID from any of the analyses anymore.Chris Lattner2002-08-21
* The second parameter of hash_set is the default, remove it.Chris Lattner2002-08-09
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Changes to be GCC 3.1 friendlyChris Lattner2002-07-31
* Add GlobalDSGraph -- a common graph that holds externally visible nodes.Vikram S. Adve2002-07-30
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* *** empty log message ***Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* GCC 3.1 changesChris Lattner2002-07-24
* Remove assert hack now that I'm using the right GDB. :)Chris Lattner2002-07-24