1. 4345aac Cleanup some usages of include_dirs by Paul Duffin · 5 years ago
  2. 79d6c80 Revert^2 "Support using opaque JNI ids" by Alex Light · 5 years ago
  3. b476a29 Revert "Support using opaque JNI ids" by Nicolas Geoffray · 5 years ago
  4. 21d5994 Support using opaque JNI ids by Alex Light · 5 years ago
  5. 2411f49 Add helpers to allocate JIT memory in zygote. by Nicolas Geoffray · 5 years ago
  6. 2a905b2 Move memory related regions of the JIT cache in its own class. by Nicolas Geoffray · 5 years ago
  7. ba26b51 ART: Skip all-threads dump on abort if locks are held by Andreas Gampe · 5 years ago
  8. 616f400 Move libsigchain out of static/shared properties by Colin Cross · 5 years ago
  9. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  10. 552a134 ART: Optimize StringBuilder append pattern. by Vladimir Marko · 7 years ago
  11. 7711c35 Fix debug/release dependencies on libartbase by David Srbecky · 5 years ago
  12. 2e2c45e Plumb tombstoned connections through PALette. by Martin Stjernholm · 5 years ago
  13. f160394 Rewrite backtrace-helper to use Unwinder directly. by David Srbecky · 5 years ago
  14. fc8e759 art: remove unnecessary references to external/zlib. by Elliott Hughes · 5 years ago
  15. 268aa30 Add dependency on libdl_android by dimitry · 6 years ago
  16. 35a3f6a Create vdex file for dex loaded with InMemoryDexClassLoader by David Brazdil · 6 years ago
  17. f52d92f ObjPtr<>-ify Monitor/-Pool. by Vladimir Marko · 5 years ago
  18. 621c880 ObjPtr<>-ify mirror::CallSite. by Vladimir Marko · 5 years ago
  19. 5092811 Move elf_utils.h to libelffile library as well. by David Srbecky · 5 years ago
  20. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 6 years ago
  21. 2faab00 Create libelffile library for ELF file manipulation. by David Srbecky · 6 years ago
  22. 21b6568 Unload native libraries during shutdown. by Nicolas Geoffray · 6 years ago
  23. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  24. 2b076df Make jni_internal_test a CommonRuntimeTest. by Vladimir Marko · 6 years ago
  25. 119733d Revert "Revert "ART: introduce PALette abstraction layer"" by Orion Hodson · 6 years ago
  26. e6e01a0 Revert "ART: introduce PALette abstraction layer" by Orion Hodson · 6 years ago
  27. 4b9d00a ART: introduce PALette abstraction layer by Orion Hodson · 6 years ago
  28. b72a6a9 DO NOT MERGE: Revert "Revert "ART: add libprocessgroup dependency and fix sched_policy include"" by Suren Baghdasaryan · 6 years ago
  29. b3eff8a DO NOT MERGE: Revert "ART: add libprocessgroup dependency and fix sched_policy include" by Suren Baghdasaryan · 6 years ago
  30. fbdbccc ART: add libprocessgroup dependency and fix sched_policy include by Suren Baghdasaryan · 6 years ago
  31. 8764dc3 ART: Use iosfwd more by Andreas Gampe · 6 years ago
  32. 9e73631 Merge "Include ICU4C cc_library_headers instead of a directory" by vichang · 6 years ago
  33. 5ce7e0d Merge changes from topic "dexfile-hooks" by Martin Stjernholm · 6 years ago
  34. 0a2cdf3 Include ICU4C cc_library_headers instead of a directory by Victor Chang · 6 years ago
  35. fcf213c Merge "Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest" by vichang · 6 years ago
  36. b3d2e83 Add minimal libdexfile API for external users. by Martin Stjernholm · 6 years ago
  37. 7cc45fd ART: Factor out lock order and holder from mutexes by Andreas Gampe · 6 years ago
  38. 18642a3 Remove unused ICU4C headers in libartbase-art-gtest and libart-runtime-gtest by Victor Chang · 6 years ago
  39. b56e835 Merge "Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64)." by Roland Levillain · 6 years ago
  40. 4355162 Revert^2 "Link lzma and lz4 compression libs statically into libartbase and use that" by Martin Stjernholm · 6 years ago
  41. 9960cbc Revert "Link lzma and lz4 compression libs statically into libartbase and use that" by Annie Meng · 6 years ago
  42. 21579be Link lzma and lz4 compression libs statically into libartbase and use that by Martin Stjernholm · 6 years ago
  43. 12dd9ae Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64). by Roland Levillain · 6 years ago
  44. 65ed42a Revert "Link compression libs statically into libartbase and use those everywhere." by Nicolas Geoffray · 6 years ago
  45. 8a94003 Link compression libs statically into libartbase and use those everywhere. by Martin Stjernholm · 6 years ago
  46. 7d1c049 Merge changes from topic "socket_peer_is_trusted" by Treehugger Robot · 6 years ago
  47. c2efd4d Remove libcutils socket_peer_is_trusted dependency. by Elliott Hughes · 6 years ago
  48. 2ee09ff Split interpreter_switch_impl.cc by David Srbecky · 6 years ago
  49. 50b4743 Move cpp-define related static_assert to runtime. by David Srbecky · 6 years ago
  50. 8e7d0cb Merge "Rewrite cpp-define-generator" by David Srbecky · 6 years ago
  51. 0adf4d8 Rewrite cpp-define-generator by David Srbecky · 6 years ago
  52. b2f61f9 Revert "Disable lld for unrecognized --keep-unique flag." by Chih-hung Hsieh · 6 years ago
  53. 912f36c Add small thread-local cache for use by the interpreter. by David Srbecky · 6 years ago
  54. bfbc654 Remove intermediate mterp files from the repository. by David Srbecky · 6 years ago
  55. ec5ed06 ART: Refactor static include list by Andreas Gampe · 7 years ago
  56. 543d845 Revert^2 "Move GCStress BacktraceHelper to libbacktrace" by Alex Light · 6 years ago
  57. 7d3256a Revert "Move GCStress BacktraceHelper to libbacktrace" by Alex Light · 6 years ago
  58. 9491694 Move GCStress BacktraceHelper to libbacktrace by Alex Light · 6 years ago
  59. 955f0ba Use clang integrated assembler. by Chih-Hung Hsieh · 6 years ago
  60. 69de3ce ART: Remove libziparchive dependency by Andreas Gampe · 6 years ago
  61. c0ed43e ART: Move CheckJNI to runtime/jni by Andreas Gampe · 6 years ago
  62. e140212 Move some helper methods to DexRegisterLocation. by David Srbecky · 6 years ago
  63. 1fed343 Move profile testing to CommonArtTest by David Sehr · 6 years ago
  64. 6834d34 Remove mirror::Reference::java_lang_ref_Reference. by Vladimir Marko · 6 years ago
  65. b4eb1b1 Refactor ClassRoot/GetClassRoot(). by Vladimir Marko · 6 years ago
  66. 1f01016 Move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  67. 537a4fe ART: Add VarHandle accessors to invoke-polymorphic entrypoint by Orion Hodson · 6 years ago
  68. a128781 Merge "Conditionalize LocAccessToEvent on Android target build." by Nicolas Geoffray · 6 years ago
  69. 8a22907 Conditionalize LocAccessToEvent on Android target build. by Nicolas Geoffray · 6 years ago
  70. c3e1895 Prepare to move ArtDexFileLoader to libdexfile by David Sehr · 6 years ago
  71. adc9086 Revert "Revert "Do not load app image for class collisions"" by Mathieu Chartier · 6 years ago
  72. 2c7e13b Revert "Do not load app image for class collisions" by Mathieu Chartier · 6 years ago
  73. d8860b4 Do not load app image for class collisions by Vladimir Marko · 6 years ago
  74. 96e754c ART: Remove unused JobjectComparator. by Vladimir Marko · 6 years ago
  75. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  76. 1724520 Use tron for logging hidden API accesses. by Mathew Inwood · 6 years ago
  77. d5f8de8 Add CommonArtTest by David Sehr · 6 years ago
  78. 82d046e Add a profiling library by David Sehr · 6 years ago
  79. 550ea7b Merge "Disable lld for unrecognized --keep-unique flag." by Treehugger Robot · 6 years ago
  80. 74b9994 Merge "Move profile dependent modules to libartbase" by Treehugger Robot · 6 years ago
  81. 79e2607 Move profile dependent modules to libartbase by David Sehr · 6 years ago
  82. d5d597f Disable lld for unrecognized --keep-unique flag. by Chih-Hung Hsieh · 7 years ago
  83. 203d5d8 Merge "ART: Memory order updates to trace.{h,cc}" by Treehugger Robot · 6 years ago
  84. 283ad2d ART: Memory order updates to trace.{h,cc} by Orion Hodson · 6 years ago
  85. 9c4a015 Move more runtime code to libartbase, libdexfile by David Sehr · 6 years ago
  86. f8e5d8c Delete MarkCompact GC by Mathieu Chartier · 6 years ago
  87. 1ce5432 Merge "Move remaining runtime/base stuff to libartbase" by Treehugger Robot · 6 years ago
  88. 6fcf35b Merge "Fix and extend debugging output for bug 74410240." by Vladimir Marko · 6 years ago
  89. 1ce2b3b Move remaining runtime/base stuff to libartbase by David Sehr · 6 years ago
  90. 606adb3 Fix and extend debugging output for bug 74410240. by Vladimir Marko · 6 years ago
  91. 3215fff Separate Malloc and MemMap ArenaPools by David Sehr · 6 years ago
  92. aa12001 ART: Refactor hidden_api by Andreas Gampe · 6 years ago
  93. 4bf07f6 Merge "Support for API exemptions from API blacklisting." by Treehugger Robot · 6 years ago
  94. 7d74ef5 Support for API exemptions from API blacklisting. by Mathew Inwood · 7 years ago
  95. fd8bb93 Enable ThinLTO for libart by Yi Kong · 7 years ago
  96. 281fee0 ART: Remove static libbase by Andreas Gampe · 7 years ago
  97. c431b9d Move most of runtime/base to libartbase/base by David Sehr · 7 years ago
  98. 67bf42e Header library to remove dependence on runtime/ by David Sehr · 7 years ago
  99. 63e9e87 Merge "Add timestamps to JIT/DEX native debug info." by David Srbecky · 7 years ago
  100. b2f1edc Merge "Remove duplication, split tests" by David Sehr · 7 years ago