1. b73114e Set default hidden API policy to dark+black by David Brazdil · 6 years ago
  2. fb74d8b Support system server ART-profiling by Calin Juravle · 6 years ago
  3. 96dca1c Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 6 years ago
  4. 90f8add Always allow agent attach on userdebug builds with kArtTiVersion by Alex Light · 6 years ago
  5. 73ddda4 Log an event on hidden API accesses. by Mathew Inwood · 6 years ago
  6. 80f5fe5 ART: Refactor hidden_api by Andreas Gampe · 6 years ago
  7. a5dc52c More flexible API enforcement policy support. by Mathew Inwood · 6 years ago
  8. c9806b1 Make LOG(INFO) a VLOG(jdwp) by Alex Light · 6 years ago
  9. 8f4b056 Move most of runtime/base to libartbase/base by David Sehr · 6 years ago
  10. 66ff8a8 Revert "Revert "Full-stack integrity: check vdex contents."" by Nicolas Geoffray · 6 years ago
  11. a19b764 Revert "Full-stack integrity: check vdex contents." by Nicolas Geoffray · 6 years ago
  12. d6f914e Full-stack integrity: check vdex contents. by Nicolas Geoffray · 6 years ago
  13. 2bce076 Register tests for profiling after the runtime has started by Calin Juravle · 6 years ago
  14. 7287c4d Add Class.getPrimitiveClass(). by Vladimir Marko · 6 years ago
  15. d7fbc0e Refactor hidden API runtime flag from negative to positive by David Brazdil · 6 years ago
  16. 6540037 Merge "ART: Add option to use stderr logger" by Treehugger Robot · 6 years ago
  17. cd4ddee Merge "Revert^2 "ART: Interpreter support for VarHandle accessors"" by Treehugger Robot · 6 years ago
  18. 928033d Revert^2 "ART: Interpreter support for VarHandle accessors" by Orion Hodson · 6 years ago
  19. 25419b5 ART: Add option to use stderr logger by Andreas Gampe · 6 years ago
  20. a689903 Do not enforce hidden API for boot image and preopt compilation by David Brazdil · 6 years ago
  21. ad66627 Disable hidden API checks for Am by David Brazdil · 6 years ago
  22. 9226522 Only set UI warning on hidden API dark greylist by David Brazdil · 6 years ago
  23. 2e34916 Enable hidden API enforcement by David Brazdil · 6 years ago
  24. bc71892 Merge "Make the runtime default to not allowing JDWP again." by Alex Light · 6 years ago
  25. 5677601 ART: Call ThreadGroup.add for attached threads by Andreas Gampe · 6 years ago
  26. b06bd68 Make the runtime default to not allowing JDWP again. by Alex Light · 6 years ago
  27. ee7d2fd Start warning on hidden API greylist by David Brazdil · 6 years ago
  28. 3e0fa0a Add runtime option for no hidden API access checks by David Brazdil · 6 years ago
  29. a7db026 Add a new runtime option for target SDK version by David Brazdil · 6 years ago
  30. 017adc2 Merge changes from topic "userdebug-jdwp" by Alex Light · 6 years ago
  31. 013fd80 Create an ART-independent DexFileLoader by David Sehr · 6 years ago
  32. 2ce6fc8 Support using adbconnection and openjdkjvmti without JAVA_DEBUGGABLE by Alex Light · 6 years ago
  33. e44ee0c Do not abort if we fail to allocate a thread-peer on shutdown by Alex Light · 6 years ago
  34. 4cb6347 Merge "ART: Take classloader into account for AttachAgent" by Treehugger Robot · 6 years ago
  35. 9e734c7 Create dex subdirectory by David Sehr · 6 years ago
  36. 7b38e69 ART: Take classloader into account for AttachAgent by Andreas Gampe · 6 years ago
  37. b496af8 Merge "ART: Clean up library loading" by Treehugger Robot · 6 years ago
  38. b6f3464 Ensure shutdown thread has a java peer. by Alex Light · 6 years ago
  39. 473191c ART: Clean up library loading by Andreas Gampe · 6 years ago
  40. aadcbc6 ART: Refactor Agent into Agent and AgentSpec by Andreas Gampe · 6 years ago
  41. 55256cb Extensions to check JNI. by Ian Rogers · 6 years ago
  42. fbf9670 Add adbconnection plugin by Alex Light · 6 years ago
  43. 4032071 Add support for selecting alternate JDWP implementations by Alex Light · 6 years ago
  44. b0042b8 Specify INFO log severity for -XX:DumpGCPerformanceOnShutdown by Mathieu Chartier · 6 years ago
  45. 39b378c ART: Factor out gAborting by Andreas Gampe · 6 years ago
  46. 7919db9 Speed up MterpShouldSwitchInterpreters check by Alex Light · 7 years ago
  47. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  48. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  49. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 7 years ago
  50. 5751dc8 Merge "Don't verify dex file when the runtime is in NoVerify mode." by Nicolas Geoffray · 7 years ago
  51. e875f4c Don't verify dex file when the runtime is in NoVerify mode. by Nicolas Geoffray · 7 years ago
  52. d863be7 ART: Move JniConstants::init from ART to libcore by Andreas Gampe · 7 years ago
  53. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  54. cad70a2 Merge "Pass the verify flag to DexFileLoader utilities." am: dfeec3a983 by Nicolas Geoffray · 7 years ago
  55. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  56. ebd60e1 Merge "Remove low RAM special casing for heap growth multiplier" am: 26d46e51a8 by Mathieu Chartier · 7 years ago
  57. 11c273d Remove low RAM special casing for heap growth multiplier by Mathieu Chartier · 7 years ago
  58. b61bb24 Merge "Add -XX:MadviseRandomAccess option" am: 2c8fe470a4 by Mathieu Chartier · 7 years ago
  59. c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 7 years ago
  60. 8e6cf2e Merge "Add DexFileLoader class" am: ce7213d88b by Mathieu Chartier · 7 years ago
  61. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  62. 277a467 Merge "Handle new zygote flags in ART" am: e1fe6a98d4 by Nicolas Geoffray · 7 years ago
  63. e1fe6a9 Merge "Handle new zygote flags in ART" by Nicolas Geoffray · 7 years ago
  64. 0c5edfe Merge changes I8ef4492b,I3c61421d am: e16ed6da59 by Andreas Gampe · 7 years ago
  65. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  66. 68bf390 Handle new zygote flags in ART by Nicolas Geoffray · 7 years ago
  67. 7021287 Merge "ART: Clear JniConstants on shutdown" am: 89c2f5edb0 by Andreas Gampe · 7 years ago
  68. c4cb7c1 ART: Clear JniConstants on shutdown by Andreas Gampe · 7 years ago
  69. 2040eaa Merge changes I88fd4905,Ib8c0a28c am: 47d00f6c46 by Andreas Gampe · 7 years ago
  70. db48a79 ART: Clear WellKnownClasses on shutdown by Andreas Gampe · 7 years ago
  71. 9101bb8 Merge "ART: Change thread dump order on abort" am: afd3acdfd0 by Andreas Gampe · 7 years ago
  72. a3f78fe ART: Change thread dump order on abort by Andreas Gampe · 7 years ago
  73. 7ac34db Merge changes If53d3ee3,I7cc0eea1 am: 078a27af84 am: e00842c852 am: adb075e508 by Mathieu Chartier · 7 years ago
  74. 605fe24 Implemented Nested Transaction by Chang Xing · 7 years ago
  75. 5a906fc Add strict flag in transaction by Chang Xing · 7 years ago
  76. d5ecd38 Merge "ART: Move CHA to ClassLinker" am: 34a986f9d2 am: 748ac7c47c by Andreas Gampe · 7 years ago
  77. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 7 years ago
  78. e21311e Merge "ART: Include cleanup" am: af89a91f05 am: d46189ca94 am: 0945bca230 by Andreas Gampe · 7 years ago
  79. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  80. e5ceff1 Merge changes I87b3fcb3,I971edf31,I5218a57c am: b67d0c0fce am: 37aef1ce80 by Mathieu Chartier · 7 years ago
  81. cade5c3 Track class initializing in transaction by Chang Xing · 7 years ago
  82. 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
  83. 3725e87 Merge "ART: Change method lookup to be more consistent to JLS and the RI." am: 331f4c4e28 am: 0d7c0e75fa by Vladimir Marko · 7 years ago
  84. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  85. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  86. 41e245c Merge "art: use proper nativehelper headers" am: c5b1b067fb am: 78a95b7e12 by Steven Moreland · 7 years ago
  87. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  88. 653d36d Merge "ART: Add stack-dump mode for contention logging" am: d1c983a5bc am: b78c0b2de5 by Andreas Gampe · 7 years ago
  89. d0210e5 ART: Add stack-dump mode for contention logging by Andreas Gampe · 7 years ago
  90. 4f247ab ART: Refactor abort code am: 0ffbe5f14b by Andreas Gampe · 7 years ago
  91. 0ffbe5f ART: Refactor abort code by Andreas Gampe · 7 years ago
  92. 247fc33 ART: Make gAborting an atomic by Andreas Gampe · 7 years ago
  93. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  94. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 7 years ago
  95. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  96. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 7 years ago
  97. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 7 years ago
  98. 5f2a2fc ART: Reserve sentinel early by Andreas Gampe · 7 years ago
  99. 2ac67d5 ART: Reserve sentinel fault page by Andreas Gampe · 7 years ago
  100. fd4d0d3 sigchain: always call InitializeSignalChain on startup. by Josh Gao · 7 years ago