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