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