1. 635967b Remove message ART creates for "throw null". by Nicolas Geoffray · 5 years ago
  2. 46b5353 Simplify JIT compiler interface usage from the runtime. by David Srbecky · 5 years ago
  3. baa81b5 Use ClassStatus::kVisiblyInitialized in interpreter. by Vladimir Marko · 5 years ago
  4. 38a062e Weaken 2 DCHECK()s in reflection. by Vladimir Marko · 5 years ago
  5. e80ecf3 Rewrite the .data.bimg.rel.ro check in OatFile::Setup(). by Vladimir Marko · 5 years ago
  6. 81448a2 Fix 638-checker-inline-cache-intrinsic by David Srbecky · 5 years ago
  7. 7c50274 Fix Heap::UnBindBitmaps for spaces without bitmaps by Mathieu Chartier · 5 years ago
  8. c14ec8f Add resize arrays JVMTI extension by Alex Light · 5 years ago
  9. 147a911 ART: Remove FailOrAbort for unnecessary cases by Andreas Gampe · 5 years ago
  10. b90cad5 ART: Move find-locks code up in the callchain by Andreas Gampe · 5 years ago
  11. 0134a28 ART: Verifier cleanup by Andreas Gampe · 5 years ago
  12. 86bf068 ART: Verifier cleanup by Andreas Gampe · 5 years ago
  13. 422a9eb Do not hold lock when making class visibly initialized. by Vladimir Marko · 5 years ago
  14. 9f18fbc Make classes visibly initialized faster. by Vladimir Marko · 5 years ago
  15. 6f38201 Refactor space bitmap to be a value object by Mathieu Chartier · 5 years ago
  16. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  17. 2182147 Call Jit::MaybeCompileMethod less frequently. by David Srbecky · 5 years ago
  18. f367747 Add ability to switch to index ids late. by Alex Light · 5 years ago
  19. f1468b5 ART: Verifier cleanup by Andreas Gampe · 5 years ago
  20. fef91cc ART: Verifier cleanup by Andreas Gampe · 5 years ago
  21. e0bbab9 ART: Verifier cleanup by Andreas Gampe · 5 years ago
  22. 52c468a Refactor mark-bit set logic in PreZygoteFork() by Lokesh Gidra · 5 years ago
  23. c0b30c9 Implement boot image extension relocation. by Vladimir Marko · 5 years ago
  24. 672c080 Update Transaction for boot image extension. by Vladimir Marko · 5 years ago
  25. 0f8950a Pick up the boot profile in zygote and system server. by Nicolas Geoffray · 5 years ago
  26. 1fc4d42 Check whether method is zygote-compiled less frequently. by David Srbecky · 5 years ago
  27. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  28. 9e0099f Drop Core Platform API checks when JNI table updated by Orion Hodson · 5 years ago
  29. 01ecfa1 Refactor Core Plaform API checking by Orion Hodson · 5 years ago
  30. 2be4306 ART: Use initial-exec TLS mode for Thread TLS by Andreas Gampe · 5 years ago
  31. 8237200 ART: Use thread_local on the host for ART Thread* by Andreas Gampe · 5 years ago
  32. a47a6e8 ART: Extend bionic TLS use to host bionic by Andreas Gampe · 5 years ago
  33. 92db59b Revert "Workaround bogus Thread Safety Analysis warning" by Ziang Wan · 5 years ago
  34. 1b0fcf4 ART: Fix ScopedThreadStateChange assert by Andreas Gampe · 5 years ago
  35. 1cbac5c Try to avoid expensive stack walk in QuickDeliverException by David Srbecky · 5 years ago
  36. af86470 ART: Correctly exclude super-init times in classlinker by Andreas Gampe · 5 years ago
  37. 7ee607e ART: Fix Runtime::GetStat by Andreas Gampe · 5 years ago
  38. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 5 years ago
  39. da40aca Typo fix. by Travis Tynes · 5 years ago
  40. a83a889 ART: Switch verifier kThrow fatal to default-on by Andreas Gampe · 5 years ago
  41. ae95ce3 ART: Do not handle RETURN monitor-stack issue as throwing by Andreas Gampe · 5 years ago
  42. f2dcba0 Fix statistics reporting in JIT. by Nicolas Geoffray · 5 years ago
  43. 27351be Switch-interpreter: Add flatten attribute to handlers. by David Srbecky · 5 years ago
  44. cffa254 Add fast path for exception vreg copying. by David Srbecky · 5 years ago
  45. de0ccff Fix a braino in GetSavedEntryPointOfPreCompiledCode. by Nicolas Geoffray · 5 years ago
  46. 4345aac Cleanup some usages of include_dirs by Paul Duffin · 5 years ago
  47. d84794d ART: Add option to behave fatally on unmarked kThrow by Andreas Gampe · 5 years ago
  48. 16a08f6 ART: Factor out runtime-exception saved_line fallback by Andreas Gampe · 5 years ago
  49. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 7 years ago
  50. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  51. 297a053 Stronger alignment check in ArtField::SetOffset(). by Vladimir Marko · 5 years ago
  52. b08d5db Move location of where we clear thread pool tasks post fork. by Nicolas Geoffray · 5 years ago
  53. b3b2db7 ART: Use a scoped disable-moving-gc helper in reg_type_test by Andreas Gampe · 5 years ago
  54. b5204f4 ART: Add interface class join heuristic by Andreas Gampe · 5 years ago
  55. 4bd5234 ART: Scope runnable part of JitCompileTask by Andreas Gampe · 5 years ago
  56. 431a7e5 ART: Fix some thread-annotalysis issues in ProfileSaver by Andreas Gampe · 5 years ago
  57. 8787cf8 Set Mark-bit for large Zygote objects by Lokesh Gidra · 5 years ago
  58. 8b770c4 Switch-interpreter: Fix large performance regression in preamble. by David Srbecky · 5 years ago
  59. 5bef022 [RUNTIME] Ignore signal registration for debugging by randy.jeong · 5 years ago
  60. 7cde458 Further clean up boot image address checks. by Vladimir Marko · 5 years ago
  61. c658278 ART: Introduce CompatThrow by Andreas Gampe · 5 years ago
  62. bc919af ART: Disallow unresolved return types after Q by Andreas Gampe · 5 years ago
  63. d78122b ART: Do not access-check type on instanceof peephole by Andreas Gampe · 5 years ago
  64. d70a97c ART: Monitor-stack merging should not be handled as throwing by Andreas Gampe · 5 years ago
  65. 2808be8 ART: Introduce stackmap with no DexRegInfo. by Artem Serov · 6 years ago
  66. 0d87f99 ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
  67. 4146e06 ART: Prepare to remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
  68. bb5b4f3 Revert "Disable opaque JNI Ids for now." by Alex Light · 5 years ago
  69. 4a30f89 Revert "ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH" by Andreas Gampe · 5 years ago
  70. 7a82acc ART: Remove VERIFY_ERROR_UNRESOLVED_CATCH by Andreas Gampe · 5 years ago
  71. 8d6651d Disable jit_memory_region_test tests on buggy kernels. by Nicolas Geoffray · 5 years ago
  72. e32d24c Store zygote compiled code in a shared map. by Nicolas Geoffray · 5 years ago
  73. d17eac6 Fix for 689-zygote-jit-deopt on kernels before 3.11rc2 by Orion Hodson · 5 years ago
  74. e81f10a Revert "Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_)" by David Srbecky · 5 years ago
  75. ab682a7 Blind fix for fixing 689-zygote-jit-deopt on host bionic. by Nicolas Geoffray · 5 years ago
  76. d5fd5c3 Make .bss stores atomic release operations. by Vladimir Marko · 5 years ago
  77. 5e33ccd Don't force-allocate a profiling info when we cannot. by Nicolas Geoffray · 5 years ago
  78. 50bc8fb Remove ShadowFrame::dex_pc_ (but keep dex_pc_ptr_) by David Srbecky · 5 years ago
  79. 1aff1ef Clean up retrieving boot image address range. by Vladimir Marko · 5 years ago
  80. c1b34d4 Disable JNI native whitelist check by Orion Hodson · 5 years ago
  81. 4d6ca2e Deterministic VerifierDeps::Dump(). by Vladimir Marko · 5 years ago
  82. af213cc Fix ClearEntryPointsInZygoteExecSpace. by Nicolas Geoffray · 5 years ago
  83. 4d71e55 Remove ShadowFrame::HasReferenceArray() by David Srbecky · 5 years ago
  84. 714fad6 Delete tasks when deleting a thread pool. by Nicolas Geoffray · 5 years ago
  85. 05b41c4 Prepare for sharing JIT code after fork. by Nicolas Geoffray · 5 years ago
  86. 3a614ea Add more tests around JitMemoryRegion. by Nicolas Geoffray · 5 years ago
  87. 0d4567f Stack maps: Refactor constructors. by David Srbecky · 5 years ago
  88. cc08c50 ART: Restyle VerifyError by Andreas Gampe · 5 years ago
  89. 43884b2 ART: Coalesce verifier flags into bit struct by Andreas Gampe · 5 years ago
  90. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  91. 01fbfbe Avoid useless EncodeArtMethod followed by DecodeArtMethod by Alex Light · 5 years ago
  92. 88f3fd9 jitzygote: madvise DONTFORK on writable shared region. by Nicolas Geoffray · 5 years ago
  93. ac933ed Create a dual view for zygote data cache. by Nicolas Geoffray · 5 years ago
  94. a48c3df Revert "Revert "Make the JIT zygote memory shared."" by Nicolas Geoffray · 5 years ago
  95. e764f38 Remove unnecessary cache alignment fixes by Orion Hodson · 5 years ago
  96. 31c3daa GC-independent image layout. by Vladimir Marko · 5 years ago
  97. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  98. 3b29053 Revert "Make sure to delete jni_id_manager_ on shutdown." by Nicolas Geoffray · 5 years ago
  99. d5d645f Make sure to delete jni_id_manager_ on shutdown. by Alex Light · 5 years ago
  100. 2fef66b Revert "Make the JIT zygote memory shared." by Nicolas Geoffray · 5 years ago