summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasSetTracker.h
Commit message (Expand)AuthorAge
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* Add a new method.Chris Lattner2006-06-26
* Add a simple clear() methodChris Lattner2005-11-30
* Remove trailing whitespaceMisha Brukman2005-04-21
* Change interface to this method a bitChris Lattner2004-11-27
* Add a new interfaceChris Lattner2004-11-26
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-27
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-15
* Add an AliasSetTracker::copyValue methodChris Lattner2004-09-14
* Changes For Bug 352Reid Spencer2004-09-01
* New methodsChris Lattner2004-07-26
* Add support for free instructionsChris Lattner2004-07-25
* Clean up reference counting to stop "leaking" alias setsChris Lattner2004-07-22
* Add a bunch of new functionality, primarily to do with removing aliasingChris Lattner2004-07-21
* Make the AST interface a bit richer by returning whether an insertion causedChris Lattner2004-07-21
* Rename a methodChris Lattner2004-05-23
* Tweak argumentChris Lattner2004-03-15
* Add a new AliassetTracker::remove method. Because we need to be able to removeChris Lattner2003-12-18
* Add capability to represent volatile AliasSet'sChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Add a few new 'add' methods. Move the iterator aroundChris Lattner2003-03-03
* Make the aliassettracker much more precise by actually tracking sizeChris Lattner2003-02-26
* This is a substantial rewrite of the AliasSetTracker class which now usesChris Lattner2003-02-24
* First try at implementing the AliasSetTracker class. I'm sure it will needChris Lattner2002-09-26