aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/AliasSetTracker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner2003-12-181-8/+36
* Finegrainify namespacificationChris Lattner2003-12-141-9/+12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.llChris Lattner2003-05-031-0/+1
* ADd two new 'add' methodsChris Lattner2003-03-031-0/+28
* Make the aliassettracker much more precise by actually tracking sizeChris Lattner2003-02-261-20/+33
* Convert to work with new AliasAnalysis interface by conservatively assuming a...Chris Lattner2003-02-261-6/+8
* This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner2003-02-241-111/+218
* First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner2002-09-261-0/+172