- 516c19e Merge "Collect memory use for the JIT." am: f808e8a by Nicolas Geoffray · 9 years ago
- d3ad597 Merge "Accept boolean as an input of HDivZeroCheck." am: 576a13a by Nicolas Geoffray · 9 years ago
- f808e8a Merge "Collect memory use for the JIT." by Nicolas Geoffray · 9 years ago
- a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
- 576a13a Merge "Accept boolean as an input of HDivZeroCheck." by Nicolas Geoffray · 9 years ago
- e567161 Accept boolean as an input of HDivZeroCheck. by Nicolas Geoffray · 9 years ago
- e7bf193 Merge "Fix checker test." am: 41954d8 by Nicolas Geoffray · 9 years ago
- 41954d8 Merge "Fix checker test." by Nicolas Geoffray · 9 years ago
- 639ec6b Fix checker test. by Nicolas Geoffray · 9 years ago
- 16a9481 Merge "Revert "Assembly TLAB allocation fast path for arm64."" am: d35f4a2 by Nicolas Geoffray · 9 years ago
- 073bd90 Merge "Revert "Tentative fix for build breakage with read barriers."" by Nicolas Geoffray · 9 years ago
- d35f4a2 Merge "Revert "Assembly TLAB allocation fast path for arm64."" by Nicolas Geoffray · 9 years ago
- 52fa2c6 Revert "Assembly TLAB allocation fast path for arm64." by Nicolas Geoffray · 9 years ago
- 4344e11 Merge "Revert "Tentative fix for build breakage with read barriers."" by Nicolas Geoffray · 9 years ago
- 563cf33 Revert "Tentative fix for build breakage with read barriers." by Nicolas Geoffray · 9 years ago
- 001bde0 Merge "Optimizing: Fix arm64 shifter operand test." am: a0ef558 by Vladimir Marko · 9 years ago
- c96960e Merge "Make art::HCompare side effect free." am: 3e90681 by Roland Levillain · 9 years ago
- a0ef558 Merge "Optimizing: Fix arm64 shifter operand test." by Vladimir Marko · 9 years ago
- 3e90681 Merge "Make art::HCompare side effect free." by Roland Levillain · 9 years ago
- 9506bb1 Merge "ART: Fix ignoring duplicate fields." am: d9ebad9 by Vladimir Marko · 9 years ago
- 4d18145 Optimizing: Fix arm64 shifter operand test. by Vladimir Marko · 9 years ago
- d9ebad9 Merge "ART: Fix ignoring duplicate fields." by Vladimir Marko · 9 years ago
- 9136bb2 Merge "Tentative fix for build breakage with read barriers." am: 41bcd81 by Nicolas Geoffray · 9 years ago
- 41bcd81 Merge "Tentative fix for build breakage with read barriers." by Nicolas Geoffray · 9 years ago
- 448f21e Tentative fix for build breakage with read barriers. by Nicolas Geoffray · 9 years ago
- f8cc36d Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero." am: 4d20c08 by Nicolas Geoffray · 9 years ago
- 4d20c08 Merge "Fix HDoubleConstant::IsZero and HFloatConstant::IsZero." by Nicolas Geoffray · 9 years ago
- 4d51e99 Merge "Disable test." am: 553ed05100 by Nicolas Geoffray · 9 years ago
- 553ed05 Merge "Disable test." by Nicolas Geoffray · 9 years ago
- e434a81 Disable test. by Nicolas Geoffray · 9 years ago
- 879d27b ART: Fix ignoring duplicate fields. by Vladimir Marko · 9 years ago
- 58dc8de Merge "Assembly TLAB allocation fast path for arm64." am: 877b18bcf4 by Hiroshi Yamauchi · 9 years ago
- 877b18b Merge "Assembly TLAB allocation fast path for arm64." by Hiroshi Yamauchi · 9 years ago
- b7e52b0 Assembly TLAB allocation fast path for arm64. by Hiroshi Yamauchi · 9 years ago
- 0fb1508 Merge "ART: Fix shift simplification, x >>> 64." am: 5942e53716 by Vladimir Marko · 9 years ago
- 5942e53 Merge "ART: Fix shift simplification, x >>> 64." by Vladimir Marko · 9 years ago
- 5b18053 ART: Fix shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
- e902e27 Merge "ART: Fix valgrind failure in image_test64." am: 12af36e091 by Vladimir Marko · 9 years ago
- 12af36e Merge "ART: Fix valgrind failure in image_test64." by Vladimir Marko · 9 years ago
- 949e54d Fix HDoubleConstant::IsZero and HFloatConstant::IsZero. by Nicolas Geoffray · 9 years ago
- 0c4bab5 Merge "Optimizing: Improve shift simplification, x >>> 64." am: 6ce4766f13 by Vladimir Marko · 9 years ago
- 6ce4766 Merge "Optimizing: Improve shift simplification, x >>> 64." by Vladimir Marko · 9 years ago
- e6f7503 Merge "runtime: delete native/java_lang_Runtime.cc" am: 706d2cd559 by Narayan Kamath · 9 years ago
- 706d2cd Merge "runtime: delete native/java_lang_Runtime.cc" by Narayan Kamath · 9 years ago
- 164306e Optimizing: Improve shift simplification, x >>> 64. by Vladimir Marko · 9 years ago
- 5f97157 runtime: delete native/java_lang_Runtime.cc by Narayan Kamath · 9 years ago
- 1693a1f Make art::HCompare side effect free. by Roland Levillain · 9 years ago
- 2165deb Merge "Optimizing: Prevent potential valgrind error." am: 5681b6638b by Vladimir Marko · 9 years ago
- d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 9 years ago
- 5681b66 Merge "Optimizing: Prevent potential valgrind error." by Vladimir Marko · 9 years ago
- 24bd895 Optimizing: Prevent potential valgrind error. by Vladimir Marko · 9 years ago
- 58b5875 Merge "Optimizing: Fix valgrind error in image_test64." am: 51b7e2d08f by Vladimir Marko · 9 years ago
- 51b7e2d Merge "Optimizing: Fix valgrind error in image_test64." by Vladimir Marko · 9 years ago
- 288d25c Merge "Fix zygote handling of when secondary image is out of date." by Jeff Hao · 9 years ago
- 05bfefb Merge "Fixed bug in BCE, with regression test." am: 5ee830173b by Aart Bik · 9 years ago
- ea9aa3f Merge "Fix zygote handling of when secondary image is out of date." by Jeff Hao · 9 years ago
- 5ee8301 Merge "Fixed bug in BCE, with regression test." by Aart Bik · 9 years ago
- ab4a4d2 Fix zygote handling of when secondary image is out of date. by Jeff Hao · 9 years ago
- 66b0cde Merge "Add oatdump support for app images" am: d3c8fe76ad by Mathieu Chartier · 9 years ago
- d3c8fe7 Merge "Add oatdump support for app images" by Mathieu Chartier · 9 years ago
- 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
- 54d845f Merge "ART: Update dalvik-cache for zygote after OTA" am: c3214fbb66 -s ours by Andreas Gampe · 9 years ago
- fd09c21 Merge "Add oatdump support for app images" into nyc-dev am: bc20209fcd by Mathieu Chartier · 9 years ago
- c3214fb Merge "ART: Update dalvik-cache for zygote after OTA" by Andreas Gampe · 9 years ago
- bec6358 ART: Update dalvik-cache for zygote after OTA by Andreas Gampe · 9 years ago
- bc20209 Merge "Add oatdump support for app images" into nyc-dev by Mathieu Chartier · 9 years ago
- 1ae8874 Fixed bug in BCE, with regression test. by Aart Bik · 9 years ago
- bcb6a72 Add oatdump support for app images by Mathieu Chartier · 9 years ago
- c1c3de4 Merge "ART: Remember whether the cache was pruned" into nyc-dev am: e7361ca06d by Andreas Gampe · 9 years ago
- a65ed30 Optimizing: Fix valgrind error in image_test64. by Vladimir Marko · 9 years ago
- e7361ca Merge "ART: Remember whether the cache was pruned" into nyc-dev by Andreas Gampe · 9 years ago
- d5ec7d5 Merge "Do not include image header in decompressed size" am: 11ad252355 by Mathieu Chartier · 9 years ago
- 11ad252 Merge "Do not include image header in decompressed size" by Mathieu Chartier · 9 years ago
- 8e864bf Do not include image header in decompressed size by Mathieu Chartier · 9 years ago
- 7f0edba Merge "Do not include image header in decompressed size" into nyc-dev by Mathieu Chartier · 9 years ago
- 3a1b33d Merge "Do not include image header in decompressed size" into nyc-dev by Mathieu Chartier · 9 years ago
- 324eb2c Do not include image header in decompressed size by Mathieu Chartier · 9 years ago
- 3660088 Merge "Fix cases where we miss instrumentation changes" am: 1b876790ec by Mathieu Chartier · 9 years ago
- 1b87679 Merge "Fix cases where we miss instrumentation changes" by Mathieu Chartier · 9 years ago
- 14b0a5d Fix cases where we miss instrumentation changes by Mathieu Chartier · 9 years ago
- 8f4cd0d Merge "Don\'t be so agressive in quering the code cache for new methods" into nyc-dev by Calin Juravle · 9 years ago
- 04bca8a Merge "Don't be so agressive in quering the code cache for new methods" into nyc-dev by Calin Juravle · 9 years ago
- 815759a Don't be so agressive in quering the code cache for new methods by Calin Juravle · 9 years ago
- cf085c4 Merge "Optimizing: Fix TypeConversion(And(x, const)) simplification." by Vladimir Marko · 9 years ago
- 0b2c192 Merge "Optimizing: Fix TypeConversion(And(x, const)) simplification." by Vladimir Marko · 9 years ago
- 625090f Optimizing: Fix TypeConversion(And(x, const)) simplification. by Vladimir Marko · 9 years ago
- 690b5e1 Merge "Clean up the valgrind test targets." am: de83659474 by Hiroshi Yamauchi · 9 years ago
- de83659 Merge "Clean up the valgrind test targets." by Hiroshi Yamauchi · 9 years ago
- 7c58945 Merge "Fix cases where we miss instrumentation changes" into nyc-dev by Mathieu Chartier · 9 years ago
- dd6558d Merge "Fix cases where we miss instrumentation changes" into nyc-dev by Mathieu Chartier · 9 years ago
- 70b92ae Clean up the valgrind test targets. by Hiroshi Yamauchi · 9 years ago
- 7e106c9 Merge "Optimizing: Do not re-record standby checks for dynamic BCE." by Vladimir Marko · 9 years ago
- 7469bf2 ART: Check alignment of section offsets am: 3a52b22cf7 by Andreas Gampe · 9 years ago
- 7ef1b4b ART: Remember whether the cache was pruned by Andreas Gampe · 9 years ago
- 70bc6de Merge "Optimizing: Do not re-record standby checks for dynamic BCE." by Vladimir Marko · 9 years ago
- 0f39402 Fix cases where we miss instrumentation changes by Mathieu Chartier · 9 years ago
- daf433f Merge "Revert "Enable compilation of secondary dex files"" am: e70cda6147 by Nicolas Geoffray · 9 years ago
- e70cda6 Merge "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
- d98a52f Revert "Enable compilation of secondary dex files" by Nicolas Geoffray · 9 years ago
- b9677f6 Merge "ART: Check alignment of section offsets" am: 14cc147fbd by Andreas Gampe · 9 years ago