summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/bounds_check_elimination.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Enable more Clang warningsAndreas Gampe2015-04-061-1/+0
* Fix a bug when creating a HDeoptimization instruction.Nicolas Geoffray2015-04-031-1/+1
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-1/+122
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-122/+1
* Deoptimization-based bce.Mingyao Yang2015-03-231-1/+122
* Make BCE a no-op if there is no array access.Mingyao Yang2015-03-031-0/+4
* Fix build lint issue.Brian Carlstrom2015-03-031-1/+0
* Merge "bce: add support to narrow two MonotonicValueRange's at the same time."Mingyao Yang2015-03-031-7/+88
|\
| * bce: add support to narrow two MonotonicValueRange's at the same time.Mingyao Yang2015-02-241-7/+88
* | bce: handle a pattern for circular bufferMingyao Yang2015-03-021-0/+15
|/
* Merge "More checker tests for BCE."Mingyao Yang2015-02-231-18/+113
|\
| * More checker tests for BCE.Mingyao Yang2015-02-231-18/+113
* | Move arenas into runtimeMathieu Chartier2015-02-191-1/+1
|/
* Improve bce so that more bounds checks can be eliminated.Mingyao Yang2015-02-091-180/+229
* Some enhancements on BCE.Mingyao Yang2014-12-121-80/+108
* ART: Fix linting errorsAndreas Gampe2014-12-041-2/+2
* Bounds check elimination.Mingyao Yang2014-12-031-0/+691