- ce9b902 Reland: Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 6 months ago
- a8f858e Verify that artifacts can still be loaded after a reboot. by Jiakai Zhang · 3 years, 6 months ago
- 4aebd58 Add some null checks in case of OOME. by Nicolas Geoffray · 3 years, 6 months ago
- d7a4da1 Revert "Support pass BCP art/vdex/oat files by FD" by Orion Hodson · 3 years, 6 months ago
- 2cb2527 verifier: Remove support for precise constants and RegisterTrackingMode. by Nicolas Geoffray · 3 years, 6 months ago
- f7e4c3d Set MODULE_BUILD_FROM_SOURCE to disable module prebuilts when building linux_bionic targets. by Martin Stjernholm · 3 years, 6 months ago
- 310b4e2 x86_64: Implement VarHandle.getAndBitwise{And,Or,Xor} for fields. by Ulya Trafimovich · 3 years, 6 months ago
- a0dd228 odsign_e2e_tests: do not assume time monotonicity across reboots by Orion Hodson · 3 years, 6 months ago
- 017aae4 x86_64: Implement VarHandle.getAndAdd for fields. by Ulya Trafimovich · 3 years, 6 months ago
- b1adfc2 Support pass BCP art/vdex/oat files by FD by Victor Hsieh · 3 years, 6 months ago
- 71f7633 Use config.BuildOS instead of android.BuildOs by Colin Cross · 3 years, 6 months ago
- c9acd23 Delete almost correct CHECK by Hans Boehm · 3 years, 6 months ago
- 09bfdf1 Rewrite UTF-8 encoding. by Vladimir Marko · 3 years, 6 months ago
- 1b62122 ART: Implements a test option of forced generation of .cfg by Stelios Ioannou · 3 years, 7 months ago
- fc42ce1 Fix `GetDataTypeFromShorty()` for inlined VarHandle intrinsics. by Vladimir Marko · 3 years, 6 months ago
- a6f8a6a Initialize intrinsics for UnstartedRuntimeTest. by Vladimir Marko · 3 years, 6 months ago
- 244f22b x86_64: Add LockXadd* helper function and tests for it. by Ulya Trafimovich · 3 years, 6 months ago
- 4a889b7 Revert "Compile time null checks for VarHandle intrinsics." by Vladimir Marko · 3 years, 6 months ago
- 5d446a3 x86_64: Add XADD instruction and tests for it. by Ulya Trafimovich · 3 years, 6 months ago
- b3a7a6a Compile time null checks for VarHandle intrinsics. by Vladimir Marko · 3 years, 6 months ago
- c459776 Unhide VarHandle methods by Orion Hodson · 3 years, 7 months ago
- e501434 dt_fd_forward: fix uses of uninit values by George Burgess IV · 3 years, 6 months ago
- 81c76d8 Add BouncyCastle tests to the generated ART MTS definition. by Roland Levillain · 3 years, 6 months ago
- edc005e Rewrite JNI NewStringUTF(). by Vladimir Marko · 3 years, 6 months ago
- 91d3649 Fix trailing surrogate validation. by Vladimir Marko · 3 years, 6 months ago
- 4b0ceb6 x86_64: Implement VarHandle.getAndSet for fields. by Ulya Trafimovich · 3 years, 6 months ago
- 8f21748 Mark move constructors/assignements as `noexcept`. by Vladimir Marko · 3 years, 6 months ago
- ce5c830 Update source ART APEX version number from 1 to 319999900. by Roland Levillain · 3 years, 6 months ago
- cd43700 Use .debug_frame version 4 by David Srbecky · 3 years, 6 months ago
- 1e271ce Revert "libelffile: move to DWARF3 when writing .debug_frame." by David Srbecky · 3 years, 6 months ago
- 2269f7e Revert "Fix style issue reported by cpplint." by David Srbecky · 3 years, 6 months ago
- b572832 Deprecate support of extracting BCP from boot image by Victor Hsieh · 3 years, 8 months ago
- 66934ef Clean up ClassLinker::VerifyClass. by Nicolas Geoffray · 3 years, 6 months ago
- cf74ae7 Small cleanups after latest verifier change. by Nicolas Geoffray · 3 years, 6 months ago
- dcb148a odsign_e2e_tests: Drop Java 11-ism by Orion Hodson · 3 years, 6 months ago
- d61b021 Trigger on-device AOT compilation for system_server on mainline update. by Jiakai Zhang · 3 years, 6 months ago
- 9e050ab Remove the need of VerifiedMethod in the compiler. by Nicolas Geoffray · 3 years, 6 months ago
- 4f99071 Modernize typedefs with `using`. by Vladimir Marko · 3 years, 6 months ago
- 7744b69 Remove dual verification in RedefineClasses. by Nicolas Geoffray · 3 years, 6 months ago
- eacf044 Add service-art to sdk by Paul Duffin · 3 years, 6 months ago
- cd8286f x86_64: Implement missing variants of XCHG. Add tests for them. by Ulya Trafimovich · 3 years, 6 months ago
- 0910d89 Remove libc_headers from cc_object by Colin Cross · 3 years, 6 months ago
- 47349d2 Adding unstarted JNI implementation needed by VarHandle by Sorin Basca · 3 years, 7 months ago
- 85430bb Fix libcore_gcstress_failures.txt syntax by David Srbecky · 3 years, 6 months ago
- e4f983c Remove mterp. by Nicolas Geoffray · 3 years, 6 months ago
- 5f2f289 Fallback to version code in case lastUpdateMillis field is not populated by Nikita Ioffe · 3 years, 6 months ago
- a5c529f x86_64: Allow test to skip register pairs. Fix XCHG and enable tests. by Ulya Trafimovich · 3 years, 6 months ago
- b50ceeb x86: Add missing variants for XCHG and tests for this instruction. by Ulya Trafimovich · 3 years, 6 months ago
- 38837d4 Remove libraries containing conscrypt and i18n stubs from sdk by Paul Duffin · 3 years, 6 months ago
- dc8fa4d ART: Fix Android.cpplint.mk to use scan art/ directory by Artem Kotsiuba · 3 years, 7 months ago
- 1b9d442 Revert "Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()`" by Chuck Liao · 3 years, 6 months ago
- 52eebc7 Add a aggregation count section to profile. by yawanng · 3 years, 7 months ago
- e0a4f37 Do not create 4-byte sequences in `ConvertUtf16ToModifiedUtf8()` by Vladimir Marko · 3 years, 6 months ago
- d920b7b Disable the artd process by Chris Wailes · 3 years, 6 months ago
- 20b3c57 odrefresh: add test for samegrade ART APEX install by Orion Hodson · 3 years, 6 months ago
- 2ec3823 Clean up verifier interface. by Nicolas Geoffray · 3 years, 7 months ago
- 8190986 Add odrefresh_headers to sdk by Paul Duffin · 3 years, 6 months ago
- 1c61f7e Improve abort message in `SwapSpace::NewFileChunk()`. by Vladimir Marko · 3 years, 6 months ago
- ef10f42 Use lastUpdateMillis of an apex for ART versioning. by Nicolas Geoffray · 3 years, 6 months ago
- a4d27de Provide additional target variant of okhttp-norepackage prebuilt by Paul Duffin · 3 years, 6 months ago
- 8782f17 Add standalone ART gtests to the generated ART MTS definition. by Roland Levillain · 3 years, 6 months ago
- 6a2e689 Add support for standalone ART gtests to MTS. by Roland Levillain · 3 years, 6 months ago
- 592bcea Add JNI globals tracing by Hans Boehm · 3 years, 7 months ago
- 79f874d odrefresh: add support for lastUpdateMillis as part of version check by Orion Hodson · 3 years, 6 months ago
- 4f62327 Fix another style issue reported by cpplint. by Roland Levillain · 3 years, 6 months ago
- 1de4428 Add standalone ART gtests to `TEST_MAPPING` group `mainline-presubmit`. by Roland Levillain · 3 years, 6 months ago
- 515b0cf Add more Libcore tests to the generated ART MTS definition. by Roland Levillain · 3 years, 6 months ago
- 3362cf1 Tighten ART's OWNERS file. by Roland Levillain · 3 years, 6 months ago
- e431d13 Add a "vdex" reason for compilation reason. by Nicolas Geoffray · 3 years, 6 months ago
- b6e6792 Move Transaction logs to arena allocator. by Vladimir Marko · 3 years, 6 months ago
- 7209da0 Support field VarHandle objects in boot image. by Vladimir Marko · 3 years, 7 months ago
- 6f244fa Fix style issue reported by cpplint. by Roland Levillain · 3 years, 6 months ago
- 6cd7ab3 Only set nterp entrypoint after a class is verified. by Nicolas Geoffray · 3 years, 6 months ago
- b17c908 Set compilation reason in vdex-only OatFile. by Nicolas Geoffray · 3 years, 6 months ago
- 8fddc75 Handle potential OOME after ResolveNameString. by Nicolas Geoffray · 3 years, 6 months ago
- 85d6bf9 Test for static field VarHandle and class unloading. by Vladimir Marko · 3 years, 6 months ago
- 24c080f Remove locking from `Transaction`. by Vladimir Marko · 3 years, 6 months ago
- 4dc6589 Don't wrap VerifyError into NoClassDefFoundError. by Nicolas Geoffray · 3 years, 6 months ago
- e0386f1 Add standalone ART gtests to `TEST_MAPPING` group `presubmit`. by Roland Levillain · 3 years, 6 months ago
- dd41196 VarHandle: add StaticFieldVarHandle class by Orion Hodson · 3 years, 7 months ago
- f040914 Uncouple ART gtests from the ART APEX. by Roland Levillain · 3 years, 10 months ago
- b4bd92f Faster hashing in `ClassLinker::LinkVirtualMethods()`. by Vladimir Marko · 3 years, 6 months ago
- 53a6334 Improve comments in ReadBarrierOption. by Vladimir Marko · 6 years ago
- 2c96673 Don't delete everything in apexdata/com.android.art. by Alan Stokes · 3 years, 7 months ago
- ea936c0 dex2oat: Faster retrieval of profile data. by Vladimir Marko · 3 years, 7 months ago
- 8d5d585 Disable run-test `art-run-test-2040-huge-native-alloc`. by Roland Levillain · 3 years, 7 months ago
- c94ab92 Add `liblog` as a dependency of `dex2oat` Soong modules. by Roland Levillain · 3 years, 7 months ago
- bf097b7 ART clean up metrics reporter by Tej Singh · 3 years, 7 months ago
- a9967a2 Replace ART's core-platform-api stub with module-lib stubs by Victor Chang · 3 years, 7 months ago
- cd133d8 Verifier cleanups. by Nicolas Geoffray · 3 years, 7 months ago
- 971068d runtime: add -Xdeny-art-apex-data-files by Orion Hodson · 3 years, 7 months ago
- 3d12876 Add special control flags for system server reporting by Calin Juravle · 3 years, 7 months ago
- 1792c6f Add -XX:ForceJavaZygoteForkLoop flag by Hans Boehm · 3 years, 7 months ago
- 4f388e3 x86_64: Implement VarHandle.compareAnd{Set,Exchange} for fields. by Ulya Trafimovich · 3 years, 7 months ago
- a934b11 Export the system modules for module APIs stub by Victor Chang · 3 years, 7 months ago
- bbdb1ed Cache boot classpath checksums at runtime init. by Nicolas Geoffray · 3 years, 7 months ago
- 9b996ce Replace JIT total time histogram with total time counter by Calin Juravle · 3 years, 7 months ago
- c2753e6 Fix compiler filter / reason reporting and add the ISA to the metrics by Calin Juravle · 3 years, 7 months ago
- 5462433 libelffile: move to DWARF3 when writing .debug_frame. by Yabin Cui · 3 years, 7 months ago
- 7ffab81 Adjust data dir set up in `CommonArtTestImpl::SetUpAndroidRootEnvVars`. by Roland Levillain · 3 years, 7 months ago