aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
Commit message (Expand)AuthorAgeFilesLines
* add new spliceFrom methods.Chris Lattner2005-03-241-0/+10
* if a function doesn't access memory at all, it definitely doesn't read it.Chris Lattner2005-03-231-1/+2
* a hack to allow count-aa to work with ds-aa :(Chris Lattner2005-03-231-5/+4
* Fix a serious bug where we didn't insert globals into the globalset whenChris Lattner2005-03-221-1/+6
* add a methodChris Lattner2005-03-221-0/+6
* Now that the dead ctor is gone, nothing uses the old node mapping exported byChris Lattner2005-03-221-7/+2
* remove a dead ctorChris Lattner2005-03-221-2/+0
* now that the second argument is always this->ReturnNodes, don't bother passin...Chris Lattner2005-03-221-2/+1
* drop the second argument to cloneInto, which is always the local scalar map.Chris Lattner2005-03-221-1/+1
* move this stuff out of lineChris Lattner2005-03-221-15/+4
* allow passing clone flags into the ctorChris Lattner2005-03-211-1/+2
* add a new mapChris Lattner2005-03-211-0/+8
* make this const correctChris Lattner2005-03-211-1/+1
* Ugh, for some reason, I can't call this unless the reference is const!?!?!?Chris Lattner2005-03-211-1/+1
* Make the first operand of this method be modifiable.Chris Lattner2005-03-211-1/+1
* add a methodChris Lattner2005-03-211-0/+4
* If merging two calls like: foo(A) and bar(B, C), make sure the result has twoChris Lattner2005-03-211-0/+3
* rename a method add a data structure.Chris Lattner2005-03-211-1/+21
* Remove the InlinedGlobals set which is always empty.Chris Lattner2005-03-201-14/+0
* add a methodChris Lattner2005-03-201-0/+5
* rename some methods and add some new methods for dealing with the globals listChris Lattner2005-03-201-4/+21
* Make each scalar map contain a reference to an equivalence class of globalChris Lattner2005-03-191-16/+79
* Each DS collection now contains an equivalence class of globals values.Chris Lattner2005-03-192-2/+27
* add a method to clear globals from a nodeChris Lattner2005-03-191-0/+1
* add 3 methodsChris Lattner2005-03-171-0/+8
* remove use of compat_iteratorChris Lattner2005-03-162-9/+11
* 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