aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-053-50/+45
* * Code CleanupsChris Lattner2002-02-052-4/+11
* Remove empty fileChris Lattner2002-02-051-0/+0
* * Big cleanups.Chris Lattner2002-02-052-40/+13
* Clean up MethodLiveVarInfoChris Lattner2002-02-041-6/+3
* Turn live variable analysis into a real MethodPass.Chris Lattner2002-02-041-15/+25
* Remove Obsolete LoopDepthCalculator. All users should use LoopInfo directly.Chris Lattner2002-02-041-40/+0
* Remvoe big hack that was used by the register allocatorChris Lattner2002-02-041-1/+0
* eliminate the add and remove methods, clients must use insert and erase direc...Chris Lattner2002-02-041-19/+3
* Remove tons of include pollutionChris Lattner2002-02-041-39/+14
* Use generic pointer hashes instead of custom ones.Chris Lattner2002-02-041-28/+6
* Eliminate ModuleAnalyzer. It's old code that is not going to be used in the ...Chris Lattner2002-02-041-84/+0
* Remove extraneous #includesChris Lattner2002-02-031-9/+4