aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasSetTracker.h
Commit message (Expand)AuthorAgeFilesLines
* Tweak argumentChris Lattner2004-03-151-1/+1
* Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner2003-12-181-9/+33
* Add capability to represent volatile AliasSet'sChris Lattner2003-12-141-3/+13
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Add a few new 'add' methods. Move the iterator aroundChris Lattner2003-03-031-28/+35
* Make the aliassettracker much more precise by actually tracking sizeChris Lattner2003-02-261-13/+20
* This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner2003-02-241-41/+197
* First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner2002-09-261-0/+109