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