summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/bounds_check_elimination_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix premature deoptimization if the loop body isn't entered.Mingyao Yang2015-06-191-29/+24
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-9/+9
* [optimizing] Rename HasArrayAccesses and check itMark Mendell2015-04-241-9/+9
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-16/+16
* ART: Force constants into the entry blockDavid Brazdil2015-03-261-58/+38
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-16/+16
* Deoptimization-based bce.Mingyao Yang2015-03-231-16/+16
* Fix bce gtest.Mingyao Yang2015-03-041-0/+9
* Merge "More checker tests for BCE."Mingyao Yang2015-02-231-5/+5
|\
| * More checker tests for BCE.Mingyao Yang2015-02-231-5/+5
* | Optimizing: Speed up HInstruction use removalDavid Brazdil2015-02-231-6/+6
* | Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
|/
* Improve bce so that more bounds checks can be eliminated.Mingyao Yang2015-02-091-24/+27
* Use the non access check entrypoint when possible.Nicolas Geoffray2015-01-301-1/+1
* Move code around and address growable_array comment.Nicolas Geoffray2015-01-261-1/+2
* Fix build breakage after GVN change.Nicolas Geoffray2015-01-261-23/+29
* ART: Fix linting errorsAndreas Gampe2014-12-041-8/+8
* Bounds check elimination.Mingyao Yang2014-12-031-0/+1045