1. 42da7e6 Compile libart.so and libart-compiler.so with 2MB section alignment. by Collin Fijalkovich · 3 years, 5 months ago
  2. f8f2cab Rename setters to conform Android API guidelines by Nikita Iashchenko · 3 years, 5 months ago
  3. e36df26 Update registerAppInfo signatures to accomodate more data. by Calin Juravle · 3 years, 5 months ago
  4. b772ec8 [metrics] Add prebuilt and cmdline compilation reason by Eric Holk · 3 years, 5 months ago
  5. ca49061 Improve OOME log message informing OOME before heap full by Lokesh Gidra · 3 years, 5 months ago
  6. a1d7f72 Use odex_location instead of oat_file->GetLocation. by Nicolas Geoffray · 3 years, 5 months ago
  7. 7169ee6 Avoid timeout with >= 1 billion nsecs by Hans Boehm · 3 years, 5 months ago
  8. e1484e9 Dump java backtrace when contending lock too long time. by wangguibo · 3 years, 6 months ago
  9. a6cb451 Add Java Heap Profiler sampling to large space allocations. by Wessam Hassanein · 3 years, 5 months ago
  10. 93c28ed Use the system namespace to get the right permitted paths for loading OAT files. by Martin Stjernholm · 3 years, 5 months ago
  11. 2ef367a Ensure verifier deps in the vdex file are 4-byte aligned. by Nicolas Geoffray · 3 years, 5 months ago
  12. 8ffaef9 Remove BUILDING_LIBART macro. by Vladimir Marko · 3 years, 5 months ago
  13. 022f9e5 Enable strict gcstress unwind checks. by David Srbecky · 3 years, 5 months ago
  14. ec06809 Reland "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 5 months ago
  15. 8e270af Stricter gcstress unwind checks. by David Srbecky · 3 years, 5 months ago
  16. 3606cc6 Do not try to do OSR in transactional interpreter. by Vladimir Marko · 3 years, 5 months ago
  17. b1db5a1 [art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs by Sekyeong Heo · 3 years, 10 months ago
  18. f7f97d2 Avoid invalidating kInstrumented via suspension by Hans Boehm · 3 years, 6 months ago
  19. 81a6bd5 Fix unwinding for art_quick_generic_jni_trampoline by David Srbecky · 3 years, 5 months ago
  20. 9a5a2b8 Fix debug symbol for art_quick_throw_null_pointer_exception_from_signal by David Srbecky · 3 years, 5 months ago
  21. 053e138 Link libvixl statically. by Vladimir Marko · 3 years, 5 months ago
  22. bcec38f Do not sleep while waiting for GC by Hans Boehm · 3 years, 5 months ago
  23. 6958df9 Use cached memory for gcstress unwinds. by David Srbecky · 3 years, 5 months ago
  24. 39d4df6 Revert "Devirtualize to HInvokeStaticOrDirect." by Nicolas Geoffray · 3 years, 5 months ago
  25. a28c827 Use `quick_exit` instead of `_exit` (except for error handling). by Roland Levillain · 3 years, 5 months ago
  26. 6e1b7d8 Add heterogenous lookup to Thread::custom_tls_ by Alex Light · 3 years, 5 months ago
  27. 0877daf Avoid the warning heapprofd_client_api.so does not include an by Wessam Hassanein · 3 years, 5 months ago
  28. 5024ddf Devirtualize to HInvokeStaticOrDirect. by Nicolas Geoffray · 3 years, 5 months ago
  29. 5859b68 Clean up `ResetOffset()` calls in profile tests. by Vladimir Marko · 3 years, 5 months ago
  30. 107d22b Handle potential race in oat file loading. by Nicolas Geoffray · 3 years, 5 months ago
  31. 8078996 Handle a potential race when verifying dex files in the background. by Nicolas Geoffray · 3 years, 5 months ago
  32. d808f69 string_view: handle with care. by Nicolas Geoffray · 3 years, 5 months ago
  33. 5c4d0df Revert^2 "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 5 months ago
  34. d3c45c2 Add apex versions in oat file headers. by Nicolas Geoffray · 3 years, 5 months ago
  35. 0bc9bef Allow apps to be profileable by trusted system services. by Florian Mayer · 3 years, 5 months ago
  36. afff758 Revert "Solidify GC triggering and reporting" by Hans Boehm · 3 years, 5 months ago
  37. 61c6242 Remove RETURN_VOID_NO_BARRIER byte-code. by David Srbecky · 3 years, 5 months ago
  38. 1dab575 Remove some dead code around ClassTable. by Vladimir Marko · 3 years, 7 months ago
  39. baf563d odrefresh: Add support for uploading stats by Orion Hodson · 3 years, 6 months ago
  40. c3db254 Revert^2 "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 6 months ago
  41. a220980 dex2oat: Expect boot image profiles for boot image. by Vladimir Marko · 3 years, 6 months ago
  42. 8f187c3 Add static asserts we have a full list of mirror classes by Alex Light · 3 years, 6 months ago
  43. 6d5a49c Solidify GC triggering and reporting by Hans Boehm · 3 years, 7 months ago
  44. ffafe8b Clean up Handle<> comparison with null. by Vladimir Marko · 3 years, 6 months ago
  45. 13ab541 Static libunwindstack has a static dependency on libasync_safe. by Martin Stjernholm · 3 years, 6 months ago
  46. 2cca1e0 Add number of methods to OatClass. by Vladimir Marko · 3 years, 6 months ago
  47. 1c7d0ce Extra OatDexFile checks when defining classes. by Vladimir Marko · 3 years, 6 months ago
  48. 4501517 Revert "Add hooks in palette for reporting JNI invocations." by Nicolas Geoffray · 3 years, 6 months ago
  49. 68c0758 Clean up defining classes in ClassLinker. by Vladimir Marko · 3 years, 6 months ago
  50. 3d76ebe Change OatClassType to enum class. by Vladimir Marko · 3 years, 6 months ago
  51. 511392f Add hooks in palette for reporting JNI invocations. by Nicolas Geoffray · 3 years, 6 months ago
  52. 525fa42 Revert "Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile."" by Nicolas Geoffray · 3 years, 6 months ago
  53. 0744d72 Fix race in GetPrimaryOatFile. by Nicolas Geoffray · 3 years, 6 months ago
  54. 0b94328 Reland "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 6 months ago
  55. 656fdcd Revert "Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile." by David Srbecky · 3 years, 6 months ago
  56. 640c448 Revert "Move the type lookup table to vdex." by Nicolas Geoffray · 3 years, 6 months ago
  57. f4d05ff Clean up profile tests. by Vladimir Marko · 3 years, 6 months ago
  58. c005ada Move the type lookup table to vdex. by Nicolas Geoffray · 3 years, 6 months ago
  59. c8fe651 Integrate ClassLoaderContext check in OatFileAssistant::GetBestOatFile. by Nicolas Geoffray · 3 years, 6 months ago
  60. 3302290 Switch mterp to python3. by Vladimir Marko · 3 years, 6 months ago
  61. d3e9ff3 Merge libdexfile_external into libdexfile (reland 2). by Martin Stjernholm · 3 years, 7 months ago
  62. 8731e70 Add a test and CHECKs around the combination of CHA and default methods. by Nicolas Geoffray · 3 years, 6 months ago
  63. a2f48a4 Fix apex_available lists to avoid APEX stubs between internal libs. by Martin Stjernholm · 3 years, 6 months ago
  64. 0983f59 Inline CodeInfo::DecodeCodeSize by David Srbecky · 3 years, 6 months ago
  65. 669756d Revert "Merge libdexfile_external into libdexfile (reland)." by Ulyana Trafimovich · 3 years, 6 months ago
  66. 14d9155 Merge libdexfile_external into libdexfile (reland). by Martin Stjernholm · 3 years, 7 months ago
  67. 722992f Revert^2 "[metrics] Report CompilationReason and CompilerFilter" by Eric Holk · 3 years, 6 months ago
  68. 6f7e98e Add a __x86.get_pc_thunk.bx helper function by Ryan Prichard · 3 years, 6 months ago
  69. c76fbf0 Fix script when using --verify-soft-fail and --jit. by Nicolas Geoffray · 3 years, 6 months ago
  70. 97af733 Revert "Enable strict unwind check in gcstress." by David Srbecky · 3 years, 6 months ago
  71. 8b07c65 Revert "[metrics] Report CompilationReason and CompilerFilter" by Calin Juravle · 3 years, 6 months ago
  72. 50419f2 Fix crash with secondary dex files on low RAM devices. by Nicolas Geoffray · 3 years, 6 months ago
  73. f9bf4ef [metrics] Report CompilationReason and CompilerFilter by Eric Holk · 3 years, 7 months ago
  74. f442a84 Revert "Merge libdexfile_external into libdexfile." by Nikita Ioffe · 3 years, 6 months ago
  75. 5557553 Revert "Avoid internal APEX stubs for libsigchain and clean up e..." by Nikita Ioffe · 3 years, 6 months ago
  76. 30ba3a0 Protect the construction of the verification thread pool. by Nicolas Geoffray · 3 years, 6 months ago
  77. fae2be2 Enable strict unwind check in gcstress. by David Srbecky · 3 years, 6 months ago
  78. a3e1240 Add option to do strict unwind checks in gcstress by David Srbecky · 3 years, 7 months ago
  79. af61f50 Reland "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 6 months ago
  80. efe9a3d Allow /data odex files to be already loaded when creating app zygotes. by Nicolas Geoffray · 3 years, 6 months ago
  81. 73d4e11 Avoid internal APEX stubs for libsigchain and clean up exported symbols. by Martin Stjernholm · 3 years, 6 months ago
  82. 848fc80 Merge libdexfile_external into libdexfile. by Martin Stjernholm · 3 years, 7 months ago
  83. b2a1416 [metrics] Add JitMethodCompileCount by Eric Holk · 3 years, 6 months ago
  84. ac57691 dex2oat: Do not crash on InitializeClass() exceptions. by Vladimir Marko · 3 years, 6 months ago
  85. 9d393d5 Restore code inadvertently removed. by Nicolas Geoffray · 3 years, 6 months ago
  86. 9bc364b Support background verification of secondary dex files. by Nicolas Geoffray · 3 years, 6 months ago
  87. dbcf4a2 Revert "Change JNI behavior related to hiddenapi." by Nicolas Geoffray · 3 years, 6 months ago
  88. 66ab9d6 Workaround for b/145491866 by Nicolas Geoffray · 3 years, 6 months ago
  89. 0685b98 Abort transaction when Class.forName() fails. by Vladimir Marko · 3 years, 7 months ago
  90. 579db19 Change JNI behavior related to hiddenapi. by Nicolas Geoffray · 3 years, 6 months ago
  91. 2946b1b Add two more fields in ART metrics (apk type and isa). by yawanng · 3 years, 7 months ago
  92. eea5c5d [metrics] Add additional statsd datum mappings by Eric Holk · 3 years, 7 months ago
  93. 982eced Remove '&' class loader context. by Nicolas Geoffray · 3 years, 6 months ago
  94. 09108b2 Also look for boot classpath files in DexFile_getDexFileOutputPaths. by Nicolas Geoffray · 3 years, 7 months ago
  95. c5cd589 Remove QUICK bytecodes. by David Srbecky · 3 years, 7 months ago
  96. a129d8a Revamp vdex format for better extensibility. by Nicolas Geoffray · 3 years, 7 months ago
  97. ec7b194 Fix UnstartedRunime leaking local reference. by Vladimir Marko · 3 years, 7 months ago
  98. 43c9cd7 Improve nterp -> compiled code transitions. by Nicolas Geoffray · 3 years, 7 months ago
  99. 22a6162 Inherit art_defaults in some recently added native libraries. by Martin Stjernholm · 3 years, 7 months ago
  100. 40cd07c Add a fast path for nterp entrypoint to avoid fetching the shorty. by Nicolas Geoffray · 3 years, 7 months ago