[PM/AA] Rework the names and comments in AliasSetTracker to more
[oota-llvm.git] / include / llvm / Analysis / AliasSetTracker.h
2015-06-22 Chandler Carruth[PM/AA] Rework the names and comments in AliasSetTracke...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-13 Pete CooperConstify arguments in AliasSetTracker methods. NFC
2015-03-03 David BlaikieRemove explicit copy assignment operator in favor of...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-19 David MajnemerAliasSetTracker: UnknownInsts should contribute to...
2014-11-03 Hal FinkelUse AA in LoadCombine
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2013-03-18 Jakub StaszakRemove unneeded #includes.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-17 Craig TopperRemove a couple unused fields. Not detected by Wunused...
2012-02-10 Hal FinkelMake aliasesPointer and aliasesUnknownInst public membe...
2011-07-27 Eli FriedmanFix AliasSetTracker so that it doesn't make any assumpt...
2011-04-09 Eli FriedmanPR9604; try to deal with RAUW updates correctly in...
2011-04-09 Chris Lattnerfix a potentially serious bug in AliasSet::removeCallSite
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-10-19 Dan GohmanRevert r116831 and r116839, which are breaking selfhost...
2010-10-19 Dan GohmanOops, check in all the files for converting AliasAnalys...
2010-10-18 Dan GohmanMake the representation of AliasSets explicitly differe...
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Dan GohmanMake AliasSetTracker TBAA-aware, enabling TBAA-enabled...
2010-08-29 Chris Lattnertwo changes: 1) make AliasSet hold the list of call...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-26 Victor HernandezRemove FreeInst.
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-07-31 Dan GohmanFix some problems with ASTCallbackVH in its use as...
2009-07-30 Dan GohmanUse CallbackVH in AliasSetTracker to avoid getting...
2009-07-16 Dan GohmanTidy up #includes.
2009-03-09 Chris Lattnerreimplement AliasSetTracker in terms of DenseMap instea...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-14 Dan GohmanTeach AliasSetTracker about VAArgInst.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-25 Anton KorobeynikovRemove another leak. Due to some reason AliasSetTracker...
2007-10-29 Dan GohmanAdd explicit keywords.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-06-26 Chris LattnerAdd a new method.
2005-11-30 Chris LattnerAdd a simple clear() method
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-27 Chris LattnerChange interface to this method a bit
2004-11-26 Chris LattnerAdd a new interface
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-15 Chris LattnerMake sure to update the list end when an element is...
2004-09-14 Chris LattnerAdd an AliasSetTracker::copyValue method
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-26 Chris LattnerNew methods
2004-07-25 Chris LattnerAdd support for free instructions
2004-07-22 Chris LattnerClean up reference counting to stop "leaking" alias...
2004-07-21 Chris LattnerAdd a bunch of new functionality, primarily to do with...
2004-07-21 Chris LattnerMake the AST interface a bit richer by returning whethe...
2004-05-23 Chris LattnerRename a method
2004-03-15 Chris LattnerTweak argument
2003-12-18 Chris LattnerAdd a new AliassetTracker::remove method. Because...
2003-12-14 Chris LattnerAdd capability to represent volatile AliasSet's
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-03 Chris LattnerAdd a few new 'add' methods. Move the iterator around
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-24 Chris LattnerThis is a substantial rewrite of the AliasSetTracker...
2002-09-26 Chris LattnerFirst try at implementing the AliasSetTracker class...