index
:
art.git
replicant-6.0
Android's art
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
optimizing
/
bounds_check_elimination.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
BCE: don't assume a bounds check always gets a HArrayLength.
Nicolas Geoffray
2015-06-24
1
-2
/
+8
*
BCE: Narrow instead of unconditionnaly overwrite the range.
Nicolas Geoffray
2015-06-24
1
-3
/
+5
*
Fix wrong DCHECK in bounds check elimination.
Nicolas Geoffray
2015-06-22
1
-1
/
+3
*
ART: Fix BCE lint issue
Andreas Gampe
2015-06-19
1
-2
/
+2
*
Remove bogus DCHECK in BCE.
Nicolas Geoffray
2015-06-19
1
-5
/
+5
*
Fix premature deoptimization if the loop body isn't entered.
Mingyao Yang
2015-06-19
1
-136
/
+462
*
Relax the only one back-edge restriction.
Nicolas Geoffray
2015-05-07
1
-6
/
+30
*
BCE: don't add deoptimization if the loop has early exit.
Mingyao Yang
2015-04-26
1
-12
/
+46
*
Merge "Deoptimization-based BCE for unknown loop bounds."
Mingyao Yang
2015-04-26
1
-5
/
+398
|
\
|
*
Deoptimization-based BCE for unknown loop bounds.
Mingyao Yang
2015-04-26
1
-5
/
+398
*
|
[optimizing] Rename HasArrayAccesses and check it
Mark Mendell
2015-04-24
1
-1
/
+1
|
/
*
ART: Enable more Clang warnings
Andreas Gampe
2015-04-06
1
-1
/
+0
*
Fix a bug when creating a HDeoptimization instruction.
Nicolas Geoffray
2015-04-03
1
-1
/
+1
*
Revert "Revert "Deoptimization-based bce.""
Mingyao Yang
2015-04-01
1
-1
/
+122
*
Revert "Deoptimization-based bce."
Andreas Gampe
2015-03-24
1
-122
/
+1
*
Deoptimization-based bce.
Mingyao Yang
2015-03-23
1
-1
/
+122
*
Make BCE a no-op if there is no array access.
Mingyao Yang
2015-03-03
1
-0
/
+4
*
Fix build lint issue.
Brian Carlstrom
2015-03-03
1
-1
/
+0
*
Merge "bce: add support to narrow two MonotonicValueRange's at the same time."
Mingyao Yang
2015-03-03
1
-7
/
+88
|
\
|
*
bce: add support to narrow two MonotonicValueRange's at the same time.
Mingyao Yang
2015-02-24
1
-7
/
+88
*
|
bce: handle a pattern for circular buffer
Mingyao Yang
2015-03-02
1
-0
/
+15
|
/
*
Merge "More checker tests for BCE."
Mingyao Yang
2015-02-23
1
-18
/
+113
|
\
|
*
More checker tests for BCE.
Mingyao Yang
2015-02-23
1
-18
/
+113
*
|
Move arenas into runtime
Mathieu Chartier
2015-02-19
1
-1
/
+1
|
/
*
Improve bce so that more bounds checks can be eliminated.
Mingyao Yang
2015-02-09
1
-180
/
+229
*
Some enhancements on BCE.
Mingyao Yang
2014-12-12
1
-80
/
+108
*
ART: Fix linting errors
Andreas Gampe
2014-12-04
1
-2
/
+2
*
Bounds check elimination.
Mingyao Yang
2014-12-03
1
-0
/
+691