1. 71f7633 Use config.BuildOS instead of android.BuildOs by Colin Cross · 4 years, 11 months ago
  2. c9acd23 Delete almost correct CHECK by Hans Boehm · 4 years, 11 months ago
  3. 09bfdf1 Rewrite UTF-8 encoding. by Vladimir Marko · 4 years, 11 months ago
  4. 1b62122 ART: Implements a test option of forced generation of .cfg by Stelios Ioannou · 5 years ago
  5. fc42ce1 Fix `GetDataTypeFromShorty()` for inlined VarHandle intrinsics. by Vladimir Marko · 4 years, 11 months ago
  6. a6f8a6a Initialize intrinsics for UnstartedRuntimeTest. by Vladimir Marko · 4 years, 11 months ago
  7. 244f22b x86_64: Add LockXadd* helper function and tests for it. by Ulya Trafimovich · 4 years, 11 months ago
  8. 4a889b7 Revert "Compile time null checks for VarHandle intrinsics." by Vladimir Marko · 4 years, 11 months ago
  9. 5d446a3 x86_64: Add XADD instruction and tests for it. by Ulya Trafimovich · 4 years, 11 months ago
  10. b3a7a6a Compile time null checks for VarHandle intrinsics. by Vladimir Marko · 4 years, 11 months ago
  11. c459776 Unhide VarHandle methods by Orion Hodson · 5 years ago
  12. e501434 dt_fd_forward: fix uses of uninit values by George Burgess IV · 4 years, 11 months ago
  13. 81c76d8 Add BouncyCastle tests to the generated ART MTS definition. by Roland Levillain · 4 years, 11 months ago
  14. edc005e Rewrite JNI NewStringUTF(). by Vladimir Marko · 4 years, 11 months ago
  15. 91d3649 Fix trailing surrogate validation. by Vladimir Marko · 4 years, 11 months ago
  16. 4b0ceb6 x86_64: Implement VarHandle.getAndSet for fields. by Ulya Trafimovich · 5 years ago
  17. 8f21748 Mark move constructors/assignements as `noexcept`. by Vladimir Marko · 5 years ago
  18. ce5c830 Update source ART APEX version number from 1 to 319999900. by Roland Levillain · 5 years ago
  19. cd43700 Use .debug_frame version 4 by David Srbecky · 5 years ago
  20. 1e271ce Revert "libelffile: move to DWARF3 when writing .debug_frame." by David Srbecky · 5 years ago
  21. 2269f7e Revert "Fix style issue reported by cpplint." by David Srbecky · 5 years ago
  22. b572832 Deprecate support of extracting BCP from boot image by Victor Hsieh · 5 years ago
  23. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 5 years ago
  24. cf74ae7 Small cleanups after latest verifier change. by Nicolas Geoffray · 4 years, 11 months ago
  25. dcb148a odsign_e2e_tests: Drop Java 11-ism by Orion Hodson · 4 years, 11 months ago
  26. d61b021 Trigger on-device AOT compilation for system_server on mainline update. by Jiakai Zhang · 5 years ago
  27. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 5 years ago
  28. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 5 years ago
  29. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 5 years ago
  30. eacf044 Add service-art to sdk by Paul Duffin · 5 years ago
  31. cd8286f x86_64: Implement missing variants of XCHG. Add tests for them. by Ulya Trafimovich · 5 years ago
  32. 0910d89 Remove libc_headers from cc_object by Colin Cross · 5 years ago
  33. 47349d2 Adding unstarted JNI implementation needed by VarHandle by Sorin Basca · 5 years ago
  34. 85430bb Fix libcore_gcstress_failures.txt syntax by David Srbecky · 5 years ago
  35. e4f983c Remove mterp. by Nicolas Geoffray · 5 years ago
  36. 5f2f289 Fallback to version code in case lastUpdateMillis field is not populated by Nikita Ioffe · 5 years ago
  37. a5c529f x86_64: Allow test to skip register pairs. Fix XCHG and enable tests. by Ulya Trafimovich · 5 years ago
  38. b50ceeb x86: Add missing variants for XCHG and tests for this instruction. by Ulya Trafimovich · 5 years ago
  39. 38837d4 Remove libraries containing conscrypt and i18n stubs from sdk by Paul Duffin · 5 years ago
  40. dc8fa4d ART: Fix Android.cpplint.mk to use scan art/ directory by Artem Kotsiuba · 5 years ago
  41. 1b9d442 Revert "Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`" by Chuck Liao · 5 years ago
  42. 52eebc7 Add a aggregation count section to profile. by yawanng · 5 years ago
  43. e0a4f37 Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()` by Vladimir Marko · 5 years ago
  44. d920b7b Disable the artd process by Chris Wailes · 5 years ago
  45. 20b3c57 odrefresh: add test for samegrade ART APEX install by Orion Hodson · 5 years ago
  46. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 5 years ago
  47. 8190986 Add odrefresh_headers to sdk by Paul Duffin · 5 years ago
  48. 1c61f7e Improve abort message in `SwapSpace::NewFileChunk()`. by Vladimir Marko · 5 years ago
  49. ef10f42 Use lastUpdateMillis of an apex for ART versioning. by Nicolas Geoffray · 5 years ago
  50. a4d27de Provide additional target variant of okhttp-norepackage prebuilt by Paul Duffin · 5 years ago
  51. 8782f17 Add standalone ART gtests to the generated ART MTS definition. by Roland Levillain · 5 years ago
  52. 6a2e689 Add support for standalone ART gtests to MTS. by Roland Levillain · 5 years ago
  53. 592bcea Add JNI globals tracing by Hans Boehm · 5 years ago
  54. 79f874d odrefresh: add support for lastUpdateMillis as part of version check by Orion Hodson · 5 years ago
  55. 4f62327 Fix another style issue reported by cpplint. by Roland Levillain · 5 years ago
  56. 1de4428 Add standalone ART gtests to `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 5 years ago
  57. 515b0cf Add more Libcore tests to the generated ART MTS definition. by Roland Levillain · 5 years ago
  58. 3362cf1 Tighten ART's OWNERS file. by Roland Levillain · 5 years ago
  59. e431d13 Add a "vdex" reason for compilation reason. by Nicolas Geoffray · 5 years ago
  60. b6e6792 Move Transaction logs to arena allocator. by Vladimir Marko · 5 years ago
  61. 7209da0 Support field VarHandle objects in boot image. by Vladimir Marko · 5 years ago
  62. 6f244fa Fix style issue reported by cpplint. by Roland Levillain · 5 years ago
  63. 6cd7ab3 Only set nterp entrypoint after a class is verified. by Nicolas Geoffray · 5 years ago
  64. b17c908 Set compilation reason in vdex-only OatFile. by Nicolas Geoffray · 5 years ago
  65. 8fddc75 Handle potential OOME after ResolveNameString. by Nicolas Geoffray · 5 years ago
  66. 85d6bf9 Test for static field VarHandle and class unloading. by Vladimir Marko · 5 years ago
  67. 24c080f Remove locking from `Transaction`. by Vladimir Marko · 5 years ago
  68. 4dc6589 Don't wrap VerifyError into NoClassDefFoundError. by Nicolas Geoffray · 5 years ago
  69. e0386f1 Add standalone ART gtests to `TEST_MAPPING` group `presubmit`. by Roland Levillain · 5 years ago
  70. dd41196 VarHandle: add StaticFieldVarHandle class by Orion Hodson · 5 years ago
  71. f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 5 years ago
  72. b4bd92f Faster hashing in `ClassLinker::LinkVirtualMethods()`. by Vladimir Marko · 5 years ago
  73. 53a6334 Improve comments in ReadBarrierOption. by Vladimir Marko · 7 years ago
  74. 2c96673 Don't delete everything in apexdata/com.android.art. by Alan Stokes · 5 years ago
  75. ea936c0 dex2oat: Faster retrieval of profile data. by Vladimir Marko · 5 years ago
  76. 8d5d585 Disable run-test `art-run-test-2040-huge-native-alloc`. by Roland Levillain · 5 years ago
  77. c94ab92 Add `liblog` as a dependency of `dex2oat` Soong modules. by Roland Levillain · 5 years ago
  78. bf097b7 ART clean up metrics reporter by Tej Singh · 5 years ago
  79. a9967a2 Replace ART's core-platform-api stub with module-lib stubs by Victor Chang · 5 years ago
  80. cd133d8 Verifier cleanups. by Nicolas Geoffray · 5 years ago
  81. 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 5 years ago
  82. 3d12876 Add special control flags for system server reporting by Calin Juravle · 5 years ago
  83. 1792c6f Add -XX:ForceJavaZygoteForkLoop flag by Hans Boehm · 5 years ago
  84. 4f388e3 x86_64: Implement VarHandle.compareAnd{Set,Exchange} for fields. by Ulya Trafimovich · 5 years ago
  85. a934b11 Export the system modules for module APIs stub by Victor Chang · 5 years ago
  86. bbdb1ed Cache boot classpath checksums at runtime init. by Nicolas Geoffray · 5 years ago
  87. 9b996ce Replace JIT total time histogram with total time counter by Calin Juravle · 5 years ago
  88. c2753e6 Fix compiler filter / reason reporting and add the ISA to the metrics by Calin Juravle · 5 years ago
  89. 5462433 libelffile: move to DWARF3 when writing .debug_frame. by Yabin Cui · 5 years ago
  90. 7ffab81 Adjust data dir set up in `CommonArtTestImpl::SetUpAndroidRootEnvVars`. by Roland Levillain · 5 years ago
  91. a4d28dd Avoid marking proxy class as erroneous twice. by Vladimir Marko · 5 years ago
  92. 44dc8a3 verifier: do not infer an instruction will throw. by Nicolas Geoffray · 5 years ago
  93. c9df5ce Revert "Adjust paths in buildbolt-symbolize-crashes.sh." by Pirama Arumuga Nainar · 5 years ago
  94. f8b5288 Remove experimental flag in verifier. by Nicolas Geoffray · 5 years ago
  95. d7b4161 Add more weak reference information to traces by Hans Boehm · 5 years ago
  96. f368641 [metrics] Add total-gc-time and adjust other metrics by Lokesh Gidra · 5 years ago
  97. 45848da Revert cdex version back to 001. by Nicolas Geoffray · 5 years ago
  98. e9a4a60 Transaction support for MethodType in dex cache. by Vladimir Marko · 5 years ago
  99. 9b4e556 x86: Add tests for CMPXCHG (without LOCK prefix). by Ulya Trafimovich · 5 years ago
  100. 3044d7a x86_64: Add tests for CMPXCHG (without LOCK prefix). by Ulya Trafimovich · 5 years ago