index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Analysis
/
Loads.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-5
/
+2
*
Take alignment into account in isSafeToLoadUnconditionally
Artur Pilipenko
2015-06-25
1
-6
/
+20
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-15
/
+11
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-5
/
+4
*
Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/Function
Mehdi Amini
2015-03-03
1
-1
/
+2
*
Revert r220349 to re-instate r220277 with a fix for PR21330 -- quite
Chandler Carruth
2014-11-25
1
-4
/
+10
*
Revert "Teach the load analysis to allow finding available values which requi...
Hans Wennborg
2014-10-21
1
-10
/
+4
*
Teach the load analysis to allow finding available values which require
Chandler Carruth
2014-10-21
1
-4
/
+10
*
Fix a miscompile introduced in r220178.
Chandler Carruth
2014-10-20
1
-4
/
+5
*
Teach the load analysis driving core instcombine logic and other bits of
Chandler Carruth
2014-10-20
1
-21
/
+43
*
Fix a long-standing miscompile in the load analysis that was uncovered
Chandler Carruth
2014-10-19
1
-11
/
+0
*
Switch how the datalayout availability test is handled in this code to
Chandler Carruth
2014-10-19
1
-7
/
+20
*
Rename 'TD' to 'DL' in this function as the argument is now a DataLayout
Chandler Carruth
2014-10-18
1
-7
/
+7
*
Fix the other comment to use modern doxygen style and be a bit more
Chandler Carruth
2014-10-18
1
-4
/
+8
*
More formatting cleanup brought to you by clang-format.
Chandler Carruth
2014-10-18
1
-5
/
+8
*
Clean up doxygen syntax and reword comments to flow better, have a brief
Chandler Carruth
2014-10-18
1
-15
/
+20
*
Clean up the formatting and trailing whitespace of a routine before
Chandler Carruth
2014-10-18
1
-16
/
+19
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-5
/
+5
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-5
/
+5
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
1
-2
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
use ValueTracking's GetPointerBaseWithConstantOffset() function instead of a ...
Nuno Lopes
2012-12-31
1
-36
/
+8
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-4
/
+4
*
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
1
-3
/
+13
*
Add some comments here because the lack of a check for volatile/atomic here i...
Eli Friedman
2011-08-15
1
-0
/
+4
*
Convert TargetData::getIndexedOffset to use ArrayRef.
Jay Foad
2011-07-19
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-3
/
+3
*
Test commit.
Hans Wennborg
2011-06-03
1
-2
/
+2
*
Don't include Operator.h from InstrTypes.h.
Jay Foad
2011-04-11
1
-0
/
+1
*
Move Value::getUnderlyingObject to be a standalone
Dan Gohman
2010-12-15
1
-1
/
+1
*
Reapply r116831 and r116839, converting AliasAnalysis to use
Dan Gohman
2010-10-19
1
-1
/
+1
*
Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of
Dan Gohman
2010-05-28
1
-0
/
+235