summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasSetTracker.h
Commit message (Expand)AuthorAge
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-23
* Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman2009-07-31
* Use CallbackVH in AliasSetTracker to avoid getting stuck withDan Gohman2009-07-30
* Tidy up #includes.Dan Gohman2009-07-16
* reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner2009-03-09
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...Anton Korobeynikov2007-11-25
* Add explicit keywords.Dan Gohman2007-10-29
* 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