index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
Loads.cpp
Age
Commit message (
Expand
)
Author
2013-01-31
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-31
use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...
Nuno Lopes
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-03-13
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2011-08-15
Add some comments here because the lack of a check for volatile/atomic here i...
Eli Friedman
2011-07-19
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-06-03
Test commit.
Hans Wennborg
2011-04-11
Don't include Operator.h from InstrTypes.h.
Jay Foad
2010-12-15
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-10-19
Reapply r116831 and r116839, converting AliasAnalysis to use
Dan Gohman
2010-05-28
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman