1. 3e1d4d4 ART: Fix Runtime::GetStat am: 7ee607e39c by Andreas Gampe · 6 years ago
  2. 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 6 years ago
  3. 81492a7 Support flattened APEXes in Runtime APEX unit testing. am: dd20d0006f by Roland Levillain · 6 years ago
  4. dd20d00 Support flattened APEXes in Runtime APEX unit testing. by Roland Levillain · 6 years ago
  5. 0c91ff3 Initialize array classes in pre-fence visitor. am: 70e2a7694b by Vladimir Marko · 6 years ago
  6. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 6 years ago
  7. 37b9ef5 Typo fix. am: da40acad87 by Travis Tynes · 6 years ago
  8. da40aca Typo fix. by Travis Tynes · 6 years ago
  9. c228452 ART: Switch verifier kThrow fatal to default-on am: a83a88996c by Andreas Gampe · 6 years ago
  10. a83a889 ART: Switch verifier kThrow fatal to default-on by Andreas Gampe · 6 years ago
  11. 1fe44d0 ART: Do not handle RETURN monitor-stack issue as throwing am: ae95ce3c6e by Andreas Gampe · 6 years ago
  12. ae95ce3 ART: Do not handle RETURN monitor-stack issue as throwing by Andreas Gampe · 6 years ago
  13. fc2c120 Fix statistics reporting in JIT. am: f2dcba05ca by Nicolas Geoffray · 6 years ago
  14. f2dcba0 Fix statistics reporting in JIT. by Nicolas Geoffray · 6 years ago
  15. c7e548b Switch-interpreter: Add flatten attribute to handlers. am: 27351be1c1 by David Srbecky · 6 years ago
  16. 224f9e3 Add fast path for exception vreg copying. am: cffa254b3b by David Srbecky · 6 years ago
  17. 27351be Switch-interpreter: Add flatten attribute to handlers. by David Srbecky · 6 years ago
  18. cffa254 Add fast path for exception vreg copying. by David Srbecky · 6 years ago
  19. dd177bc Prevent redundant field load elimination in 593-checker-long-2-float-regression by Christoffer Quist Adamsen · 6 years ago
  20. 9a8634a Prevent redundant field load elimination in 593-checker-long-2-float-regression by Christoffer Quist Adamsen · 6 years ago
  21. 749d46c sigchain: dlsym from libc.so instead of RTLD_NEXT. am: 6e4deeaf45 by Josh Gao · 6 years ago
  22. eac1103 Use bionic_private_headers instead of bionic/libc/private am: 34ac9f74e8 by Paul Duffin · 6 years ago
  23. 999bc02 Replace use of include_dirs with header_libs on asm_defines.s am: eafeeb2813 by Paul Duffin · 6 years ago
  24. 6e4deea sigchain: dlsym from libc.so instead of RTLD_NEXT. by Josh Gao · 6 years ago
  25. 34ac9f7 Use bionic_private_headers instead of bionic/libc/private by Paul Duffin · 6 years ago
  26. eafeeb2 Replace use of include_dirs with header_libs on asm_defines.s by Paul Duffin · 6 years ago
  27. f32df89 Fix a braino in GetSavedEntryPointOfPreCompiledCode. am: de0ccffc5e by Nicolas Geoffray · 6 years ago
  28. de0ccff Fix a braino in GetSavedEntryPointOfPreCompiledCode. by Nicolas Geoffray · 6 years ago
  29. 874d8b4 Cleanup some usages of include_dirs am: 4345aacf58 by Paul Duffin · 6 years ago
  30. 4345aac Cleanup some usages of include_dirs by Paul Duffin · 6 years ago
  31. a3ae539 Fix handling for invalid or missing app images am: 6b689ceb63 by Mathieu Chartier · 6 years ago
  32. 6b689ce Fix handling for invalid or missing app images by Mathieu Chartier · 6 years ago
  33. cfd660f ART: Add option to behave fatally on unmarked kThrow am: d84794d235 by Andreas Gampe · 6 years ago
  34. ca47af7 ART: Factor out runtime-exception saved_line fallback am: 16a08f6d70 by Andreas Gampe · 6 years ago
  35. d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 6 years ago
  36. 16a08f6 ART: Factor out runtime-exception saved_line fallback by Andreas Gampe · 6 years ago
  37. a94f043 Disable test 660 for debuggable am: 22940241f9 by Mathieu Chartier · 6 years ago
  38. 2294024 Disable test 660 for debuggable by Mathieu Chartier · 6 years ago
  39. 4798947 Revert^2 "Support clinit for app image during compilation" am: 0c2c222733 by Chang Xing · 6 years ago
  40. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 8 years ago
  41. f9b0dc4 ARM/ARM64: Improve frame entry/exit codegen. am: 1a225a76ee by Vladimir Marko · 6 years ago
  42. 1a225a7 ARM/ARM64: Improve frame entry/exit codegen. by Vladimir Marko · 6 years ago
  43. ac7e515 jitzygote: Handle case of methods having the resolution stub. am: 323844002e by Nicolas Geoffray · 6 years ago
  44. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 6 years ago
  45. 6a6ec0d Stronger alignment check in ArtField::SetOffset(). am: 297a0533d2 by Vladimir Marko · 6 years ago
  46. 297a053 Stronger alignment check in ArtField::SetOffset(). by Vladimir Marko · 6 years ago
  47. 32fa011 Remove Export_static_lib_headers from codegen am: 74f89afefe by Paul Duffin · 6 years ago
  48. 64d606f Remove use of external/vixl/src in include_dirs am: 1533243120 by Paul Duffin · 6 years ago
  49. 74f89af Remove Export_static_lib_headers from codegen by Paul Duffin · 6 years ago
  50. 1533243 Remove use of external/vixl/src in include_dirs by Paul Duffin · 6 years ago
  51. 2b41dff Move location of where we clear thread pool tasks post fork. am: b08d5db0be by Nicolas Geoffray · 6 years ago
  52. b08d5db Move location of where we clear thread pool tasks post fork. by Nicolas Geoffray · 6 years ago
  53. bcd563f Cleanup and simplify ImageWriter::GetQuickCode. am: 2a290e14fd by Nicolas Geoffray · 6 years ago
  54. 2a290e1 Cleanup and simplify ImageWriter::GetQuickCode. by Nicolas Geoffray · 6 years ago
  55. 1b801fd Add AVX support for packed mul/div instructions. am: b45a435e25 by Shalini Salomi Bodapati · 6 years ago
  56. b45a435 Add AVX support for packed mul/div instructions. by Shalini Salomi Bodapati · 6 years ago
  57. d4f2257 Add option for controling app image class initialization am: 5132e0d143 by Mathieu Chartier · 6 years ago
  58. 5132e0d Add option for controling app image class initialization by Mathieu Chartier · 6 years ago
  59. 86e5c53 Revert "Disable dexdiag_test on fugu." am: b94cc1129a by Christopher Ferris · 6 years ago
  60. 2961586 ART: Use a scoped disable-moving-gc helper in reg_type_test am: b3b2db7ede by Andreas Gampe · 6 years ago
  61. 834f1e8 ART: Add interface class join heuristic am: b5204f4216 by Andreas Gampe · 6 years ago
  62. b94cc11 Revert "Disable dexdiag_test on fugu." by Christopher Ferris · 6 years ago
  63. b3b2db7 ART: Use a scoped disable-moving-gc helper in reg_type_test by Andreas Gampe · 6 years ago
  64. b5204f4 ART: Add interface class join heuristic by Andreas Gampe · 6 years ago
  65. 4eed486 ART: Scope runnable part of JitCompileTask am: 4bd5234a05 by Andreas Gampe · 6 years ago
  66. bbd73af ART: Fix some thread-annotalysis issues in ProfileSaver am: 431a7e5871 by Andreas Gampe · 6 years ago
  67. 4bd5234 ART: Scope runnable part of JitCompileTask by Andreas Gampe · 6 years ago
  68. 431a7e5 ART: Fix some thread-annotalysis issues in ProfileSaver by Andreas Gampe · 6 years ago
  69. c603b14 Set Mark-bit for large Zygote objects am: 8787cf8760 by Lokesh Gidra · 6 years ago
  70. 8787cf8 Set Mark-bit for large Zygote objects by Lokesh Gidra · 6 years ago
  71. 9d2c75a ART: Remove old build_linux_bionic.sh workaround am: db26569b5e by Andreas Gampe · 6 years ago
  72. db26569 ART: Remove old build_linux_bionic.sh workaround by Andreas Gampe · 6 years ago
  73. 31ced9c Switch-interpreter: Fix large performance regression in preamble. am: 8b770c42bf by David Srbecky · 6 years ago
  74. 8b770c4 Switch-interpreter: Fix large performance regression in preamble. by David Srbecky · 6 years ago
  75. 0dcd8fa Remove use of deprecated apache-harmony-jdwp-tests-host target am: 5071531ceb by Paul Duffin · 6 years ago
  76. 5071531 Remove use of deprecated apache-harmony-jdwp-tests-host target by Paul Duffin · 6 years ago
  77. 864e675 [automerger skipped] [RUNTIME] Ignore signal registration for debugging by randy.jeong · 6 years ago
  78. 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 6 years ago
  79. 6c0f93d Clean up linker patches in codegens. am: 2d06e029b1 by Vladimir Marko · 6 years ago
  80. b8b99e9 Further clean up boot image address checks. am: 7cde45800e by Vladimir Marko · 6 years ago
  81. 2d06e02 Clean up linker patches in codegens. by Vladimir Marko · 6 years ago
  82. 7cde458 Further clean up boot image address checks. by Vladimir Marko · 6 years ago
  83. ba76d97 Add helper script to dex2oat a JAR/APK am: 6b63d8832a by Mathieu Chartier · 6 years ago
  84. 6b63d88 Add helper script to dex2oat a JAR/APK by Mathieu Chartier · 6 years ago
  85. 6b1dd79 ART: Introduce CompatThrow am: c658278be7 by Andreas Gampe · 6 years ago
  86. c658278 ART: Introduce CompatThrow by Andreas Gampe · 6 years ago
  87. 0db3bf5 Skip reading usage stats for map data. am: bfa8b1ea0f by Christopher Ferris · 6 years ago
  88. bfa8b1e Skip reading usage stats for map data. by Christopher Ferris · 6 years ago
  89. ac2260a [RUNTIME] Ignore signal registration for debugging by randy.jeong · 6 years ago
  90. d4d3bc5 ART: Disallow unresolved return types after Q am: bc919af448 by Andreas Gampe · 6 years ago
  91. f7696c7 ART: Do not access-check type on instanceof peephole am: d78122b424 by Andreas Gampe · 6 years ago
  92. 9a432d1 ART: Monitor-stack merging should not be handled as throwing am: d70a97c6d4 by Andreas Gampe · 6 years ago
  93. bc919af ART: Disallow unresolved return types after Q by Andreas Gampe · 6 years ago
  94. d78122b ART: Do not access-check type on instanceof peephole by Andreas Gampe · 6 years ago
  95. d70a97c ART: Monitor-stack merging should not be handled as throwing by Andreas Gampe · 6 years ago
  96. a975607 ART: Introduce stackmap with no DexRegInfo. am: 2808be84a8 by Artem Serov · 6 years ago
  97. a920a62 ARM: Remove unnecessary kCoreAlwaysSpillRegister. am: 460f054803 by Vladimir Marko · 6 years ago
  98. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 6 years ago
  99. 460f054 ARM: Remove unnecessary kCoreAlwaysSpillRegister. by Vladimir Marko · 6 years ago
  100. 42a4db1 Revert "Add scripts to mount/unmount the Runtime APEX under ART's chroot dir." by Roland Levillain · 6 years ago