1. be0d3cf Remove remaining MIPS support. by Vladimir Marko · 4 years, 7 months ago
  2. 5265419 Always put the framework profile in the boot image location. by Nicolas Geoffray · 4 years, 7 months ago
  3. 41b605c Remove MIPS support from runtime/. by Vladimir Marko · 4 years, 7 months ago
  4. cf0c6ef Device gtests: Use boot.art instead of core.art. by David Srbecky · 4 years, 7 months ago
  5. 7c2f69e apex_available becomes more correct by Jiyong Park · 4 years, 8 months ago
  6. 9987b74 Fix memfd_create_compat() F_DUPFD call. by Vladimir Marko · 4 years, 7 months ago
  7. 066dd906 Revert "Disable BitStructs::NestedFieldAssignment." by Igor Murashkin · 4 years, 7 months ago
  8. dd14a3d Update old comment in bit_struct_detail.h . by Vladimir Marko · 4 years, 7 months ago
  9. e4207a7 Use consistent storage type in bit structs. by Vladimir Marko · 4 years, 7 months ago
  10. 299141a Fix undefined behavior in BitStruct. by Vladimir Marko · 4 years, 7 months ago
  11. aa6f6f1 Revert "Add temporary logging to MemMap::swap" by Hans Boehm · 4 years, 7 months ago
  12. 78815ee Cleanup endian_utils.h by Alex Light · 4 years, 7 months ago
  13. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 7 months ago
  14. aea71ae Add temporary logging to MemMap::swap by Hans Boehm · 4 years, 7 months ago
  15. 8404f34 Disable BitStructs::NestedFieldAssignment. by Nicolas Geoffray · 4 years, 8 months ago
  16. 628f488 Remove the LogId parameter from libbase's LogMessage by Tom Cherry · 4 years, 8 months ago
  17. 81ba7db Revert^2 "Use framework boot image extension." by Ulyana Trafimovich · 4 years, 9 months ago
  18. 65c18a2 Revert^4 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 4 years, 8 months ago
  19. ead89ef Revert^3 "Add spin loop to mutex, overhaul monitor"" by Hans Boehm · 4 years, 8 months ago
  20. 3d52abe Revert^2 "Add spin loop to mutex, overhaul monitor" by Hans Boehm · 4 years, 10 months ago
  21. 066dd902 Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR by Jiyong Park · 4 years, 9 months ago
  22. 80599a2 Revert submission 1191937-art_apex_available by Joseph Murphy · 4 years, 9 months ago
  23. 1e88f98 Use apex_available property by Jiyong Park · 4 years, 9 months ago
  24. 0d38e85 Keep the debug_frame for some arm32 art libs. by Christopher Ferris · 4 years, 9 months ago
  25. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 9 months ago
  26. 42b9c19 Revert "Use framework boot image extension." by Ulyana Trafimovich · 4 years, 9 months ago
  27. b7bf843 Use provided dex filenames in oat file. by Vladimir Marko · 4 years, 9 months ago
  28. 5c8cc64 Use framework boot image extension. by Ulya Trafimovich · 4 years, 10 months ago
  29. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 4 years, 9 months ago
  30. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 9 months ago
  31. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 9 months ago
  32. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 10 months ago
  33. feba264 Make HashSet behave like std::unordered_set... by Vladimir Marko · 4 years, 10 months ago
  34. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 4 years, 10 months ago
  35. 267366c Only allow access to @TestApi signatures in instrumented processes. by Artur Satayev · 4 years, 10 months ago
  36. c7c711b Remove visibility exceptions for view_compiler by Orion Hodson · 4 years, 10 months ago
  37. 201ffea Add tests for GreylistMaxQ. by Artur Satayev · 4 years, 10 months ago
  38. 8852e53 [jitzygote] Remap boot boot image methods in zygote when single-threaded. by Nicolas Geoffray · 4 years, 10 months ago
  39. e3884e3 [jitzygote] Map the boot image fd after the contents have been written. by Nicolas Geoffray · 4 years, 10 months ago
  40. 8b236fa Remove visibility to ART internals for //cts/tests/tests/appop. by Martin Stjernholm · 5 years ago
  41. 35cffd6 Remove visibility to ART internals for a test that doesn't need it. by Martin Stjernholm · 5 years ago
  42. 9381555 Remove simpleperf visibility to ART internals. by Martin Stjernholm · 5 years ago
  43. 0a51605 Revert "Make compiler/optimizing/ symbols hidden." by Vladimir Marko · 5 years ago
  44. e272715 Make compiler/optimizing/ symbols hidden. by Vladimir Marko · 5 years ago
  45. 39c399a Report any non-app signatures. by Artur Satayev · 5 years ago
  46. b55ef65 Improve VLOG_STREAM by Alex Light · 5 years ago
  47. 8b95995 Restructure the profile compilation info tests by Calin Juravle · 5 years ago
  48. 7acb846 Allow excluding API list values via command line arguments. by Artur Satayev · 5 years ago
  49. e58624f Various renames following the name change from "Runtime APEX" to "ART APEX". by Martin Stjernholm · 5 years ago
  50. b4abe0a Limit visibility of ART libraries, binaries, and headers. by Martin Stjernholm · 5 years ago
  51. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  52. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  53. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  54. 3f43b93 libartbase: Check kernel support for membarrier(2) by Wang Han · 5 years ago
  55. d6fa4f2 Add some helper functions/constructors to ArraySlice by Alex Light · 5 years ago
  56. 4945b29 hiddenapi: add 'test-api' flag into dex files. by Mariia Feofanova · 5 years ago
  57. d6be5da Update references to the ART APEX for tests. by Martin Stjernholm · 5 years ago
  58. ad909af Update references to the ART APEX. by Martin Stjernholm · 5 years ago
  59. ccb0b5f jitzyogte: madvise away dex files after compilation. by Nicolas Geoffray · 5 years ago
  60. 323e8c6 Fix out-of-bounds read in ApiList::Dump. by Peter Collingbourne · 5 years ago
  61. 759845f Separate ICU4J from core-libart by Victor Chang · 5 years ago
  62. 6461124 Remove icu .dat file from Runtime module by Victor Chang · 5 years ago
  63. 27351be Switch-interpreter: Add flatten attribute to handlers. by David Srbecky · 5 years ago
  64. 8d6651d Disable jit_memory_region_test tests on buggy kernels. by Nicolas Geoffray · 5 years ago
  65. 3a614ea Add more tests around JitMemoryRegion. by Nicolas Geoffray · 5 years ago
  66. 88f3fd9 jitzygote: madvise DONTFORK on writable shared region. by Nicolas Geoffray · 5 years ago
  67. 025bba4 Stack maps: Micro-optimize LoadBits by David Srbecky · 5 years ago
  68. 591b1d2 ART: Ensure SlowDebug is enabled in all gtests by Andreas Gampe · 5 years ago
  69. aeb0223 Retry cache flushes on ARMv7 devices by Orion Hodson · 5 years ago
  70. 1e52a07 Correct Indicies -> Indices by Alex Light · 5 years ago
  71. 145a18a Stack walk: Cache CodeInfo and StackMap for current PC. by David Srbecky · 5 years ago
  72. 6c0c7c8 Stack maps: Micro-optimize ReadInterleavedVarints by David Srbecky · 5 years ago
  73. 6c4ec5c Revert^2 "Stack maps: Interleave consecutive varints." by David Srbecky · 5 years ago
  74. 1b2a49b Revert "Stack maps: Interleave consecutive varints." by Raylin Hsu · 5 years ago
  75. a2b3456 Stack maps: Interleave consecutive varints. by David Srbecky · 5 years ago
  76. 1dd670c Add errno message in RemapAtEnd error. by Nicolas Geoffray · 5 years ago
  77. 697c47a Stack maps: Handle special cases using flags. by David Srbecky · 5 years ago
  78. 2411f49 Add helpers to allocate JIT memory in zygote. by Nicolas Geoffray · 5 years ago
  79. d91f841 ART: Log approximate arena usage for slow verifier runs by Andreas Gampe · 5 years ago
  80. 1adb04f Avoid coercing to key type in SafeMap by Alex Light · 5 years ago
  81. 3fae129 Move IntrusiveForwardList<> to libartbase. by Vladimir Marko · 5 years ago
  82. 90ffe12 Add sim of time zone data module files for target by Neil Fuller · 5 years ago
  83. dddb6de ART: Remove superfluous logging by Andreas Gampe · 5 years ago
  84. 67ba872 Optimize stack map decoding. by David Srbecky · 5 years ago
  85. 5bf2dbd Use conservative permissions when creating files in ART by Calin Juravle · 5 years ago
  86. 639e73b Revert^2 "Add AddToDexClassloader JVMTI extension functions" by Alex Light · 5 years ago
  87. 0dc93b1 ART: Run bpfmt over ART's blueprint files by Andreas Gampe · 5 years ago
  88. 43e7243 ART: Remove file_utils' ReadFileToString by Andreas Gampe · 5 years ago
  89. 2388ae5 ART: Place conditionally needed include in #ifdef by Andreas Gampe · 5 years ago
  90. 3ba32d9 ART: Remove assert include (iwyu) by Andreas Gampe · 5 years ago
  91. f41232e Incorporate additional feedback to native JNI checks by Orion Hodson · 5 years ago
  92. 077872d Allow APEX binaries to access fields and methods via JNI by Orion Hodson · 5 years ago
  93. 5515310 Try harder to support gtests with non-standard build config by Alex Light · 5 years ago
  94. cbe6d4a Fix double loading check for Darwin by Orion Hodson · 5 years ago
  95. 70d91fe ART: Disable check for Mac by Andreas Gampe · 5 years ago
  96. 1389dd4 Track libziparchive API change. by Elliott Hughes · 5 years ago
  97. 765b2a0 Add -verbose:interpreter by Mathieu Chartier · 5 years ago
  98. b74f307 ART: IWYU for HiddenApi domain by Andreas Gampe · 5 years ago
  99. 356864a Add libdexfiled_external to the debug Runtime APEX. by Martin Stjernholm · 5 years ago
  100. 6ae463f hiddenapi, class2greylist: Add support for greylist-max-q by David Brazdil · 5 years ago