aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasSetTracker.h
AgeCommit message (Expand)Author
2009-03-09reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-05-29For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov
2008-05-05Fix more -Wshorten-64-to-32 warnings.Evan Cheng
2008-04-14Teach AliasSetTracker about VAArgInst.Dan Gohman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-25Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...Anton Korobeynikov
2007-10-29Add explicit keywords.Dan Gohman
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-11-28Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling
2006-06-26Add a new method.Chris Lattner
2005-11-30Add a simple clear() methodChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-27Change interface to this method a bitChris Lattner
2004-11-26Add a new interfaceChris Lattner
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-09-15Make sure to update the list end when an element is removed from it. ThisChris Lattner
2004-09-14Add an AliasSetTracker::copyValue methodChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-26New methodsChris Lattner
2004-07-25Add support for free instructionsChris Lattner
2004-07-22Clean up reference counting to stop "leaking" alias setsChris Lattner
2004-07-21Add a bunch of new functionality, primarily to do with removing aliasingChris Lattner
2004-07-21Make the AST interface a bit richer by returning whether an insertion causedChris Lattner
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