1. fa458ac Allow late lookup for @CriticalNative methods. by Vladimir Marko · 4 years, 7 months ago
  2. 18dc023 Remove obsolete CHECKs for image dex file location. by Vladimir Marko · 4 years, 7 months ago
  3. 4cbb51a Fix ART code around JIT zygote. by Nicolas Geoffray · 4 years, 7 months ago
  4. 8c41a0b Handle interpreter / access-checks mode in the runtime. by Nicolas Geoffray · 4 years, 7 months ago
  5. fc58809 Remove old JDWP implementation from ART by Alex Light · 4 years, 8 months ago
  6. 7e2c963 Update interpreter entrypoints in an image to nterp when supported. by Nicolas Geoffray · 4 years, 8 months ago
  7. ed1cecd Clean up dead code & outdated comment in app image validation by Dan Zimmerman · 4 years, 8 months ago
  8. 6ef7713 Remove dead code related to profile collection. by Vladimir Marko · 4 years, 8 months ago
  9. a72256b Remove app image dex file and class loader checks by Mathieu Chartier · 4 years, 8 months ago
  10. 0039182 Add an implementation of Nterp for x64. by Nicolas Geoffray · 4 years, 9 months ago
  11. 270db1c Revert^4 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 10 months ago
  12. 664999a Revert "Revert^2 "Allow structural redefinition on non-final classes."" by Nicolas Geoffray · 4 years, 10 months ago
  13. 0a19e21 Add null check in AppendToBootClassPath by Mathieu Chartier · 4 years, 10 months ago
  14. f1b809c Revert^2 "Allow structural redefinition on non-final classes." by Alex Light · 4 years, 10 months ago
  15. 7dac864 Clean up JNI dlsym lookup trampoline. by Vladimir Marko · 4 years, 10 months ago
  16. 88b1c83 Revert "Allow structural redefinition on non-final classes." by Roland Levillain · 4 years, 10 months ago
  17. c47040d Allow structural redefinition on non-final classes. by Alex Light · 4 years, 10 months ago
  18. a879bdf Revert^2 "Fix CompilerDriver's handling of boot image extension." by Vladimir Marko · 4 years, 10 months ago
  19. a9bbc08 Implement STL iterators on ObjectArray and add helpers by Alex Light · 4 years, 10 months ago
  20. 889b72d Load classes for boot image extension. by Vladimir Marko · 4 years, 10 months ago
  21. f05f04b Make ArtMethod methods const or requiring the mutator lock. by Nicolas Geoffray · 4 years, 11 months ago
  22. 5115a4d Clean up initialization checks for entrypoints. by Vladimir Marko · 5 years ago
  23. cce414f Delay entrypoint update until visibly initialized. by Vladimir Marko · 5 years ago
  24. 5ee206f Make LinkMethods setup the entrypoint like image_writer. by Nicolas Geoffray · 5 years ago
  25. 5a0b672 Boot image: only use the resolution stub when there is AOT code. by Nicolas Geoffray · 5 years ago
  26. fb11957 Fixed issue in structural redefinition around class init by Alex Light · 5 years ago
  27. 4ac0e15 Revert "Revert "Basic structural redefinition support"" by Nicolas Geoffray · 5 years ago
  28. 5a2301d Revert "Basic structural redefinition support" by Nicolas Geoffray · 5 years ago
  29. c971eaf Basic structural redefinition support by Alex Light · 5 years ago
  30. 422a9eb Do not hold lock when making class visibly initialized. by Vladimir Marko · 5 years ago
  31. 9f18fbc Make classes visibly initialized faster. by Vladimir Marko · 5 years ago
  32. 8e11065 Use ClassStatus::kVisiblyInitialized for allocations. by Vladimir Marko · 5 years ago
  33. e0bbab9 ART: Verifier cleanup by Andreas Gampe · 5 years ago
  34. bf12191 Implement ClassStatus::kVisiblyInitialized. by Vladimir Marko · 5 years ago
  35. af86470 ART: Correctly exclude super-init times in classlinker by Andreas Gampe · 5 years ago
  36. 70e2a76 Initialize array classes in pre-fence visitor. by Vladimir Marko · 5 years ago
  37. 0c2c222 Revert^2 "Support clinit for app image during compilation" by Chang Xing · 7 years ago
  38. 3238440 jitzygote: Handle case of methods having the resolution stub. by Nicolas Geoffray · 5 years ago
  39. 31c3daa GC-independent image layout. by Vladimir Marko · 5 years ago
  40. 9b7f8b5 ART: Dump class initialization stats durig SIGQUIT by Andreas Gampe · 5 years ago
  41. 77f84fc Handle cleared preresolved strings by Mathieu Chartier · 5 years ago
  42. 024d69f Use cleared JNI weak sentinel from boot image. by Vladimir Marko · 5 years ago
  43. 8e05f09 Do not force-intern Strings in images. by Vladimir Marko · 5 years ago
  44. 3068d58 Clean up creating handles from `this`. by Vladimir Marko · 5 years ago
  45. 991cd5c Add default template args to Heap::Alloc*Object*(). by Vladimir Marko · 5 years ago
  46. 19f5416 ART: Remove runtime.h file_utils.h (iwyu) by Andreas Gampe · 5 years ago
  47. b0625e0 ART: Address b/120022597 by Andreas Gampe · 5 years ago
  48. 3db3d37 Invert IsUsingDefaultBootImageLocation to IsUsingApexBootImageLocation. by David Srbecky · 5 years ago
  49. f339cca Revert "jitzygote: Also Pre-JIT native methods." by David Srbecky · 5 years ago
  50. dd16edb Revert "jitzygote: Fix pre-JIT of native methods." by David Srbecky · 5 years ago
  51. 87658f3 Revert^2 "Optimize FindClass ClassNotFoundException case" by Andreas Gampe · 5 years ago
  52. d5d807b ART: Restrict dex cache location check by Andreas Gampe · 5 years ago
  53. 501c3b0 Revert^2 "Fix correctness for fast path class loading" by Andreas Gampe · 5 years ago
  54. 2e2f9e8 Revert "Fix correctness for fast path class loading" by Mathieu Chartier · 5 years ago
  55. d399f57 Revert "Optimize FindClass ClassNotFoundException case" by Mathieu Chartier · 5 years ago
  56. 9634705 Optimize FindClass ClassNotFoundException case by Mathieu Chartier · 5 years ago
  57. d94c87d jitzygote: Fix pre-JIT of native methods. by David Srbecky · 5 years ago
  58. ef04ac6 Fix correctness for fast path class loading by Mathieu Chartier · 5 years ago
  59. 5a0622a jitzygote: Also Pre-JIT native methods. by Nicolas Geoffray · 5 years ago
  60. 7989ac9 Save the JIT compiled code when the class isn't initialized yet. by Nicolas Geoffray · 5 years ago
  61. 3e8aae0 Fix dex location of boot oat files during preopt by David Brazdil · 5 years ago
  62. 29885b3 Hide updatable-media package classes for app AOT compilation. by Vladimir Marko · 5 years ago
  63. dfc0de7 Partially ObjPtr<>-ify Object, fix stale ref in test. by Vladimir Marko · 5 years ago
  64. 4617d58 ObjPtr<>-ify mirror::Object::As*(), fix stale refs in test. by Vladimir Marko · 5 years ago
  65. d7e9bbf Clean up explicit conversions to ObjPtr<>. by Vladimir Marko · 5 years ago
  66. bb206de ObjPtr<>-ify ClassExt. by Vladimir Marko · 5 years ago
  67. 0984e48 Style cleanup for ObjPtr<>-ify changes. by Vladimir Marko · 5 years ago
  68. 5aead70 ObjPtr<>-ify method/var handles, fix stale refs in tests. by Vladimir Marko · 5 years ago
  69. 423bebb ObjPtr<>-ify mirror::ObjectArray. by Vladimir Marko · 5 years ago
  70. 557fece ObjPtr<>-ify mirror::IfTable. by Vladimir Marko · 5 years ago
  71. c524e9e ObjPtr<>-ify mirror::Class. by Vladimir Marko · 5 years ago
  72. b9c29f6 Hide conscrypt package classes for app AOT compilation. by Vladimir Marko · 5 years ago
  73. 9d5956a Change image method and field visiting to use templates by Mathieu Chartier · 5 years ago
  74. 1a9ac53 Support InMemoryDexClassLoader in ClassLoaderContext by David Brazdil · 6 years ago
  75. e3e0f70 Return the same dex location for dex file whether backed by dex file or not. by Nicolas Geoffray · 6 years ago
  76. 3364d18 Clean up ImageSpace::LoadBootImage(). by Vladimir Marko · 6 years ago
  77. 3892e62 Clean up Class::GetDescriptor(). by Vladimir Marko · 6 years ago
  78. a43ba3d ART: Add ClassVerifier by Andreas Gampe · 6 years ago
  79. a5c3a80 hiddenapi domain: Use oat dex file location if available by David Brazdil · 6 years ago
  80. 3dacdd6 Revert^4 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  81. 939798e Revert "Revert^2 "Remove Global deopt requirement for several jvmti events"" by Nicolas Geoffray · 6 years ago
  82. a75e589 Revert^2 "Remove Global deopt requirement for several jvmti events" by Alex Light · 6 years ago
  83. ad344b6 Revert "Remove Global deopt requirement for several jvmti events" by Nicolas Geoffray · 6 years ago
  84. 334630e Remove Global deopt requirement for several jvmti events by Alex Light · 6 years ago
  85. 144f82c In boot image experiment mode, treat boot classpath classes as verified. by Nicolas Geoffray · 6 years ago
  86. e23b388 Add verbose logging for app image startup cache feature by Mathieu Chartier · 6 years ago
  87. a88abfa Add feature flag for loading app image startup cache by Mathieu Chartier · 6 years ago
  88. c66d6a7 Merge "ART: Move .bss mappings check before .bss init." by Vladimir Marko · 6 years ago
  89. 1cedb4a ART: Move .bss mappings check before .bss init. by Vladimir Marko · 6 years ago
  90. 9f3928f ART: Change vtable check implementation by Andreas Gampe · 6 years ago
  91. 3aa868a ART: Add unchecked conversions of arrays by Andreas Gampe · 6 years ago
  92. a2fed08 ART: Optimize array accesses by Andreas Gampe · 6 years ago
  93. 7b3063b ART: Only log initialization failure on initialization by Andreas Gampe · 6 years ago
  94. ad1aa63 ART: Move Signature to its own header by Andreas Gampe · 6 years ago
  95. 3f1dcd3 ART: Move dex structs into own header by Andreas Gampe · 6 years ago
  96. 5b20b35 ART: Rewrite EnsureInitialized hit case by Andreas Gampe · 6 years ago
  97. cf923f5 Merge "Allow boot image for a part of the boot classpath." by Vladimir Marko · 6 years ago
  98. 4433c43 Allow boot image for a part of the boot classpath. by Vladimir Marko · 6 years ago
  99. afc60cd Cleanup native debug interface api. by David Srbecky · 6 years ago
  100. 91f1032 Revert^2 "Pass boot class path to ImageSpace::LoadBootImage." by Vladimir Marko · 6 years ago