aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellingChris Lattner2002-05-071-1/+1
* Remove analysis namespaceChris Lattner2002-04-291-6/+1
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-299-0/+35
* Remove all contents of the cfg namespace to the global namespaceChris Lattner2002-04-287-82/+58
* Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...Chris Lattner2002-04-282-41/+37
* s/Method/FunctionChris Lattner2002-04-271-2/+2
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-279-104/+95
* Support array allocationsChris Lattner2002-04-272-4/+14
* Make data structure acurately get ALL edges, even loads of null fields ofChris Lattner2002-04-172-20/+24
* Remove the concept of a critical shadow nodeChris Lattner2002-04-162-28/+12
* * Eliminate ArgDSNode's completely, rely now on Scalar mapChris Lattner2002-04-162-46/+14
* s/Method/FunctionChris Lattner2002-04-141-4/+4
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-093-7/+7
* Use opaque decl instead of #includeChris Lattner2002-04-091-1/+1
* Don't leak all of the Loop objects created...Chris Lattner2002-04-091-1/+8
* Trim #includesChris Lattner2002-04-081-1/+1
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-071-12/+16
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-10/+10
* Add method to get # nodes in the graphChris Lattner2002-04-042-0/+8
* Shadow nodes don't need to know their explicit parent, they just need toChris Lattner2002-04-012-6/+4
* * Allow access to DSNode iterator as DSNode::iterator/begin/endChris Lattner2002-03-315-33/+66
* Initial checkin of file:Chris Lattner2002-03-303-0/+201
* Add accessors and a method to get all the outgoing links for ALL nodesChris Lattner2002-03-302-0/+66
* Add an accessorChris Lattner2002-03-302-2/+10
* Add a hook to allow the datastructure to keep naturally up to date, evenChris Lattner2002-03-292-0/+26
* Expose more information to clientsChris Lattner2002-03-292-0/+18
* Implement getEscapingAllocations & getNonEscapingAllocationsChris Lattner2002-03-282-4/+8
* * Remove RemoveUnreachableShadowNodes & UnlinkUndistinguishableShadowNodesChris Lattner2002-03-282-6/+34
* * Define some operators on PointerVal and PVS'sChris Lattner2002-03-282-12/+78
* * Add a nice utility method to DSNodeChris Lattner2002-03-272-4/+40
* Allow isa<DSNode>(..)Chris Lattner2002-03-272-4/+6
* New header file for datastructure analysisChris Lattner2002-03-262-0/+754
* Change uses of Method to FunctionChris Lattner2002-03-261-4/+4
* Remove unneccesary forward declarations for classesChris Lattner2002-03-261-3/+0
* Rename Method to FunctionChris Lattner2002-03-238-43/+44
* Big bug fix: killed uses were being inserted instead of erased!Vikram S. Adve2002-03-191-7/+14
* Convert the top line of the header from .cpp style to .h style.Chris Lattner2002-03-171-1/+1
* Clean up call graph, add comments, and fix test/Regression/Other/2002-01-31-C...Chris Lattner2002-03-061-56/+113
* Move callgraph printing out of writer.h into callgraph.hChris Lattner2002-03-062-21/+26
* Pull Callgraph out of the cfg namespaceChris Lattner2002-03-061-14/+13
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-061-17/+13
* Expose verifier for method and module, and accept constant structuresChris Lattner2002-02-261-1/+6
* Make it compile with GCC 3.0.4Chris Lattner2002-02-241-1/+1
* Modernize verifier interfaceChris Lattner2002-02-201-8/+9
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-122-20/+29
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-123-11/+17
* Convert BBLiveVar to be a BasicBlock annotation, this removes the BB2BBLVMap ...Chris Lattner2002-02-051-6/+3
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-4/+4
* Remove generic routines to Support/SetOperations.hChris Lattner2002-02-051-35/+0
* Remove empty filesChris Lattner2002-02-051-0/+0