- 0af91e0 arm: Fix VarHandle.compareAndSet() with read barriers. by Vladimir Marko · 2 years, 11 months ago
- 48eb839 Initialize intrinsics in dex2oat. by Nicolas Geoffray · 2 years, 11 months ago
- 872ec72 Update compiler/ implications to use (D)CHECK_IMPLIES by Santiago Aboy Solanes · 2 years, 11 months ago
- 0805e90 Add (D)CHECK_IMPLIES to ART logging by Santiago Aboy Solanes · 2 years, 11 months ago
- a0a5f00 Add timed out test files to tidy_timeout_srcs by Chih-Hung Hsieh · 2 years, 11 months ago
- ac87515 Don't overly limit recursive inlining for monomorphic cases by Santiago Aboy Solanes · 2 years, 11 months ago
- b414a4c Intrinsify System.ArrayCopy for Primitive data types by Shalini Salomi Bodapati · 3 years ago
- 4f5b7cb Limit recursive polymorphic inlining to prevent code bloat by Santiago Aboy Solanes · 3 years ago
- 927a996 x86/x86_64: Add rep_movs instructions by Shalini Salomi Bodapati · 3 years ago
- d539f86 Revert^4 "Generate a primary boot image for testing." by Jiakai Zhang · 3 years ago
- 69559a5 Add test to check against sharpening optimization by Santiago Aboy Solanes · 3 years ago
- c9607e3 Revert^3 "Generate a primary boot image for testing." by Jiakai Zhang · 3 years ago
- 5791123 Revert^2 "Generate a primary boot image for testing." by Jiakai Zhang · 3 years ago
- 2d652dd Remove unused function JNIMacroAssembler::Call(FrameOffset, Offset). by Peter Collingbourne · 3 years ago
- 30bc777 Remove race on cached thread-name deletion by Hans Boehm · 3 years ago
- 239c449 Revert "Add bss support for inlining BCP DexFiles for single image" by Santiago Aboy Solanes · 3 years ago
- bdf7dc0 Introduce FindSuperMethodToCall to find the target of a super call. by Nicolas Geoffray · 3 years ago
- e208b04 Revert "Generate a primary boot image for testing." by Hans Boehm · 3 years ago
- 6454968 Generate a primary boot image for testing. by Jiakai Zhang · 3 years ago
- 2d62882 Add bss support for inlining BCP DexFiles for single image by Santiago Aboy Solanes · 3 years ago
- ec696e5 Clean up debug checks in intrinsic code. by Ulya Trafimovich · 3 years ago
- 1b3ec0f Revert^2 "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
- 07cbc5b Revert "Reduce pauses for weak reference access" by Hans Boehm · 3 years ago
- 0ab5b6d Reduce pauses for weak reference access by Hans Boehm · 3 years, 7 months ago
- 541ca32 Use implicit suspend check in JIT. by Nicolas Geoffray · 3 years ago
- 4b34d5c Intrisify IsInfinite() (float/double) function for x86_64 by Shalini Salomi Bodapati · 3 years ago
- c8a694d Reland "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
- a3759ca arm: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- 70102e6 arm64: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- ee7bd32 Revert "Expand sharpening's ComputeLoadClassKind to cover cross-dex cases" by Nicolas Geoffray · 3 years ago
- 37af463 x86: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- bb2643f x86_64: Implement Unsafe.compareAndSetObject intrinsic. by Ulya Trafimovich · 3 years ago
- b0f63c9 Revert "Use InitializeMethodsCode when we need to reinitialize a method entrypoint." by Nicolas Geoffray · 3 years ago
- 82e525a Use InitializeMethodsCode when we need to reinitialize a method entrypoint. by Nicolas Geoffray · 3 years ago
- 32b8c8f Expand sharpening's ComputeLoadClassKind to cover cross-dex cases by Santiago Aboy Solanes · 3 years, 1 month ago
- e45883e ARM64: Enable implicit suspend checks and madvise()... by Vladimir Marko · 3 years ago
- 6f572b7 Fix out of range in art compiler. by Florian Mayer · 3 years ago
- 22df3e0 Remove operator<< from HGraph. by Nicolas Geoffray · 3 years ago
- 8884d3d Normalize XML comment syntax in ART test configuration files. by Roland Levillain · 3 years ago
- 8a868f7 ARM: Fix CASObject intrinsic slow path. by Vladimir Marko · 3 years, 1 month ago
- 5b8c025 Merge "Merge Android 12 QPR1" by Xin Li · 3 years, 1 month ago
- e74e0ce JNI: Inline fast-path for `JniMethodEnd()`. by Vladimir Marko · 3 years, 1 month ago
- d00317c JNI/x86: Fix art_jni_unlock_object_no_inline. am: 2ab607adeb by Vladimir Marko · 3 years, 1 month ago
- 2ab607a JNI/x86: Fix art_jni_unlock_object_no_inline. by Vladimir Marko · 3 years, 1 month ago
- ffe1447 JNI: Fix transition to suspended to be "release". am: 1d7ad9066d by Vladimir Marko · 3 years, 1 month ago
- 1d7ad90 JNI: Fix transition to suspended to be "release". by Vladimir Marko · 3 years, 1 month ago
- b9ce335 JNI: Fix failure to unlock for pending exception. am: 2cdb3679b3 by Vladimir Marko · 3 years, 1 month ago
- 2cdb367 JNI: Fix failure to unlock for pending exception. by Vladimir Marko · 3 years, 1 month ago
- 9bb08e5 JNI: Inline fast-path for `JniMethodStart()`. am: ce2a3445a4 by Vladimir Marko · 3 years, 1 month ago
- ce2a344 JNI: Inline fast-path for `JniMethodStart()`. by Vladimir Marko · 3 years, 2 months ago
- 058bc70 x86_64: Implement VarHandle.getAnd* for arrays and byte array views. am: 3322cc5ff9 by Ulya Trafimovich · 3 years, 1 month ago
- 3322cc5 x86_64: Implement VarHandle.getAnd* for arrays and byte array views. by Ulya Trafimovich · 3 years, 2 months ago
- 39988b1 Add tests for `art_jni_{lock,unlock}_object`. am: 3a50f34c84 by Vladimir Marko · 3 years, 1 month ago
- 3a50f34 Add tests for `art_jni_{lock,unlock}_object`. by Vladimir Marko · 3 years, 1 month ago
- 7c55977 ARM64: Implicit suspend checks using LDR. am: 7039c11b22 by Vladimir Marko · 3 years, 1 month ago
- 7039c11 ARM64: Implicit suspend checks using LDR. by Vladimir Marko · 7 years ago
- 26c7734 Mark HMethodEntry/ExitHook as CanThrow am: 9c970b906a by Mythri Alle · 3 years, 1 month ago
- 9c970b9 Mark HMethodEntry/ExitHook as CanThrow by Mythri Alle · 3 years, 1 month ago
- cf43afd Reorder functions in source file (no functional changes). am: afd764cb08 by Ulya Trafimovich · 3 years, 2 months ago
- afd764c Reorder functions in source file (no functional changes). by Ulya Trafimovich · 3 years, 2 months ago
- 2008164 Make suspend check test specific flags. am: 254a858ef4 by Vladimir Marko · 3 years, 2 months ago
- 254a858 Make suspend check test specific flags. by Vladimir Marko · 3 years, 2 months ago
- e91748f Handle baseline/optimized compilation kind in the runtime. am: 8a608fab3f by Nicolas Geoffray · 3 years, 2 months ago
- 8a608fa Handle baseline/optimized compilation kind in the runtime. by Nicolas Geoffray · 3 years, 2 months ago
- 42ca2bf Simplify hotness count in baseline compiled code. am: 9e598907f2 by Nicolas Geoffray · 3 years, 2 months ago
- be88abe Dump the graph before/after every pass am: ac4e4a231f by Santiago Aboy Solanes · 3 years, 2 months ago
- 9e59890 Simplify hotness count in baseline compiled code. by Nicolas Geoffray · 3 years, 2 months ago
- ac4e4a2 Dump the graph before/after every pass by Santiago Aboy Solanes · 3 years, 2 months ago
- 3d42296 Clean up JNI entrypoint assembly. am: 8439e45477 by Vladimir Marko · 3 years, 2 months ago
- 8439e45 Clean up JNI entrypoint assembly. by Vladimir Marko · 3 years, 2 months ago
- ffcacb7 Always access Thread state and flags as 32-bit location. am: ddf4fd3c37 by Vladimir Marko · 3 years, 2 months ago
- ddf4fd3 Always access Thread state and flags as 32-bit location. by Vladimir Marko · 3 years, 2 months ago
- a52e6ee Revert "Turn off cross-dex inlining while we take a look at 207329152" am: c3e004d1c8 by Santiago Aboy Solanes · 3 years, 2 months ago
- c3e004d Revert "Turn off cross-dex inlining while we take a look at 207329152" by Santiago Aboy Solanes · 3 years, 2 months ago
- 0d7f9a2 Turn off cross-dex inlining while we take a look at 207329152 am: f6bb80661e by Santiago Aboy Solanes · 3 years, 2 months ago
- f6bb806 Turn off cross-dex inlining while we take a look at 207329152 by Santiago Aboy Solanes · 3 years, 2 months ago
- 1c3aae7 x86_64: Add UD2 instruction and test. am: 06ed744ba5 by Ulya Trafimovich · 3 years, 2 months ago
- 39bd3ae Revert^2 "JNI: Rewrite locking for synchronized methods." am: 4d52715136 by Vladimir Marko · 3 years, 2 months ago
- 06ed744 x86_64: Add UD2 instruction and test. by Ulya Trafimovich · 3 years, 2 months ago
- 4d52715 Revert^2 "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 2 months ago
- d4edbc0 Revert "JNI: Rewrite locking for synchronized methods." am: 02e0eb7eef by Vladimir Marko · 3 years, 2 months ago
- 02e0eb7 Revert "JNI: Rewrite locking for synchronized methods." by Vladimir Marko · 3 years, 2 months ago
- 0f9b131 x86_64: Factor out common part of VarHandle.getAnd{Set,Add,Bitwise*}. am: bd2394b704 by Ulya Trafimovich · 3 years, 2 months ago
- bd2394b x86_64: Factor out common part of VarHandle.getAnd{Set,Add,Bitwise*}. by Ulya Trafimovich · 3 years, 2 months ago
- 7e9869a JNI: Rewrite locking for synchronized methods. am: c17656bcf4 by Vladimir Marko · 3 years, 2 months ago
- c17656b JNI: Rewrite locking for synchronized methods. by Vladimir Marko · 3 years, 2 months ago
- 05fbd9a Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by Xin Li · 3 years, 2 months ago
- 519ff8b Revert "Support calling entry / exit hooks from JIT code for non-debuggable" by Mythri Alle · 3 years, 2 months ago
- bd95682 Support calling entry / exit hooks from JIT code for non-debuggable by Mythri Alle · 3 years, 2 months ago
- 2498d85 Run LSE with LoadStoreAnalysisType::kBasic analysis. by Nicolas Geoffray · 3 years, 2 months ago
- b35f2a2 x86_64: Implement VarHandle.compareAnd* for arrays and byte array views. by Ulya Trafimovich · 3 years, 2 months ago
- 44a1dc7 Clean up VarHandles.set*() for arrays and byte array views. by Ulya Trafimovich · 3 years, 2 months ago
- c14f47d JNI: Improve argument passing for normal native. by Vladimir Marko · 3 years, 2 months ago
- 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 3 years, 2 months ago
- 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 3 years, 2 months ago
- fa73acc Disaggregate kNotInlined MethodCompilationStats by Santiago Aboy Solanes · 3 years, 2 months ago
- 3fa6e46 Add Math.fma (double & float versions) intrinsics for arm64 by Nikita Iashchenko · 3 years, 4 months ago
- 6545ee3 Support Math.fma Intrinsic for x86 and x86_64 by Shalini Salomi Bodapati · 3 years, 2 months ago
- a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 3 years, 2 months ago
- d3aaf94 JNI: Move args in registers for @FastNative. by Vladimir Marko · 3 years, 2 months ago