summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasSetTracker.h
Commit message (Expand)AuthorAgeFilesLines
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-2/+2
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-151-0/+4
* Add an AliasSetTracker::copyValue methodChris Lattner2004-09-141-9/+19
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* New methodsChris Lattner2004-07-261-0/+2
* Add support for free instructionsChris Lattner2004-07-251-0/+3
* Clean up reference counting to stop "leaking" alias setsChris Lattner2004-07-221-14/+14
* Add a bunch of new functionality, primarily to do with removing aliasingChris Lattner2004-07-211-1/+22
* Make the AST interface a bit richer by returning whether an insertion causedChris Lattner2004-07-211-10/+17
* Rename a methodChris Lattner2004-05-231-3/+3
* 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