Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BCE: Narrow instead of unconditionnaly overwrite the range. | Nicolas Geoffray | 2015-06-24 | 1 | -6/+23 |
| | | | | | | | | bug:21862741 (cherry picked from commit a09ff9c11f07863ac57e6120a824f0d20dfaa284) Change-Id: Ia8e903e09a7f9c2b8ef7cf3522f73f154534b81f | ||||
* | Fix wrong DCHECK in bounds check elimination. | Nicolas Geoffray | 2015-06-22 | 3 | -0/+39 |
The lower range of an array length instruction can be changed by other instructions than HBoundsCheck, like HNewArray. bug:21862741 (cherry picked from commit 8d82a0c2b2b12f259ccb357d3b1e699c68ad0400) Change-Id: I1bb1a4f4c6673509dd3fb5184c32992bed876250 |