summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_thumb_test.cc
AgeCommit message (Expand)Author
2023-06-21Remove CodeAllocator and the extra copy of generated code. Nicolas Geoffray
2023-03-09Remove obsolete functions from JNI macro assemblers. Vladimir Marko
2022-11-09Make compiler/utils/ symbols hidden. Vladimir Marko
2022-05-14Reland^3 "Don't use AOT code for native methods for java debuggable runtime" Mythri Alle
2022-05-12Revert "Reland^2 "Don't use AOT code for native methods for java debuggable r... Mythri Alle
2022-05-12Reland^2 "Don't use AOT code for native methods for java debuggable runtime" Mythri Alle
2021-11-10JNI: Move args in registers for @FastNative. Vladimir Marko
2021-11-02Revert^2 "JNI: Remove `JniMethodFast{Start,End}()`." Vladimir Marko
2021-10-19Revert "JNI: Remove `JniMethodFast{Start,End}()`." Vladimir Marko
2021-10-19JNI: Remove `JniMethodFast{Start,End}()`. Vladimir Marko
2021-10-18JNI compiler: Rewrite exception polling. Vladimir Marko
2021-08-10Revert^2 "Adjust test for compiler update." Yabin Cui
2021-08-08Revert "Adjust test for compiler update." Yabin Cui
2021-08-08Adjust test for compiler update. Yabin Cui
2021-02-23Do not create HandleScope for JNI transitions. Vladimir Marko
2020-09-22Fix expected results for clang-r399163 update. Stephen Hines
2020-07-15Revert^2 "Switch to LLVM prebuilt tools for ART gtests" David Srbecky
2020-07-10Revert "Switch to LLVM prebuilt tools for ART gtests" Alex Light
2020-07-10Switch to LLVM prebuilt tools for ART gtests David Srbecky
2020-07-09Refactor arm assembly tests. David Srbecky
2020-03-02Move entry spills determination to JNI compiler. Vladimir Marko
2018-12-27ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-11-06Enable building art and tests with linux_bionic Alex Light
2018-04-04Separate Malloc and MemMap ArenaPools David Sehr
2017-11-02ART: Make InstructionSet an enum class and add kLast. Vladimir Marko
2017-10-11Use ScopedArenaAllocator for building HGraph. Vladimir Marko
2017-10-04Do not refresh the Marking Register in CriticalNative methods. Roland Levillain
2017-09-27assembler_thumb_test: use 'objdump -D -M force-thumb' to disassemble. Rahul Chaudhry
2017-07-24ART: Include cleanup Andreas Gampe
2017-07-17Remove the old ARM assemblers from ART. Roland Levillain
2017-07-13Introduce a Marking Register in ARM code generation. Roland Levillain
2016-12-19ARM: Fix vixl related branch issue in JNI. Artem Serov
2016-11-25ARM: VIXL32: Fix breaking changes from recent VIXL update. Scott Wakeling
2016-10-19jni: Support @FastNative methods that return objects Igor Murashkin
2016-10-04Revert "Revert "Store resolved Strings for AOT code in .bss."" Vladimir Marko
2016-09-30Revert "Store resolved Strings for AOT code in .bss." Vladimir Marko
2016-09-29Store resolved Strings for AOT code in .bss. Vladimir Marko
2016-09-09jni: Add @CriticalNative optimization to speed up JNI transitions Igor Murashkin
2016-08-25Fix VIXL assembler test for heap-poisoning configurations. Vladimir Marko
2016-08-19ARM: VIXL32: Implement VIXL-based assembler. Artem Serov
2016-04-22Refactor use of __ANDROID__ macro Bilyan Borisov
2016-04-13Move Assemblers to the Arena. Vladimir Marko
2015-12-22Optimizing/ARM: Fix CmpConstant(). Vladimir Marko
2015-12-17Optimizing/ARM: Fix AddConstant() to adhere to set_cc. Vladimir Marko
2015-12-01Optimizing/ARM: Implement kDexCachePcRelative dispatch. Vladimir Marko
2015-11-23Merge "Optimizing/ARM: Improve long shifts by 1." Vladimir Marko
2015-11-20Optimizing/ARM: Improve long shifts by 1. Vladimir Marko
2015-11-20Optimizing/Thumb2: Improve load/store for large offsets. Vladimir Marko
2015-10-14Improve Thumb2 bitwise operations. Vladimir Marko
2015-09-01ART: Add 16-bit Thumb2 ROR, NEGS and CMP for high registers. Vladimir Marko