aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
...
* remove warning, make computeGGToGMapping return an invnodemap.Chris Lattner2005-03-151-7/+8
* add support for hashing nodehandles.Chris Lattner2005-03-151-0/+9
* add iterators for return nodes list.Chris Lattner2005-03-151-0/+7
* Do it right...Jeff Cohen2005-03-151-1/+1
* Fix VC++ breakage.Jeff Cohen2005-03-151-1/+1
* Rename method, add counterpart.Chris Lattner2005-03-151-2/+8
* Add a useful method.Chris Lattner2005-03-141-0/+4
* Add support for printing EQ graphsChris Lattner2005-03-131-0/+8
* remove this from the PA namespace, leaving it in the llvm nsChris Lattner2005-03-121-7/+2
* Fix some crashes noted by John Mellor-Crummey's group.Chris Lattner2005-03-111-0/+6
* export two methodsChris Lattner2005-03-091-0/+10
* new helper methodChris Lattner2005-03-061-0/+15
* Fix a case where we incorrectly returned hasComputableLoopEvolution forChris Lattner2005-02-261-4/+10
* Add a new method to make it easy to update graphs.Chris Lattner2005-02-151-2/+10
* Add a new replaceSymbolicValuesWithConcrete method to the SCEV class,Chris Lattner2005-02-132-5/+59
* Add some iterators that should have come in long agoChris Lattner2005-02-091-0/+10
* Hopefully fix the build on Darwin with GCC 3.3Chris Lattner2005-02-071-1/+1
* Add some new membersChris Lattner2005-02-041-5/+16
* 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