aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Loads.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-16/+12
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-4/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-71/+111
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-5/+5
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-311-2/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-6/+6
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-311-36/+8
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner2012-03-131-3/+13
* Add some comments here because the lack of a check for volatile/atomic here i...Eli Friedman2011-08-151-0/+4
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-191-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Test commit.Hans Wennborg2011-06-031-2/+2
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-151-1/+1
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-1/+1
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-281-0/+235