aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* add new memberChris Lattner2005-02-041-0/+5
* Add a new method.Chris Lattner2005-02-031-0/+9
* remove dead methodChris Lattner2005-02-011-3/+0
* * Make some methods more const correct.Chris Lattner2005-01-303-12/+23
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-2/+2
* Adjust to ilist changes.Chris Lattner2005-01-291-1/+2
* Get VC++ compiling againJeff Cohen2005-01-281-7/+0
* Add some methods.Chris Lattner2005-01-242-0/+23
* Apply feed back from Chris:Jeff Cohen2005-01-101-2/+3
* Add last four createXxxPass functionsJeff Cohen2005-01-091-0/+28
* Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen2005-01-094-1/+6
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-081-2/+58
* Make code fit in 80 colsChris Lattner2004-12-171-2/+3
* Make the AliasAnalysis interface more precise for common cases.Chris Lattner2004-12-151-11/+94
* Move method out of lineChris Lattner2004-12-081-4/+1
* For PR387:\Reid Spencer2004-12-074-7/+7
* Change interface to this method a bitChris Lattner2004-11-271-1/+1
* Add a new interfaceChris Lattner2004-11-261-0/+5
* Substantially cleanup/speedup the eq graphs pass by walking the callgraphChris Lattner2004-11-021-4/+3
* Remove more dead methodsChris Lattner2004-11-011-19/+0
* Delete a dead methodChris Lattner2004-11-011-4/+0
* Rename FoldedGraph -> DSInfo to be consistent with other passesChris Lattner2004-11-011-18/+4
* Get rid of the EquivClassGraphArgsInfo class, and the map that held it.Chris Lattner2004-11-011-26/+0
* Eliminate the cloneGraph methodChris Lattner2004-11-011-2/+0
* * Do not refer to ActualCallees in CBU, when we can do it locally.Chris Lattner2004-10-311-3/+7
* Simplify graph traversal, improve grammarChris Lattner2004-10-311-1/+1
* Do not do horrible things to the CBU graphs. In particular, we do NOT ownChris Lattner2004-10-311-17/+9
* Add an assertion and a methodChris Lattner2004-10-301-1/+9
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-274-7/+7
* Make sure any client of Dominators.h links in Dominators.cppChris Lattner2004-10-141-0/+6
* Remove unneeded typedef, patch by Morten OfstadChris Lattner2004-10-141-2/+0
* Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner2004-10-121-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-204-14/+14
* Adjust to API changesChris Lattner2004-09-201-2/+2
* Add CallGraphNode::removeAnyCallEdgeTo methodChris Lattner2004-09-181-0/+5
* Implement new changeFunction method, nuke a never implemented one.Chris Lattner2004-09-181-11/+19
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-151-0/+4
* Add an AliasSetTracker::copyValue methodChris Lattner2004-09-141-9/+19
* Adjust to #include movageChris Lattner2004-09-141-2/+2
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-031-1/+1
* Changes For Bug 352Reid Spencer2004-09-018-13/+13
* Add standard print/dump methods to CallGraph classes.Chris Lattner2004-08-081-0/+8
* Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke2004-07-271-2/+2
* New methodsChris Lattner2004-07-261-0/+2
* Add support for free instructionsChris Lattner2004-07-251-0/+3
* Clean up reference counting to stop "leaking" alias setsChris Lattner2004-07-221-14/+14
* Add a bunch of new functionality, primarily to do with removing aliasingChris Lattner2004-07-211-1/+22
* Make the AST interface a bit richer by returning whether an insertion causedChris Lattner2004-07-211-10/+17
* Remove dead fileChris Lattner2004-07-181-298/+0
* bug 122:Reid Spencer2004-07-171-7/+9