summaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/AliasSetTracker.h
Commit message (Expand)AuthorAge
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper2012-09-17
* Make aliasesPointer and aliasesUnknownInst public members of AliasSet.Hal Finkel2012-02-10
* Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman2011-07-27
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-09
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-09
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-19
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-19
* Oops, check in all the files for converting AliasAnalysis toDan Gohman2010-10-19
* Make the representation of AliasSets explicitly differentiateDan Gohman2010-10-18
* Don't pass the raw invalid pointer used to represent conflictingDan Gohman2010-10-18
* Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman2010-10-18
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-29
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* Remove FreeInst.Victor Hernandez2009-10-26
* 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