1. 4b0c9b9 Remove the notion of soft failure within the verifier. by Nicolas Geoffray · 4 years, 8 months ago
  2. 55dace0 Revert "Change order of creation of JIT mappings." by Nicolas Geoffray · 4 years, 8 months ago
  3. 8473a5b Revert "Revert^2 "Lazily allocate DexCache arrays."" by Nicolas Geoffray · 4 years, 8 months ago
  4. 3dcd844 optimization of gc load, reduce gc in some scenarios by zengkaifa · 4 years, 9 months ago
  5. 145fce1 Change order of creation of JIT mappings. by Nicolas Geoffray · 4 years, 8 months ago
  6. 4b1609f Hard fail on type assignment check. by Nicolas Geoffray · 4 years, 8 months ago
  7. f3c5bbb An invalid wide pair will remain invalid at runtime. by Nicolas Geoffray · 4 years, 8 months ago
  8. e153a62 Revert^2 "Lazily allocate DexCache arrays." by David Srbecky · 5 years ago
  9. 03ce70a Better handling of unresolved fields in VerifyISFieldAccess. by Nicolas Geoffray · 4 years, 8 months ago
  10. 762ee92 Improve the logging of BCP checksum mismatch. by Jiakai Zhang · 4 years, 8 months ago
  11. f8dea01 Simplify IRTEntry by Hans Boehm · 4 years, 9 months ago
  12. e8445e5 Always check for an exception after a class lookup. by Nicolas Geoffray · 4 years, 8 months ago
  13. 2f01e8e Copying sun.misc.Unsafe to jdk.internal.misc by Sorin Basca · 5 years ago
  14. 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 4 years, 9 months ago
  15. dc26639 Revert "Revert^2 "Use cpplint.py from repohooks"" by Yuri Lin · 4 years, 9 months ago
  16. c178495 Revert^2 "Use cpplint.py from repohooks" by Orion Hodson · 4 years, 9 months ago
  17. ea55f3d Change only_use_system_oat_files_ logic. by Nicolas Geoffray · 4 years, 9 months ago
  18. af5fc45 Revert "Use cpplint.py from repohooks" by Paul Hadfield · 4 years, 9 months ago
  19. d726cb1 Fix missing suspend check in nterp for goto32 +0 by Nicolas Geoffray · 4 years, 9 months ago
  20. 145f969 Use cpplint.py from repohooks by Colin Cross · 4 years, 9 months ago
  21. e684fc5 Add kryo785 as known variant. by Nicolas Geoffray · 4 years, 9 months ago
  22. 7fa7086 Update ART runtime to recognize artifacts on /system for APEX. by Jiakai Zhang · 4 years, 9 months ago
  23. 9f98fc3 Add couple DexCache read-barriers. by David Srbecky · 4 years, 9 months ago
  24. ad0daef An incompatible field type assignment is always an error. by Nicolas Geoffray · 4 years, 9 months ago
  25. 39e2979 ARM64: FP16 min and max intrinsic for ARMv8 by Usama Arif · 7 years ago
  26. 236f7bf OpenJDK 11: replace Thread#init() with constructors by Nikita Iashchenko · 4 years, 9 months ago
  27. 073885c Fix art compiling against musl by Colin Cross · 4 years, 9 months ago
  28. f740be5e Handle the case the enclosing class is missing. by Nicolas Geoffray · 4 years, 9 months ago
  29. 8214de1 Do not mark large objects for evacuation by Hans Boehm · 4 years, 9 months ago
  30. 8c3b33f Skip version 199. by Nicolas Geoffray · 4 years, 9 months ago
  31. ab91eef Address review comments on method resolution. by Nicolas Geoffray · 4 years, 9 months ago
  32. 76a943a Update .oat version after disabling partial LSE. by Nicolas Geoffray · 4 years, 9 months ago
  33. 6e45817 [art] Add GetPreOomeGcCount API by Sekyeong Heo · 4 years, 9 months ago
  34. 248d5c4 Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader. by Nicolas Geoffray · 4 years, 9 months ago
  35. c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 4 years, 9 months ago
  36. 1c494e3 Use the right class loader for ResolvedMethodAccessTest. by Nicolas Geoffray · 4 years, 9 months ago
  37. a74a707 vdex: add checks in the event of file corruption. by Nicolas Geoffray · 4 years, 9 months ago
  38. 2999759 Suppress three counts of compiler warnings for frame size limit exceeded by Yi Kong · 4 years, 9 months ago
  39. 1126d74 Expand error message in ResolvedMethodAccessTest by David Srbecky · 4 years, 9 months ago
  40. 19444a6 It's a hard failure if return types cannot match. by Nicolas Geoffray · 4 years, 9 months ago
  41. 18c72c6 Change soft failure into more precise missing method. by Nicolas Geoffray · 4 years, 9 months ago
  42. b05bf89 OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math by Nikita Iashchenko · 4 years, 9 months ago
  43. d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 4 years, 9 months ago
  44. ebefce3 Make it a hard failure if we could not find a catch clause. by Nicolas Geoffray · 4 years, 9 months ago
  45. adc11b1 Turn unconditional soft failure into a hard failure. by Nicolas Geoffray · 4 years, 9 months ago
  46. 8756585 verifier: the throw bytecode must have a throwable class as input. by Nicolas Geoffray · 4 years, 11 months ago
  47. 1728bb7 Turn soft failure into hard failure. by Nicolas Geoffray · 4 years, 9 months ago
  48. 3a8dfcf Catch clauses should only have throwable types. by Nicolas Geoffray · 4 years, 9 months ago
  49. e172a80 Revert "Cleanup return type checks with arrays." by Nicolas Geoffray · 4 years, 9 months ago
  50. 59193a6 Cleanup return type checks with arrays. by Nicolas Geoffray · 4 years, 11 months ago
  51. f6fe363 Relax failure on return type for unresolved types. by Nicolas Geoffray · 4 years, 11 months ago
  52. ecbdc07 ARM64: FP16.compare() intrinsic for ARMv8 by Usama Arif · 7 years ago
  53. 4ae09d4 Fix unused collector_type_ variable by Yi Kong · 4 years, 9 months ago
  54. 611d71c Fix a few non-inclusive terms by Orion Hodson · 4 years, 9 months ago
  55. 12dd6fc Reland "Trigger fewer GCs during startup"" by Hans Boehm · 4 years, 9 months ago
  56. 95bb995 Remove unused MadviseState hints by Jared Duke · 4 years, 10 months ago
  57. f68f918 Document restriction on checkpoint code by Hans Boehm · 4 years, 9 months ago
  58. da90ab4 Revert "Trigger fewer GCs during startup" by Hans Boehm · 4 years, 9 months ago
  59. 7d992f7 Trigger fewer GCs during startup by Hans Boehm · 5 years ago
  60. 3326fce Fix android.security.cts.FileDescriptorTest#testCLOEXEC by Hu Wang · 4 years, 10 months ago
  61. ccbcfb1 Revert^2 "Add unit tests for odrefresh - step 2" by Jiakai Zhang · 4 years, 10 months ago
  62. e261356 Add a lock contention palette hook. by Nicolas Geoffray · 4 years, 10 months ago
  63. b89649b Revert "Add unit tests for odrefresh - step 2" by Ulyana Trafimovich · 4 years, 10 months ago
  64. b91dad2 Add unit tests for odrefresh - step 2 by Jiakai Zhang · 4 years, 10 months ago
  65. 3bc0353 Fix missing MsToNs in profile saver. by Nicolas Geoffray · 4 years, 10 months ago
  66. 0529cfa Add GC deadlock discussion by Hans Boehm · 4 years, 10 months ago
  67. 555eefe Replace weak-ref access disable checkpoint with STW pause by Lokesh Gidra · 4 years, 10 months ago
  68. fb3ad72 Revert "Make ClassLinker::DumpForSigQuit exclude gc" by Hans Boehm · 4 years, 10 months ago
  69. 70aa29e Do not acquire runtime_shutdown_lock_ in Abort() by Hans Boehm · 4 years, 10 months ago
  70. f955425 Revert "Handle suspend requests in getReferent()" by Hans Boehm · 4 years, 10 months ago
  71. 0c3cc63 Handle suspend requests in getReferent() by Hans Boehm · 4 years, 10 months ago
  72. 825e829 Make ClassLinker::DumpForSigQuit exclude gc by Hans Boehm · 4 years, 10 months ago
  73. 2d2a27f Revert "Don't block while runnable in getReferent()" by Hans Boehm · 4 years, 10 months ago
  74. 1d9d358 Don't block while runnable in getReferent() by Hans Boehm · 4 years, 10 months ago
  75. cbd809b Correct enum comparison to reenable -Wenum-compare by Liz Kammer · 4 years, 11 months ago
  76. ce9b902 Reland: Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 4 years, 11 months ago
  77. 4aebd58 Add some null checks in case of OOME. by Nicolas Geoffray · 4 years, 11 months ago
  78. d7a4da1 Revert "Support pass BCP art/vdex/oat files by FD" by Orion Hodson · 4 years, 11 months ago
  79. 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 4 years, 11 months ago
  80. b1adfc2 Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 4 years, 11 months ago
  81. c9acd23 Delete almost correct CHECK by Hans Boehm · 4 years, 11 months ago
  82. 09bfdf1 Rewrite UTF-8 encoding. by Vladimir Marko · 4 years, 11 months ago
  83. a6f8a6a Initialize intrinsics for UnstartedRuntimeTest. by Vladimir Marko · 4 years, 11 months ago
  84. c459776 Unhide VarHandle methods by Orion Hodson · 5 years ago
  85. edc005e Rewrite JNI NewStringUTF(). by Vladimir Marko · 4 years, 11 months ago
  86. 91d3649 Fix trailing surrogate validation. by Vladimir Marko · 4 years, 11 months ago
  87. 8f21748 Mark move constructors/assignements as `noexcept`. by Vladimir Marko · 5 years ago
  88. b572832 Deprecate support of extracting BCP from boot image by Victor Hsieh · 5 years ago
  89. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 5 years ago
  90. cf74ae7 Small cleanups after latest verifier change. by Nicolas Geoffray · 4 years, 11 months ago
  91. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 5 years ago
  92. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 5 years ago
  93. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 5 years ago
  94. 47349d2 Adding unstarted JNI implementation needed by VarHandle by Sorin Basca · 5 years ago
  95. e4f983c Remove mterp. by Nicolas Geoffray · 5 years ago
  96. 5f2f289 Fallback to version code in case lastUpdateMillis field is not populated by Nikita Ioffe · 5 years ago
  97. 1b9d442 Revert "Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`" by Chuck Liao · 5 years ago
  98. e0a4f37 Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()` by Vladimir Marko · 5 years ago
  99. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 5 years ago
  100. ef10f42 Use lastUpdateMillis of an apex for ART versioning. by Nicolas Geoffray · 5 years ago