1. 7919db9 Speed up MterpShouldSwitchInterpreters check by Alex Light · 7 years ago
  2. 33bff25 ART: Make InstructionSet an enum class and add kLast. by Vladimir Marko · 7 years ago
  3. 891a50e Separate file utilities from utils.cc by David Sehr · 7 years ago
  4. 26ef34c ART: Move intrinsics definitions to runtime by Orion Hodson · 7 years ago
  5. 5751dc8 Merge "Don't verify dex file when the runtime is in NoVerify mode." by Nicolas Geoffray · 7 years ago
  6. e875f4c Don't verify dex file when the runtime is in NoVerify mode. by Nicolas Geoffray · 7 years ago
  7. d863be7 ART: Move JniConstants::init from ART to libcore by Andreas Gampe · 7 years ago
  8. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  9. cad70a2 Merge "Pass the verify flag to DexFileLoader utilities." am: dfeec3a983 by Nicolas Geoffray · 7 years ago
  10. 095c6c9 Pass the verify flag to DexFileLoader utilities. by Nicolas Geoffray · 7 years ago
  11. ebd60e1 Merge "Remove low RAM special casing for heap growth multiplier" am: 26d46e51a8 by Mathieu Chartier · 7 years ago
  12. 11c273d Remove low RAM special casing for heap growth multiplier by Mathieu Chartier · 7 years ago
  13. b61bb24 Merge "Add -XX:MadviseRandomAccess option" am: 2c8fe470a4 by Mathieu Chartier · 7 years ago
  14. c42cb0e Add -XX:MadviseRandomAccess option by Mathieu Chartier · 7 years ago
  15. 8e6cf2e Merge "Add DexFileLoader class" am: ce7213d88b by Mathieu Chartier · 7 years ago
  16. 79c87da Add DexFileLoader class by Mathieu Chartier · 7 years ago
  17. 277a467 Merge "Handle new zygote flags in ART" am: e1fe6a98d4 by Nicolas Geoffray · 7 years ago
  18. e1fe6a9 Merge "Handle new zygote flags in ART" by Nicolas Geoffray · 7 years ago
  19. 0c5edfe Merge changes I8ef4492b,I3c61421d am: e16ed6da59 by Andreas Gampe · 7 years ago
  20. e2abbc6 ART: Move kDexNoIndex to dex_file_types.h by Andreas Gampe · 7 years ago
  21. 68bf390 Handle new zygote flags in ART by Nicolas Geoffray · 7 years ago
  22. 7021287 Merge "ART: Clear JniConstants on shutdown" am: 89c2f5edb0 by Andreas Gampe · 7 years ago
  23. c4cb7c1 ART: Clear JniConstants on shutdown by Andreas Gampe · 7 years ago
  24. 2040eaa Merge changes I88fd4905,Ib8c0a28c am: 47d00f6c46 by Andreas Gampe · 7 years ago
  25. db48a79 ART: Clear WellKnownClasses on shutdown by Andreas Gampe · 7 years ago
  26. 9101bb8 Merge "ART: Change thread dump order on abort" am: afd3acdfd0 by Andreas Gampe · 7 years ago
  27. a3f78fe ART: Change thread dump order on abort by Andreas Gampe · 7 years ago
  28. 7ac34db Merge changes If53d3ee3,I7cc0eea1 am: 078a27af84 am: e00842c852 am: adb075e508 by Mathieu Chartier · 7 years ago
  29. 605fe24 Implemented Nested Transaction by Chang Xing · 7 years ago
  30. 5a906fc Add strict flag in transaction by Chang Xing · 7 years ago
  31. d5ecd38 Merge "ART: Move CHA to ClassLinker" am: 34a986f9d2 am: 748ac7c47c by Andreas Gampe · 7 years ago
  32. c1ac9ee ART: Move CHA to ClassLinker by Andreas Gampe · 7 years ago
  33. e21311e Merge "ART: Include cleanup" am: af89a91f05 am: d46189ca94 am: 0945bca230 by Andreas Gampe · 7 years ago
  34. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  35. e5ceff1 Merge changes I87b3fcb3,I971edf31,I5218a57c am: b67d0c0fce am: 37aef1ce80 by Mathieu Chartier · 7 years ago
  36. cade5c3 Track class initializing in transaction by Chang Xing · 7 years ago
  37. 16d1dd8 Move transaction creation to runtime by Chang Xing · 7 years ago
  38. 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
  39. 331f4c4 Merge "ART: Change method lookup to be more consistent to JLS and the RI." by Treehugger Robot · 7 years ago
  40. ba11882 ART: Change method lookup to be more consistent to JLS and the RI. by Vladimir Marko · 7 years ago
  41. 41e245c Merge "art: use proper nativehelper headers" am: c5b1b067fb am: 78a95b7e12 by Steven Moreland · 7 years ago
  42. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  43. 653d36d Merge "ART: Add stack-dump mode for contention logging" am: d1c983a5bc am: b78c0b2de5 by Andreas Gampe · 7 years ago
  44. d0210e5 ART: Add stack-dump mode for contention logging by Andreas Gampe · 7 years ago
  45. 4f247ab ART: Refactor abort code am: 0ffbe5f14b by Andreas Gampe · 7 years ago
  46. 0ffbe5f ART: Refactor abort code by Andreas Gampe · 7 years ago
  47. 247fc33 ART: Make gAborting an atomic by Andreas Gampe · 7 years ago
  48. 51d80cc ART: Refactor abort code by Andreas Gampe · 7 years ago
  49. b2d18fa ART: Clean up asm_support.h by Andreas Gampe · 7 years ago
  50. 8228cdf ART: Move CalleeSaveType to callee_save_type.h by Andreas Gampe · 7 years ago
  51. d482e73 ART: More header cleanup - runtime.h by Andreas Gampe · 8 years ago
  52. eb71033 ART: Use file descriptors handed out by tombstoned for traces. by Narayan Kamath · 7 years ago
  53. 5f2a2fc ART: Reserve sentinel early by Andreas Gampe · 7 years ago
  54. 2ac67d5 ART: Reserve sentinel fault page by Andreas Gampe · 7 years ago
  55. fd4d0d3 sigchain: always call InitializeSignalChain on startup. by Josh Gao · 8 years ago
  56. 6e64445 ART: Make GC Pause Listener more precise by Andreas Gampe · 7 years ago
  57. 4e92c3c Add runtime reasons for deopt. by Nicolas Geoffray · 7 years ago
  58. 19052df Merge "ART: Change shutdown order" by Treehugger Robot · 8 years ago
  59. 8275fba runtime: Properly unload partially loaded image spaces by Igor Murashkin · 8 years ago
  60. c4bed16 ART: Change shutdown order by Andreas Gampe · 8 years ago
  61. 4e868fa Make vdex and dexlayout compatible. by Nicolas Geoffray · 8 years ago
  62. 4dc06e2 Merge "Rename and obsolete compiler filter names." by Nicolas Geoffray · 8 years ago
  63. cf7d5d6 Merge "ART: Support per PID stack trace files." by Narayan Kamath · 8 years ago
  64. 84695ae ART: Support per PID stack trace files. by Narayan Kamath · 8 years ago
  65. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  66. 49cda06 Rename and obsolete compiler filter names. by Nicolas Geoffray · 8 years ago
  67. a25504e Call mirror::CallSite::VisitRoots by Mathieu Chartier · 8 years ago
  68. 1d49501 Fix -XX:DumpGCPerformanceOnShutdown for debug builds by Mathieu Chartier · 8 years ago
  69. f9c917f Allow -Xjitsaveprofilinginfo for system server by Mathieu Chartier · 8 years ago
  70. fe4b223 Merge "Accept output profile path from dalvikvm command" by Calin Juravle · 8 years ago
  71. 9545f6d Accept output profile path from dalvikvm command by Calin Juravle · 8 years ago
  72. 8f2b925 Merge "ART: Get rid of most of java.lang.DexCache." by Narayan Kamath · 8 years ago
  73. 6b2dc31 ART: Get rid of most of java.lang.DexCache. by Narayan Kamath · 8 years ago
  74. a345d31 Ensure the profile is written to disk at shutdown by Calin Juravle · 8 years ago
  75. 77651c4 ART: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  76. e00e559 Fix java.lang.Void.TYPE (void.class) initialization. by Vladimir Marko · 8 years ago
  77. ea9465e Move InMemoryDexClassLoader to be a subtype of BaseDexClassLoader by Alex Light · 8 years ago
  78. c069a30 ART: invoke-custom support by Orion Hodson · 8 years ago
  79. 4471e4f Revert "Revert "ART: Give JIT thread pool workers a peer"" by Andreas Gampe · 8 years ago
  80. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 8 years ago
  81. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 8 years ago
  82. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 8 years ago
  83. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 8 years ago
  84. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 8 years ago
  85. a0619e2 Make --debuggable rely on JIT code. by Nicolas Geoffray · 8 years ago
  86. 91aa238 Merge "Revert "ART: Give JIT thread pool workers a peer"" by Treehugger Robot · 8 years ago
  87. 9dfb707 Revert "ART: Give JIT thread pool workers a peer" by Andreas Gampe · 8 years ago
  88. 27d829a Merge "ART: Give JIT thread pool workers a peer" by Treehugger Robot · 8 years ago
  89. 1ee6dd7 ART: Give JIT thread pool workers a peer by Andreas Gampe · 8 years ago
  90. bd2fed5 MethodHandles: Support and tests for revealDirect / reflectAs. by Narayan Kamath · 8 years ago
  91. 01fd70b ART: Remove experimental flags for plugins and agents by Andreas Gampe · 8 years ago
  92. 95cf7e4 Merge "ART: Add ThreadStart & ThreadEnd" by Treehugger Robot · 8 years ago
  93. 3fceaf5 Use higher default thread suspend timeout for run tests by Mathieu Chartier · 8 years ago
  94. eafaf57 ART: Add ThreadStart & ThreadEnd by Andreas Gampe · 8 years ago
  95. 96eca78 ART: Add GetPhase by Andreas Gampe · 8 years ago
  96. 4886411 ART: Add runtime phase callback by Andreas Gampe · 8 years ago
  97. a5814f9 ART: Add SigQuit Callback by Andreas Gampe · 8 years ago
  98. ac30fa2 ART: Make RuntimeCallbacks unique_ptr by Andreas Gampe · 8 years ago
  99. 0f01b58 ART: Add ClassLoadCallback by Andreas Gampe · 8 years ago
  100. 04bbb5b Revert "Revert "ART: Start RuntimeCallbacks"" by Andreas Gampe · 8 years ago