aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Loads.cpp
AgeCommit message (Expand)Author
2013-01-31Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-31use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-03-13enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner
2011-08-15Add some comments here because the lack of a check for volatile/atomic here i...Eli Friedman
2011-07-19Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-06-03Test commit.Hans Wennborg
2011-04-11Don't include Operator.h from InstrTypes.h.Jay Foad
2010-12-15Move Value::getUnderlyingObject to be a standaloneDan Gohman
2010-10-19Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman
2010-05-28Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman