aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasSetTracker.h
AgeCommit message (Expand)Author
2013-03-18Remove unneeded #includes.Jakub Staszak
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-17Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper
2012-02-10Make aliasesPointer and aliasesUnknownInst public members of AliasSet.Hal Finkel
2011-07-27Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman
2011-04-09PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman
2011-04-09fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner
2010-10-19Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman
2010-10-19Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman
2010-10-19Oops, check in all the files for converting AliasAnalysis toDan Gohman
2010-10-18Make the representation of AliasSets explicitly differentiateDan Gohman
2010-10-18Don't pass the raw invalid pointer used to represent conflictingDan Gohman
2010-10-18Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman
2010-08-29two changes: 1) make AliasSet hold the list of call sites with anChris Lattner
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-10-26Remove FreeInst.Victor Hernandez
2009-08-27eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif
2009-08-27Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif
2009-08-23eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner
2009-07-31Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman
2009-07-30Use CallbackVH in AliasSetTracker to avoid getting stuck withDan Gohman
2009-07-16Tidy up #includes.Dan Gohman
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