aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/DataStructure/DSGraph.h
AgeCommit message (Expand)Author
2002-11-07Instead of using a bool that constant has to be explained, use a selfChris Lattner
2002-11-07Add new methodChris Lattner
2002-11-06Add const version of function getNodeForValue:Vikram S. Adve
2002-11-06Remove stripscalars argument to cloneIntoChris Lattner
2002-11-03Rename ValueMap to ScalarMapChris Lattner
2002-10-31Eliminate some unneccesary #includes and forward declsChris Lattner
2002-10-31Refactored DSGraph.h:Misha Brukman
2002-10-31This fixes all kinds of problems with array handling. There are still bugs toChris Lattner
2002-10-27Add #includeChris Lattner
2002-10-22Allow modification of calleeChris Lattner
2002-10-21Delete unused arguments to DSGraph::cloneInto methodChris Lattner
2002-10-21 - Add "ResolvingCaller" to the CallSite record. This keeps track of whichChris Lattner
2002-10-21Add another copy ctor formChris Lattner
2002-10-21As it turns out, we don't need a fully generic mapping copy ctor, we just needChris Lattner
2002-10-21Make sure to initialize isArray memberChris Lattner
2002-10-21Two callsites are equivalent even if they are from two completely differentChris Lattner
2002-10-21 - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner
2002-10-20Remove spurious caller pointer in DSCallSite.Vikram S. Adve
2002-10-20Add isArray flagChris Lattner
2002-10-20Added a first-class representation for each call site that can be usedVikram S. Adve
2002-10-18Convert typerec to be a structure instead of a pairChris Lattner
2002-10-17Add interface for mod/ref info to be captures by dsgraphsChris Lattner
2002-10-17 * Remove a lot of obsolete #if 0'd codeChris Lattner
2002-10-17Be const correct. Handle both DSGraph* and const DSGraph*'sChris Lattner
2002-10-16Allow direct access to mergemap for printingChris Lattner
2002-10-10Change referenceChris Lattner
2002-10-02This file doesn't need Pass.hChris Lattner
2002-10-02 * Implement fully general merging of array subscripts on demand! ThisChris Lattner
2002-10-02Checkin the "meat" of the Data structure graph itself. I forgot to checkChris Lattner