- 8dc5cf6 Include recovery image variant of jni_headers in sdk by Paul Duffin · 3 years, 4 months ago
- f8dea01 Simplify IRTEntry by Hans Boehm · 3 years, 3 months ago
- e8445e5 Always check for an exception after a class lookup. by Nicolas Geoffray · 3 years, 3 months ago
- d750630 Revert "Create an abstraction for dexopt tasks" by Victor Hsieh · 3 years, 3 months ago
- c887816 Create an abstraction for dexopt tasks by Victor Hsieh · 3 years, 4 months ago
- 2f01e8e Copying sun.misc.Unsafe to jdk.internal.misc by Sorin Basca · 3 years, 6 months ago
- 33a3129 Revert "Move dex register check upwards in the Inliner stack" by Santiago Aboy Solanes · 3 years, 3 months ago
- 9cc65df Drop unused arguments for MethodEntered function by Mythri Alle · 3 years, 3 months ago
- 08a37a0 Include native bridge variant of jni_headers in sdk by Paul Duffin · 3 years, 3 months ago
- 57c6a72 Fix unused-command-line-argument warning by Yi Kong · 3 years, 3 months ago
- 59064eb Split odsign_e2e_tests. by Jiakai Zhang · 3 years, 3 months ago
- dc26639 Revert "Revert^2 "Use cpplint.py from repohooks"" by Yuri Lin · 3 years, 3 months ago
- 7ea9270 Enforcing min_sdk_version on art-run-test* and art_standalone*_tests by Spandan Das · 3 years, 3 months ago
- c178495 Revert^2 "Use cpplint.py from repohooks" by Orion Hodson · 3 years, 3 months ago
- ea55f3d Change only_use_system_oat_files_ logic. by Nicolas Geoffray · 3 years, 4 months ago
- 52818b0 Speed up odsign_e2e_tests. by Jiakai Zhang · 3 years, 3 months ago
- af5fc45 Revert "Use cpplint.py from repohooks" by Paul Hadfield · 3 years, 3 months ago
- 7cbd0e8 Remove libartbase from static_libs of odrefresh tests. by Jiakai Zhang · 3 years, 3 months ago
- b1d9035 Fix lint error in odrefresh_test. by Jiakai Zhang · 3 years, 3 months ago
- 8f0887b Update logic to add debug modules to art-runtime. by Martin Stjernholm · 3 years, 4 months ago
- 7a7a1e2 Move dex register check upwards in the Inliner stack by Santiago Aboy Solanes · 3 years, 3 months ago
- ad58e1c Remove the use of --updatable-bcp-packages-fd from odrefresh. by Jiakai Zhang · 3 years, 3 months ago
- d726cb1 Fix missing suspend check in nterp for goto32 +0 by Nicolas Geoffray · 3 years, 3 months ago
- 145f969 Use cpplint.py from repohooks by Colin Cross · 3 years, 3 months ago
- e684fc5 Add kryo785 as known variant. by Nicolas Geoffray · 3 years, 3 months ago
- 4e6cc73 Support using boot image on system when compiling system server. by Jiakai Zhang · 3 years, 3 months ago
- 0755671 Update odrefresh to check APEX system server artifacts on system. by Jiakai Zhang · 3 years, 3 months ago
- 7fa7086 Update ART runtime to recognize artifacts on /system for APEX. by Jiakai Zhang · 3 years, 3 months ago
- e3e0184 Update folder name in art/build's README by Santiago Aboy Solanes · 3 years, 3 months ago
- 9f98fc3 Add couple DexCache read-barriers. by David Srbecky · 3 years, 3 months ago
- ad0daef An incompatible field type assignment is always an error. by Nicolas Geoffray · 3 years, 3 months ago
- 39e2979 ARM64: FP16 min and max intrinsic for ARMv8 by Usama Arif · 5 years ago
- 816b0da ART: Enables Debugging with LLDB for dex2oat. by Stelios Ioannou · 3 years, 7 months ago
- 2658a07 OpenJDK 11: update test expectations for 913-heaps by Nikita Iashchenko · 3 years, 3 months ago
- 236f7bf OpenJDK 11: replace Thread#init() with constructors by Nikita Iashchenko · 3 years, 3 months ago
- 073885c Fix art compiling against musl by Colin Cross · 3 years, 3 months ago
- 96d8f4f Fix two incorrect test conditions in `libartbase/base/flags_test.cc`. by Roland Levillain · 3 years, 3 months ago
- 3027c60 Do not build libraries that depend on deapexer rules. by Martin Stjernholm · 3 years, 3 months ago
- 88b5c1d Refactor register allocator's ProcessInstruction by Santiago Aboy Solanes · 3 years, 3 months ago
- cf6a926 Revert "Restore partial LSE." by Nicolas Geoffray · 3 years, 3 months ago
- f513a76 Handle .capex files in the chroot setup. by Martin Stjernholm · 3 years, 4 months ago
- f740be5e Handle the case the enclosing class is missing. by Nicolas Geoffray · 3 years, 3 months ago
- 7a3ccd0 Disable host build of odrefresh by Victor Hsieh · 3 years, 4 months ago
- c2aa7a3 Restore partial LSE. by Nicolas Geoffray · 3 years, 3 months ago
- 8214de1 Do not mark large objects for evacuation by Hans Boehm · 3 years, 4 months ago
- 53395f0 No longer mention APEX flattening in chroot-based testing docs. by Roland Levillain · 3 years, 4 months ago
- 172633d Remove instructions about running post-submit tests with Atest. by Roland Levillain · 3 years, 4 months ago
- 8c3b33f Skip version 199. by Nicolas Geoffray · 3 years, 3 months ago
- 8be6638 Update 939-hello-transformation-bcp test by Nikita Iashchenko · 3 years, 4 months ago
- ab91eef Address review comments on method resolution. by Nicolas Geoffray · 3 years, 4 months ago
- e8a822d Remove entry SuspendCheck for methods which only call on the slow path by Santiago Aboy Solanes · 3 years, 4 months ago
- 76a943a Update .oat version after disabling partial LSE. by Nicolas Geoffray · 3 years, 4 months ago
- 6e45817 [art] Add GetPreOomeGcCount API by Sekyeong Heo · 3 years, 4 months ago
- 3de02fb ART: Removes SuspendCheck for plain loops with a low trip count. by Stelios Ioannou · 3 years, 6 months ago
- 18074d2 Temporarily disable partial LSE. by Nicolas Geoffray · 3 years, 4 months ago
- 92e5d84 Remove workarounds for fixed bug 18051191 by Santiago Aboy Solanes · 3 years, 4 months ago
- 248d5c4 Add an obsolete stub check in ArtMethod::GetOatQuickMethodHeader. by Nicolas Geoffray · 3 years, 4 months ago
- 8dea9c4 Update code to fix two unused variable warnings. by Nicolas Geoffray · 3 years, 4 months ago
- c07f488 Add a test and consistency checks in method / field resolution. by Nicolas Geoffray · 3 years, 4 months ago
- 7fae86c Make sure only comments are stripped by Yi Kong · 3 years, 4 months ago
- 1c494e3 Use the right class loader for ResolvedMethodAccessTest. by Nicolas Geoffray · 3 years, 4 months ago
- 9a10f5b Adding known failure due to missing format 038 support in slicer by Sorin Basca · 3 years, 4 months ago
- a74a707 vdex: add checks in the event of file corruption. by Nicolas Geoffray · 3 years, 4 months ago
- 0de8c02 Explicitly note ignored return result by Yi Kong · 3 years, 4 months ago
- fde4c27 Adapt ART tests for the new llvm-objdump output format by Yi Kong · 3 years, 4 months ago
- 75e5089 Fix -Wframe-larger-than warnings in ART tests by Yi Kong · 3 years, 4 months ago
- 2999759 Suppress three counts of compiler warnings for frame size limit exceeded by Yi Kong · 3 years, 4 months ago
- 1126d74 Expand error message in ResolvedMethodAccessTest by David Srbecky · 3 years, 4 months ago
- d6576ef Mention Checker tests in `test/README.md`. by Roland Levillain · 3 years, 4 months ago
- 01545e8 Reboot device before running eng-prod gtests by David Srbecky · 3 years, 4 months ago
- 19444a6 It's a hard failure if return types cannot match. by Nicolas Geoffray · 3 years, 4 months ago
- 18c72c6 Change soft failure into more precise missing method. by Nicolas Geoffray · 3 years, 4 months ago
- b05bf89 OpenJDK 11: Move math classes from sun.misc.* to jdk.internal.math by Nikita Iashchenko · 3 years, 4 months ago
- d8c0ac2 Better isolate standalone ART gtests on device. by Roland Levillain · 3 years, 4 months ago
- ebefce3 Make it a hard failure if we could not find a catch clause. by Nicolas Geoffray · 3 years, 4 months ago
- adc11b1 Turn unconditional soft failure into a hard failure. by Nicolas Geoffray · 3 years, 4 months ago
- 8756585 verifier: the throw bytecode must have a throwable class as input. by Nicolas Geoffray · 3 years, 5 months ago
- 1728bb7 Turn soft failure into hard failure. by Nicolas Geoffray · 3 years, 4 months ago
- 3a8dfcf Catch clauses should only have throwable types. by Nicolas Geoffray · 3 years, 4 months ago
- e172a80 Revert "Cleanup return type checks with arrays." by Nicolas Geoffray · 3 years, 4 months ago
- 59193a6 Cleanup return type checks with arrays. by Nicolas Geoffray · 3 years, 5 months ago
- f6fe363 Relax failure on return type for unresolved types. by Nicolas Geoffray · 3 years, 5 months ago
- 0700b69 SVE: Extract Intermediate Address for SVE Vector Memory Operations by Raphael Gault · 4 years, 3 months ago
- 6194403 Exclude `com.android.org.conscrypt.NativeCryptoArgTest` from ART MTS. by Roland Levillain · 3 years, 4 months ago
- 380f967 Regenerate ART test files (2021-09-02). by Roland Levillain · 3 years, 4 months ago
- ecbdc07 ARM64: FP16.compare() intrinsic for ARMv8 by Usama Arif · 5 years ago
- 3676b36 Clean up compile time null checks for VarHandle intrinsics. by Ulya Trafimovich · 3 years, 4 months ago
- 315cf0c Allow visibility on libdexfile for all libdexfile_support users (reland). by Martin Stjernholm · 3 years, 4 months ago
- 3056792 Revert "Allow visibility on libdexfile for all libdexfile_suppor..." by Rex Lin · 3 years, 4 months ago
- 4ae09d4 Fix unused collector_type_ variable by Yi Kong · 3 years, 4 months ago
- 17af7a8 Stop using `group_static_libs` property by LaMont Jones · 3 years, 4 months ago
- 3c137bf Allow visibility on libdexfile for all libdexfile_support users. by Martin Stjernholm · 3 years, 4 months ago
- 0f803ce find_api_violations.pl: sync strings with hiddenapi_flags.h by Orion Hodson · 3 years, 4 months ago
- 611d71c Fix a few non-inclusive terms by Orion Hodson · 3 years, 4 months ago
- 98f01d1 Revert^2 "Compile time null checks for VarHandle intrinsics." by Ulyana Trafimovich · 3 years, 5 months ago
- 96dadef Partial LSE: handle all kinds of infinite loops. by Nicolas Geoffray · 3 years, 4 months ago
- 12dd6fc Reland "Trigger fewer GCs during startup"" by Hans Boehm · 3 years, 4 months ago
- d44add9 odrefresh: Allow extra 30s for subprocesses in VM by Victor Hsieh · 3 years, 4 months ago
- 059210d Make smali compilations deterministic by David Srbecky · 3 years, 4 months ago
- 95bb995 Remove unused MadviseState hints by Jared Duke · 3 years, 5 months ago