1. 1e271ce Revert "libelffile: move to DWARF3 when writing .debug_frame." by David Srbecky · 3 years, 6 months ago
  2. 2269f7e Revert "Fix style issue reported by cpplint." by David Srbecky · 3 years, 6 months ago
  3. b572832 Deprecate support of extracting BCP from boot image by Victor Hsieh · 3 years, 8 months ago
  4. 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
  5. cf74ae7 Small cleanups after latest verifier change. by Nicolas Geoffray · 3 years, 6 months ago
  6. dcb148a odsign_e2e_tests: Drop Java 11-ism by Orion Hodson · 3 years, 6 months ago
  7. d61b021 Trigger on-device AOT compilation for system_server on mainline update. by Jiakai Zhang · 3 years, 6 months ago
  8. 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 3 years, 6 months ago
  9. 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
  10. 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 6 months ago
  11. eacf044 Add service-art to sdk by Paul Duffin · 3 years, 6 months ago
  12. cd8286f x86_64: Implement missing variants of XCHG. Add tests for them. by Ulya Trafimovich · 3 years, 6 months ago
  13. 0910d89 Remove libc_headers from cc_object by Colin Cross · 3 years, 6 months ago
  14. 47349d2 Adding unstarted JNI implementation needed by VarHandle by Sorin Basca · 3 years, 7 months ago
  15. 85430bb Fix libcore_gcstress_failures.txt syntax by David Srbecky · 3 years, 6 months ago
  16. e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
  17. 5f2f289 Fallback to version code in case lastUpdateMillis field is not populated by Nikita Ioffe · 3 years, 6 months ago
  18. a5c529f x86_64: Allow test to skip register pairs. Fix XCHG and enable tests. by Ulya Trafimovich · 3 years, 6 months ago
  19. b50ceeb x86: Add missing variants for XCHG and tests for this instruction. by Ulya Trafimovich · 3 years, 6 months ago
  20. 38837d4 Remove libraries containing conscrypt and i18n stubs from sdk by Paul Duffin · 3 years, 6 months ago
  21. dc8fa4d ART: Fix Android.cpplint.mk to use scan art/ directory by Artem Kotsiuba · 3 years, 7 months ago
  22. 1b9d442 Revert "Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`" by Chuck Liao · 3 years, 6 months ago
  23. 52eebc7 Add a aggregation count section to profile. by yawanng · 3 years, 7 months ago
  24. e0a4f37 Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()` by Vladimir Marko · 3 years, 6 months ago
  25. d920b7b Disable the artd process by Chris Wailes · 3 years, 6 months ago
  26. 20b3c57 odrefresh: add test for samegrade ART APEX install by Orion Hodson · 3 years, 6 months ago
  27. 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 7 months ago
  28. 8190986 Add odrefresh_headers to sdk by Paul Duffin · 3 years, 6 months ago
  29. 1c61f7e Improve abort message in `SwapSpace::NewFileChunk()`. by Vladimir Marko · 3 years, 6 months ago
  30. ef10f42 Use lastUpdateMillis of an apex for ART versioning. by Nicolas Geoffray · 3 years, 6 months ago
  31. a4d27de Provide additional target variant of okhttp-norepackage prebuilt by Paul Duffin · 3 years, 6 months ago
  32. 8782f17 Add standalone ART gtests to the generated ART MTS definition. by Roland Levillain · 3 years, 6 months ago
  33. 6a2e689 Add support for standalone ART gtests to MTS. by Roland Levillain · 3 years, 6 months ago
  34. 592bcea Add JNI globals tracing by Hans Boehm · 3 years, 7 months ago
  35. 79f874d odrefresh: add support for lastUpdateMillis as part of version check by Orion Hodson · 3 years, 6 months ago
  36. 4f62327 Fix another style issue reported by cpplint. by Roland Levillain · 3 years, 6 months ago
  37. 1de4428 Add standalone ART gtests to `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 3 years, 6 months ago
  38. 515b0cf Add more Libcore tests to the generated ART MTS definition. by Roland Levillain · 3 years, 6 months ago
  39. 3362cf1 Tighten ART's OWNERS file. by Roland Levillain · 3 years, 6 months ago
  40. e431d13 Add a "vdex" reason for compilation reason. by Nicolas Geoffray · 3 years, 6 months ago
  41. b6e6792 Move Transaction logs to arena allocator. by Vladimir Marko · 3 years, 6 months ago
  42. 7209da0 Support field VarHandle objects in boot image. by Vladimir Marko · 3 years, 7 months ago
  43. 6f244fa Fix style issue reported by cpplint. by Roland Levillain · 3 years, 6 months ago
  44. 6cd7ab3 Only set nterp entrypoint after a class is verified. by Nicolas Geoffray · 3 years, 6 months ago
  45. b17c908 Set compilation reason in vdex-only OatFile. by Nicolas Geoffray · 3 years, 6 months ago
  46. 8fddc75 Handle potential OOME after ResolveNameString. by Nicolas Geoffray · 3 years, 6 months ago
  47. 85d6bf9 Test for static field VarHandle and class unloading. by Vladimir Marko · 3 years, 6 months ago
  48. 24c080f Remove locking from `Transaction`. by Vladimir Marko · 3 years, 6 months ago
  49. 4dc6589 Don't wrap VerifyError into NoClassDefFoundError. by Nicolas Geoffray · 3 years, 6 months ago
  50. e0386f1 Add standalone ART gtests to `TEST_MAPPING` group `presubmit`. by Roland Levillain · 3 years, 6 months ago
  51. dd41196 VarHandle: add StaticFieldVarHandle class by Orion Hodson · 3 years, 7 months ago
  52. f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 3 years, 10 months ago
  53. b4bd92f Faster hashing in `ClassLinker::LinkVirtualMethods()`. by Vladimir Marko · 3 years, 6 months ago
  54. 53a6334 Improve comments in ReadBarrierOption. by Vladimir Marko · 6 years ago
  55. 2c96673 Don't delete everything in apexdata/com.android.art. by Alan Stokes · 3 years, 7 months ago
  56. ea936c0 dex2oat: Faster retrieval of profile data. by Vladimir Marko · 3 years, 7 months ago
  57. 8d5d585 Disable run-test `art-run-test-2040-huge-native-alloc`. by Roland Levillain · 3 years, 7 months ago
  58. c94ab92 Add `liblog` as a dependency of `dex2oat` Soong modules. by Roland Levillain · 3 years, 7 months ago
  59. bf097b7 ART clean up metrics reporter by Tej Singh · 3 years, 7 months ago
  60. a9967a2 Replace ART's core-platform-api stub with module-lib stubs by Victor Chang · 3 years, 7 months ago
  61. cd133d8 Verifier cleanups. by Nicolas Geoffray · 3 years, 7 months ago
  62. 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 3 years, 7 months ago
  63. 3d12876 Add special control flags for system server reporting by Calin Juravle · 3 years, 7 months ago
  64. 1792c6f Add -XX:ForceJavaZygoteForkLoop flag by Hans Boehm · 3 years, 7 months ago
  65. 4f388e3 x86_64: Implement VarHandle.compareAnd{Set,Exchange} for fields. by Ulya Trafimovich · 3 years, 7 months ago
  66. a934b11 Export the system modules for module APIs stub by Victor Chang · 3 years, 7 months ago
  67. bbdb1ed Cache boot classpath checksums at runtime init. by Nicolas Geoffray · 3 years, 7 months ago
  68. 9b996ce Replace JIT total time histogram with total time counter by Calin Juravle · 3 years, 7 months ago
  69. c2753e6 Fix compiler filter / reason reporting and add the ISA to the metrics by Calin Juravle · 3 years, 7 months ago
  70. 5462433 libelffile: move to DWARF3 when writing .debug_frame. by Yabin Cui · 3 years, 7 months ago
  71. 7ffab81 Adjust data dir set up in `CommonArtTestImpl::SetUpAndroidRootEnvVars`. by Roland Levillain · 3 years, 7 months ago
  72. a4d28dd Avoid marking proxy class as erroneous twice. by Vladimir Marko · 3 years, 7 months ago
  73. 44dc8a3 verifier: do not infer an instruction will throw. by Nicolas Geoffray · 3 years, 7 months ago
  74. c9df5ce Revert "Adjust paths in buildbolt-symbolize-crashes.sh." by Pirama Arumuga Nainar · 3 years, 7 months ago
  75. f8b5288 Remove experimental flag in verifier. by Nicolas Geoffray · 3 years, 7 months ago
  76. d7b4161 Add more weak reference information to traces by Hans Boehm · 3 years, 7 months ago
  77. f368641 [metrics] Add total-gc-time and adjust other metrics by Lokesh Gidra · 3 years, 7 months ago
  78. 45848da Revert cdex version back to 001. by Nicolas Geoffray · 3 years, 7 months ago
  79. e9a4a60 Transaction support for MethodType in dex cache. by Vladimir Marko · 3 years, 7 months ago
  80. 9b4e556 x86: Add tests for CMPXCHG (without LOCK prefix). by Ulya Trafimovich · 3 years, 7 months ago
  81. 3044d7a x86_64: Add tests for CMPXCHG (without LOCK prefix). by Ulya Trafimovich · 3 years, 7 months ago
  82. 9060ebe Don't let the oat file close BCP FD passed from outside by Victor Hsieh · 3 years, 7 months ago
  83. 5b8eb16 x86_64: Add byte and word sized CMPXCHG variants and tests for them. by Ulya Trafimovich · 3 years, 7 months ago
  84. 55ffe7f Rename some ART gtest related Soong modules. by Roland Levillain · 3 years, 7 months ago
  85. 8bf1da9 Do not create APEX stubs for libdexfiled. by Martin Stjernholm · 3 years, 7 months ago
  86. 789eb40 Remove reference to gdbserver by Colin Cross · 3 years, 7 months ago
  87. 2d97dc1 Initialize fragment_ and verbose_ fields in hiddenapi.cc by Paul Duffin · 3 years, 7 months ago
  88. 4abe8f7 Allow hiddenapi list to be more lax when run on a fragment by Paul Duffin · 3 years, 7 months ago
  89. 70e126a Clean up search for field by name and type strings. by Vladimir Marko · 3 years, 7 months ago
  90. 8048e2e testRemoveWithDelayedResultAndTimeout also flakes on target. by Nicolas Geoffray · 3 years, 7 months ago
  91. 9e95eac Revert "odrefresh: temporarily disable system_server artifact test" by Orion Hodson · 3 years, 7 months ago
  92. 082659b Switch to an assembler macro for CFI_RESTORE_STATE_AND_DEF_CFA. by Peter Collingbourne · 3 years, 7 months ago
  93. 1776947 Binary search for method by name string and signature. by Vladimir Marko · 3 years, 7 months ago
  94. e020b7f Faster BCP checksum verification. by Vladimir Marko · 3 years, 7 months ago
  95. 5fef556 Clean up ART APEX manifests. by Martin Stjernholm · 3 years, 7 months ago
  96. 30bb6af x86_64: Implement VarHandle.set{Opaque,Release,Volatile} for fields. by Ulya Trafimovich · 3 years, 7 months ago
  97. f5958f8 Add x86 implementation for nterp. by Nicolas Geoffray · 3 years, 8 months ago
  98. 1282f38 Add sampling support in the metrics reporter by Calin Juravle · 3 years, 7 months ago
  99. 7f04738 [metrics] Add GC-work throughput metrics by Lokesh Gidra · 3 years, 7 months ago
  100. 6c30777 odrefresh: temporarily disable system_server artifact test by Orion Hodson · 3 years, 7 months ago