- 90fe2d0 Fix timeouts. by Alan Stokes · 4 years, 7 months ago
- b35f2a2 x86_64: Implement VarHandle.compareAnd* for arrays and byte array views. by Ulya Trafimovich · 4 years, 7 months ago
- f5ceaac Removed comment talking about a removed parameter by Santiago Aboy Solanes · 4 years, 7 months ago
- 409d1db Add more checks in FaultHandler. by Nicolas Geoffray · 4 years, 7 months ago
- 44a1dc7 Clean up VarHandles.set*() for arrays and byte array views. by Ulya Trafimovich · 4 years, 7 months ago
- c14f47d JNI: Improve argument passing for normal native. by Vladimir Marko · 4 years, 7 months ago
- 483c41a ART: Use core image to speed up some gtests. by Vladimir Marko · 4 years, 7 months ago
- 9575c12 Revert^2 "Cleanup the code to determine instrumentation level" by Mythri Alle · 4 years, 7 months ago
- fa73acc Disaggregate kNotInlined MethodCompilationStats by Santiago Aboy Solanes · 4 years, 7 months ago
- 3fa6e46 Add Math.fma (double & float versions) intrinsics for arm64 by Nikita Iashchenko · 4 years, 9 months ago
- a1d4c56 Revert^6 "Use cpplint.py from repohooks" by Orion Hodson · 4 years, 7 months ago
- 219f81f Fix potential lint errors by Orion Hodson · 4 years, 7 months ago
- cb8f8c1 Revert "Cleanup the code to determine instrumentation level" by Mythri Alle · 4 years, 7 months ago
- afae11f Refactor code using the marking register in nterp. by Nicolas Geoffray · 4 years, 7 months ago
- bc89367 Minor refactoring of `ClassLinker::LinkMethods()`. by Vladimir Marko · 4 years, 7 months ago
- 6545ee3 Support Math.fma Intrinsic for x86 and x86_64 by Shalini Salomi Bodapati · 4 years, 7 months ago
- a0232ad Add .bss support for inlining across dexfiles within Oat by Santiago Aboy Solanes · 4 years, 7 months ago
- 6806d3c Document --simpleperf option to run-test. by Ulya Trafimovich · 4 years, 7 months ago
- a110ae1 buildbot-build.sh: colorize messages. by Ulya Trafimovich · 4 years, 7 months ago
- 5298bcd buildbot-*.sh scripts: clean up colorful messages. by Ulya Trafimovich · 4 years, 7 months ago
- cbf71ec buildbot-build.sh: add a note that linkerconfig error is not fatal. by Ulya Trafimovich · 4 years, 7 months ago
- 9597748 buildbot-*.sh scripts: move common helpers to a separate script. by Ulya Trafimovich · 4 years, 7 months ago
- 21ef5a8 Cleanup the code to determine instrumentation level by Mythri Alle · 4 years, 7 months ago
- 7eba377 Enable libdexfile_external_headers on mac. by Martin Stjernholm · 4 years, 7 months ago
- b304c40 OpenJDK 11: Merging in java.lang.String (chars() and codePoints() methods) by Nikita Iashchenko · 4 years, 7 months ago
- d3cc4fc OpenJDK 11: Merging in java.lang.String (lines() method) by Nikita Iashchenko · 4 years, 7 months ago
- 50df1e2 OpenJDK 11: Merging in java.lang.String (isBlank() method) by Nikita Iashchenko · 4 years, 7 months ago
- d3aaf94 JNI: Move args in registers for @FastNative. by Vladimir Marko · 4 years, 7 months ago
- 61673dc Reland "Change hotness counting." by Nicolas Geoffray · 4 years, 7 months ago
- f726d20 Consolidate min_sdk_version settings. by Martin Stjernholm · 4 years, 7 months ago
- 66982ad OpenJDK 11: Merging in java.lang.String (strip* methods) by Nikita Iashchenko · 4 years, 7 months ago
- 970ba21 Inline across dex files for compiler options' non-BCP methods by Santiago Aboy Solanes · 4 years, 8 months ago
- e10abe7 Inherit art_defaults in cc_library_headers as well. by Martin Stjernholm · 4 years, 7 months ago
- 02e3be0 Make art_test_common_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 7 months ago
- 9dca919 Make art_debug_defaults inherit art_defaults. by Martin Stjernholm · 4 years, 7 months ago
- b747b7a Move the bionic_libc_platform_headers dependency to where it is used. by Martin Stjernholm · 4 years, 7 months ago
- dc7f139 Refactor libart_runtime_headers_ndk to a header lib also used by libart itself. by Martin Stjernholm · 4 years, 7 months ago
- 31f9e7d Remove libart_runtime_headers_ndk from libctstiagent. by Martin Stjernholm · 4 years, 7 months ago
- e078f43 OpenJDK 11: Merging in java.lang.String (checkBounds() helpers) by Nikita Iashchenko · 4 years, 7 months ago
- 5097f83 Revert^2 "Add support for calling entry / exit hooks directly from JIT code"" by Mythri Alle · 4 years, 7 months ago
- d1e6bea Build `odrefresh` ART gtests for both 32- and 64-bit architectures. by Roland Levillain · 4 years, 7 months ago
- 05949c6 artd and its dependencies don't exist on host. by Martin Stjernholm · 4 years, 7 months ago
- 1aa30e5 Handle TARGET_FLATTEN_APEX and PRODUCT_COMPRESSED_APEX being "" when false. by Martin Stjernholm · 4 years, 7 months ago
- cc76459 Modified revert of "Add couple DexCache read-barriers." by David Srbecky · 4 years, 8 months ago
- 01f0b84 ART: CleanSpec workaround for broken dependencies. by Vladimir Marko · 4 years, 7 months ago
- ad33392 JNI: Rewrite read barrier slow path. by Vladimir Marko · 4 years, 7 months ago
- 39c36b2 OpenJDK 11: Merging in java.lang.String (checkIndex() helper) by Nikita Iashchenko · 4 years, 7 months ago
- 7f7f644 Allow running art run-tests with simpleperf. by Ulya Trafimovich · 4 years, 7 months ago
- cdf6c49 Revert^2 "OpenJDK 11: Add String.repeat()" by Orion Hodson · 4 years, 7 months ago
- e37bacc Tidy up Unsafe.copyMemory test by Sorin Basca · 4 years, 7 months ago
- d3f8758 Treat PhantomReferences like normal object by Daniele Di Proietto · 4 years, 8 months ago
- dd57645 Dump NativeAllocationRegistry size by Daniele Di Proietto · 4 years, 8 months ago
- f0d8b44 Revert^2 "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Mythri Alle · 4 years, 7 months ago
- 619121a Remove the code for verifying artifacts. by Jiakai Zhang · 4 years, 7 months ago
- 18fba4c Remove unused code related to method entry / exit events by Mythri Alle · 4 years, 7 months ago
- 6947faa Making CompletableFutureTest as known failure on gcstress debug by Sorin Basca · 4 years, 7 months ago
- 968c813 Avoid redundant strlen for shorty names by Jared Duke · 4 years, 7 months ago
- 91c795f Adding Unsafe.copyMemory for arrays by Sorin Basca · 4 years, 7 months ago
- aa4024c Removing copy with primitive arrays in Unsafe by Sorin Basca · 4 years, 7 months ago
- b6bb603 Fix linting issues in Unsafe native by Sorin Basca · 4 years, 7 months ago
- 10a312c Regenerate ART test files (2021-10-30). by Roland Levillain · 4 years, 7 months ago
- ceeba2c Include some Checker tests in automated executions. by Roland Levillain · 4 years, 7 months ago
- ae0810b x86_64: Implement VarHandle.set{,Acquire,Opaque,Volatile} for byte array views. by Ulya Trafimovich · 4 years, 7 months ago
- 46a8910 Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." by Vladimir Marko · 4 years, 8 months ago
- fa66389 Inline ResolveMethod and ResolveField in nterp by David Srbecky · 4 years, 8 months ago
- ee6c1b1 Update entrypoint_utils check method -> other_method by Santiago Aboy Solanes · 4 years, 7 months ago
- 295ed5a Update bug no. associated with TODOs for failing standalone ART gtests. by Roland Levillain · 4 years, 7 months ago
- 72be14e Revert "Add support for calling entry / exit hooks directly from JIT code" by Mythri Alle · 4 years, 7 months ago
- 667584d Regenerate ART test files (2021-10-29). by Roland Levillain · 4 years, 7 months ago
- 227b613 Exclude `art-run-test-832-cha-recursive` from automated executions. by Roland Levillain · 4 years, 7 months ago
- 26db016 Revert "Update run-test script to pass --Xjitthreshold:0 for jvmti tests" by Vladimir Marko · 4 years, 7 months ago
- 0b7fd87 Refactor JavaHprofDataSource::Trace() callback lambda by Daniele Di Proietto · 4 years, 8 months ago
- fc76d9e Fix build with global ThinLTO by Yi Kong · 4 years, 7 months ago
- e43aa3f Revert^2 "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 4 years, 7 months ago
- 808d8cc Assign lower level to Small IRT table lock by Hans Boehm · 4 years, 7 months ago
- d172926 arm: Fix VarHandle.compareAndSet/long intrinsic... by Vladimir Marko · 4 years, 7 months ago
- 2d4feeb Add support for calling entry / exit hooks directly from JIT code by Mythri Alle · 4 years, 8 months ago
- 60abdd9 Display the timeout value of `dex2oat`'s watchdog in milliseconds. by Roland Levillain · 4 years, 7 months ago
- 6f6929a Fix the documentation of `dex2oat`'s option `--watchdog-timeout`. by Roland Levillain · 4 years, 7 months ago
- 0a42f1e Use --skip-config --soong-only instead of --skip-make by Colin Cross · 4 years, 7 months ago
- 8cb989f Revert "Inline across dex files for bootclaspath's methods" by Santiago Aboy Solanes · 4 years, 7 months ago
- 3693b2a Revert^2 "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views." by Ulyana Trafimovich · 4 years, 7 months ago
- 5b90868 Fix the empty profile slow down the dex2oat by Yang Tianping · 4 years, 7 months ago
- 7cd509c Include BuildId in native stack dump. by David Srbecky · 4 years, 7 months ago
- 4ed28fb Extend test 712-varhandle-invocations to check negative array indices. by Ulya Trafimovich · 4 years, 7 months ago
- 6620caa Revert "x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views." by Roland Levillain · 4 years, 7 months ago
- 298f1b7 x86_64: Implement VarHandle.get{,Acquire,Opaque,Volatile} for byte array views. by Ulya Trafimovich · 4 years, 8 months ago
- 5514c8e Add dexpreopt_test. by Jiakai Zhang · 4 years, 8 months ago
- e7e123a Fix checker tests after inlining change. by Vladimir Marko · 4 years, 7 months ago
- 6ef7072 Move Soong module `art-run-test-checker` from `mts` to `mts-art`. by Roland Levillain · 4 years, 7 months ago
- 4dcac36 Initially allocate smaller local IRT by Hans Boehm · 4 years, 8 months ago
- 48fb9f4 Revert "OpenJDK 11: Add String.repeat()" by Orion Hodson · 4 years, 7 months ago
- 58ebded Fix test 581-rtp by Santiago Aboy Solanes · 4 years, 7 months ago
- ce131fe Revert "Change hotness counting." by Vladimir Marko · 4 years, 7 months ago
- 9c924e8 Add support to place shared libraries after the dex path by Brad Stenning · 4 years, 8 months ago
- d690f8a Inline across dex files for bootclaspath's methods by Santiago Aboy Solanes · 4 years, 8 months ago
- e91a954 Revert^2 "ART: Redundant AND operation removal optimization" by Artem Serov · 4 years, 7 months ago
- fd846c5 Remove all support for Brooks read barrier. by Vladimir Marko · 4 years, 8 months ago
- 0a746a7 Extend --installclean to delete out/target/common/obj/JAVA_LIBRARIES. by Martin Stjernholm · 4 years, 8 months ago
- 394a082 Change `BitTableBase<>::num_rows_` to `uint32_t`. by Vladimir Marko · 4 years, 7 months ago