aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/AliasSetTracker.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-29/+37
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-12/+13
* Update to LLVM 3.5a.Stephen Hines2014-04-241-3/+3
* Remove unneeded #includes.Jakub Staszak2013-03-181-1/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Remove a couple unused fields. Not detected by Wunused-private-field because ...Craig Topper2012-09-171-1/+0
* Make aliasesPointer and aliasesUnknownInst public members of AliasSet.Hal Finkel2012-02-101-0/+1
* Fix AliasSetTracker so that it doesn't make any assumptions about instruction...Eli Friedman2011-07-271-19/+15
* PR9604; try to deal with RAUW updates correctly in the AST. I'm not convincedEli Friedman2011-04-091-0/+1
* fix a potentially serious bug in AliasSet::removeCallSite Chris Lattner2011-04-091-0/+1
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-13/+13
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-191-13/+13
* Oops, check in all the files for converting AliasAnalysis toDan Gohman2010-10-191-13/+13
* Make the representation of AliasSets explicitly differentiateDan Gohman2010-10-181-13/+9
* Don't pass the raw invalid pointer used to represent conflictingDan Gohman2010-10-181-1/+16
* Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM.Dan Gohman2010-10-181-12/+29
* two changes: 1) make AliasSet hold the list of call sites with anChris Lattner2010-08-291-2/+8
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-151-5/+3
* Remove FreeInst.Victor Hernandez2009-10-261-3/+0
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-271-1/+2
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-271-2/+1
* eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner2009-08-231-6/+4
* Fix some problems with ASTCallbackVH in its use as a DenseMap key.Dan Gohman2009-07-311-1/+8
* Use CallbackVH in AliasSetTracker to avoid getting stuck withDan Gohman2009-07-301-2/+16
* Tidy up #includes.Dan Gohman2009-07-161-1/+0
* reimplement AliasSetTracker in terms of DenseMap instead of hash_map,Chris Lattner2009-03-091-32/+34
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-12/+7
* Revert 51775.Evan Cheng2008-05-301-7/+7
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-7/+7
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-3/+3
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-1/+1
* Teach AliasSetTracker about VAArgInst.Dan Gohman2008-04-141-0/+3
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove another leak. Due to some reason AliasSetTracker didn't had any dtor...Anton Korobeynikov2007-11-251-0/+1
* Add explicit keywords.Dan Gohman2007-10-291-2/+2
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-14/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-4/+4
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-0/+15
* Add a new method.Chris Lattner2006-06-261-0/+7
* Add a simple clear() methodChris Lattner2005-11-301-0/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-9/+9
* Change interface to this method a bitChris Lattner2004-11-271-1/+1
* Add a new interfaceChris Lattner2004-11-261-0/+5
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-2/+2
* Make sure to update the list end when an element is removed from it. ThisChris Lattner2004-09-151-0/+4
* Add an AliasSetTracker::copyValue methodChris Lattner2004-09-141-9/+19
* Changes For Bug 352Reid Spencer2004-09-011-3/+3