1. 40c68c6 Fix dex2oat/oatdump cross-compilation. by Nicolas Geoffray · 9 years ago
  2. 3920099 Merge "Revert "ART: Weaken DCHECK"" by Nicolas Geoffray · 9 years ago
  3. 141de8c Revert "ART: Weaken DCHECK" by Nicolas Geoffray · 9 years ago
  4. 7ddf7e9 Merge "Revert "Use compiler filter to determine oat file status."" by Nicolas Geoffray · 9 years ago
  5. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  6. 1ee29d3 ART: Weaken DCHECK by Andreas Gampe · 9 years ago
  7. be4f66c Merge "Delete too spammy VLOG(heap) in ReleasePrimitiveArray" by Mathieu Chartier · 9 years ago
  8. 317a3d8 Merge "Use compiler filter to determine oat file status." by Richard Uhler · 9 years ago
  9. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  10. 9d7a4ac Delete too spammy VLOG(heap) in ReleasePrimitiveArray by Mathieu Chartier · 9 years ago
  11. f9018b0 Disable test for now. by Nicolas Geoffray · 9 years ago
  12. 9a3c1fa Merge "ART: Clean up arena allocation memory tracking." by Vladimir Marko · 9 years ago
  13. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  14. db17ce1 Merge "Fix missing header inclusion in art/runtime/thread.cc." by Roland Levillain · 9 years ago
  15. 1fbd452 Fix missing header inclusion in art/runtime/thread.cc. by Roland Levillain · 9 years ago
  16. 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
  17. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  18. 0c25da0 Merge "Fix braino in JitCodeCache." by Nicolas Geoffray · 9 years ago
  19. b9a639d Fix braino in JitCodeCache. by Nicolas Geoffray · 9 years ago
  20. eecf60d Merge "ART: remove nested include in arch_test" by Bill Buzbee · 9 years ago
  21. a373a33 Merge "Revert "Revert "Enable compilation of secondary dex files""" by Nicolas Geoffray · 9 years ago
  22. e989fe0 Merge "Suppress MIPS32 assembler warnings" by Roland Levillain · 9 years ago
  23. c6b1b93 Revert "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
  24. 988a8ff Merge "Remove bogus DCHECK()." by Vladimir Marko · 9 years ago
  25. d5f3f32 Add sanity checking to declaring class visiting by Mathieu Chartier · 9 years ago
  26. 9060376 Merge "Generalize induction and range analysis across type conversions." by Aart Bik · 9 years ago
  27. 69dd2ed ART: remove nested include in arch_test by buzbee · 9 years ago
  28. 0d345cf Generalize induction and range analysis across type conversions. by Aart Bik · 9 years ago
  29. 6a32929 Merge "Move process state into runtime" by Mathieu Chartier · 9 years ago
  30. 4485c69 Merge "Disable LZ4HC compressed images" by Mathieu Chartier · 9 years ago
  31. f8cb178 Move process state into runtime by Mathieu Chartier · 9 years ago
  32. 9894fc8 Disable LZ4HC compressed images by Mathieu Chartier · 9 years ago
  33. e1e5a86 Remove bogus DCHECK(). by Vladimir Marko · 9 years ago
  34. 162629e Merge "Optimizing: Fix register allocator validation memory usage." by Vladimir Marko · 9 years ago
  35. 3890e85 Merge "Fix a CC 145-alloc-tracking-stress deadlock." by Hiroshi Yamauchi · 9 years ago
  36. f6a35de Optimizing: Fix register allocator validation memory usage. by Vladimir Marko · 9 years ago
  37. 73139dd Merge "Pacify g++ about a set-but-unused variable." by Roland Levillain · 9 years ago
  38. 1153282 Merge "Code cleanup between debugger and jit." by Nicolas Geoffray · 9 years ago
  39. 6300fd7 Code cleanup between debugger and jit. by Nicolas Geoffray · 9 years ago
  40. 590b136 Suppress MIPS32 assembler warnings by Goran Jakovljevic · 9 years ago
  41. 48a7bae Pacify g++ about a set-but-unused variable. by Roland Levillain · 9 years ago
  42. 6f0c6cd Fix a CC 145-alloc-tracking-stress deadlock. by Hiroshi Yamauchi · 9 years ago
  43. 443e7ee Merge "Add patchoat check that input oat file has patch section." by Jeff Hao · 9 years ago
  44. ec1514a Add patchoat check that input oat file has patch section. by Jeff Hao · 9 years ago
  45. a807780 Add verify-profile compiler filter by Mathieu Chartier · 9 years ago
  46. 895375b Merge "ART: Speed up stack guard page install" by Andreas Gampe · 9 years ago
  47. 2c2d2a0 ART: Speed up stack guard page install by Andreas Gampe · 9 years ago
  48. e9e98f1 Merge "Do not JIT boot image during native-debugging (keep AOT code instead)." by David Srbecky · 9 years ago
  49. 7f3397b Merge "Revert "Revert "Fix issue with proxy invocation on default methods""" by Alex Light · 9 years ago
  50. 275f97e Merge "Revert "Revert "Assembly TLAB allocation fast path for arm64.""" by Hiroshi Yamauchi · 9 years ago
  51. 3bff678 Merge "Fix bug where verification could crash on unresolved types." by Alex Light · 9 years ago
  52. e9dd04f Revert "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 9 years ago
  53. 04680f3 Dump oat file information as part of DumpForSigQuit. by Nicolas Geoffray · 9 years ago
  54. f448016 Do not JIT boot image during native-debugging (keep AOT code instead). by David Srbecky · 9 years ago
  55. 0205b58 Merge "Check GetDumpNativeStackOnSigQuit() for daemons." by Nicolas Geoffray · 9 years ago
  56. d3c5965 Check GetDumpNativeStackOnSigQuit() for daemons. by Nicolas Geoffray · 9 years ago
  57. db1f7da Merge "ART: Remember whether the cache was pruned" by Andreas Gampe · 9 years ago
  58. e848c29 Merge "ART: Mterp arm64 2-operand double rem fix" by Bill Buzbee · 9 years ago
  59. a67a089 Merge "Revert "Fix issue with proxy invocation on default methods"" by Alex Light · 9 years ago
  60. daf58c8 Revert "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  61. 908c0b2 ART: Mterp arm64 2-operand double rem fix by buzbee · 9 years ago
  62. 55ea94d Fix bug where verification could crash on unresolved types. by Alex Light · 9 years ago
  63. 6f1b7ec Merge "Fix race in AllocEntrypointsInstrumented" by Mathieu Chartier · 9 years ago
  64. d72945c Revert "Revert "Assembly TLAB allocation fast path for arm64."" by Hiroshi Yamauchi · 9 years ago
  65. 932e6bf Merge "Fix issue with proxy invocation on default methods" by Alex Light · 9 years ago
  66. 50e9331 Fix race in AllocEntrypointsInstrumented by Mathieu Chartier · 9 years ago
  67. 8e57978 Merge "Remove --native-debuggable compiler option." by David Srbecky · 9 years ago
  68. 03fdc90 Merge "Make art::HCompare support boolean, byte, short and char inputs." by Roland Levillain · 9 years ago
  69. 346dc99 Remove --native-debuggable compiler option. by David Srbecky · 9 years ago
  70. a5c4a40 Make art::HCompare support boolean, byte, short and char inputs. by Roland Levillain · 9 years ago
  71. 0cb11c3 runtime: delete native/java_lang_Runtime.h. by Narayan Kamath · 9 years ago
  72. 532da65 Merge "Add more statistics for memory use of the JIT." by Nicolas Geoffray · 9 years ago
  73. 933330a Add more statistics for memory use of the JIT. by Nicolas Geoffray · 9 years ago
  74. 011b511 Merge "Call __jit_debug_register_code() indirectly via global variable." by David Srbecky · 9 years ago
  75. f808e8a Merge "Collect memory use for the JIT." by Nicolas Geoffray · 9 years ago
  76. a4f8154 Collect memory use for the JIT. by Nicolas Geoffray · 9 years ago
  77. 52fa2c6 Revert "Assembly TLAB allocation fast path for arm64." by Nicolas Geoffray · 9 years ago
  78. 4344e11 Merge "Revert "Tentative fix for build breakage with read barriers."" by Nicolas Geoffray · 9 years ago
  79. 563cf33 Revert "Tentative fix for build breakage with read barriers." by Nicolas Geoffray · 9 years ago
  80. d9ebad9 Merge "ART: Fix ignoring duplicate fields." by Vladimir Marko · 9 years ago
  81. 448f21e Tentative fix for build breakage with read barriers. by Nicolas Geoffray · 9 years ago
  82. 879d27b ART: Fix ignoring duplicate fields. by Vladimir Marko · 9 years ago
  83. ec3b7ab Fix issue with proxy invocation on default methods by Alex Light · 9 years ago
  84. 877b18b Merge "Assembly TLAB allocation fast path for arm64." by Hiroshi Yamauchi · 9 years ago
  85. b7e52b0 Assembly TLAB allocation fast path for arm64. by Hiroshi Yamauchi · 9 years ago
  86. e8b4e85 Call __jit_debug_register_code() indirectly via global variable. by David Srbecky · 9 years ago
  87. 12af36e Merge "ART: Fix valgrind failure in image_test64." by Vladimir Marko · 9 years ago
  88. 5f97157 runtime: delete native/java_lang_Runtime.cc by Narayan Kamath · 9 years ago
  89. a1425a1 ART: Remember whether the cache was pruned by Andreas Gampe · 9 years ago
  90. d9813cb ART: Fix valgrind failure in image_test64. by Vladimir Marko · 9 years ago
  91. ab4a4d2 Fix zygote handling of when secondary image is out of date. by Jeff Hao · 9 years ago
  92. 0b4cbd0 Add oatdump support for app images by Mathieu Chartier · 9 years ago
  93. bec6358 ART: Update dalvik-cache for zygote after OTA by Andreas Gampe · 10 years ago
  94. 8e864bf Do not include image header in decompressed size by Mathieu Chartier · 9 years ago
  95. 14b0a5d Fix cases where we miss instrumentation changes by Mathieu Chartier · 9 years ago
  96. e70cda6 Merge "Revert "Enable compilation of secondary dex files"" by Nicolas Geoffray · 9 years ago
  97. d98a52f Revert "Enable compilation of secondary dex files" by Nicolas Geoffray · 9 years ago
  98. 14cc147 Merge "ART: Check alignment of section offsets" by Andreas Gampe · 9 years ago
  99. fb8932e Merge "Enable compilation of secondary dex files" by Calin Juravle · 9 years ago
  100. e717e2c Merge "ART: mterp arm/arm64 cleanup" by Bill Buzbee · 9 years ago