summaryrefslogtreecommitdiff
path: root/lib/Analysis/Loads.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman2013-01-31
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...Nuno Lopes2012-12-31
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* enhance jump threading to preserve TBAA information when PRE'ing loads,Chris Lattner2012-03-13
* Add some comments here because the lack of a check for volatile/atomic here i...Eli Friedman2011-08-15
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Test commit.Hans Wennborg2011-06-03
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-19
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28