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
/
test
/
Analysis
/
BasicAA
/
gep-alias.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SimplifyLibCalls] Mark known arguments with nonnull
David Bolvansky
2019-09-17
1
-1
/
+1
*
[BasicAA] Add a test for PR24468 to be sure we won't regress
Quentin Colombet
2015-08-19
1
-0
/
+48
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-25
/
+25
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-30
/
+30
*
Use correct size for address space in BasicAA.
Matt Arsenault
2013-11-16
1
-1
/
+28
*
Use CHECK-LABEL
Matt Arsenault
2013-09-30
1
-16
/
+16
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
1
-1
/
+1
*
Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab...
Eli Friedman
2011-09-08
1
-0
/
+32
*
Make BasicAliasAnalysis a normal AliasAnalysis implementation which
Dan Gohman
2010-10-18
1
-1
/
+1
*
refix PR1143 by making basicaa analyze zexts of indices aggresively,
Chris Lattner
2010-08-18
1
-7
/
+7
*
fix a buggy test
Chris Lattner
2010-08-18
1
-3
/
+3
*
@test9 is a testcase for r89958. Before 89958, we misanalyzed the
Chris Lattner
2009-11-26
1
-1
/
+39
*
Implement PR1143 (at -m64) by making basicaa look through extensions. We
Chris Lattner
2009-11-26
1
-1
/
+16
*
teach GetLinearExpression to be a bit more aggressive.
Chris Lattner
2009-11-26
1
-0
/
+15
*
Teach basicaa that x|c == x+c when the c bits of x are clear. This
Chris Lattner
2009-11-26
1
-0
/
+14
*
teach basicaa that A[i] != A[i+1].
Chris Lattner
2009-11-26
1
-0
/
+16
*
rename test
Chris Lattner
2009-11-26
1
-0
/
+73