aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasSetTracker.h
AgeCommit message (Expand)Author
2004-05-23Rename a methodChris Lattner
2004-03-15Tweak argumentChris Lattner
2003-12-18Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner
2003-12-14Add capability to represent volatile AliasSet'sChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-03-03Add a few new 'add' methods. Move the iterator aroundChris Lattner
2003-02-26Make the aliassettracker much more precise by actually tracking sizeChris Lattner
2003-02-24This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner
2002-09-26First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner