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
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
2015-07-30
ART: Use __ANDROID__ instead of HAVE_ANDROID_OS
Andreas Gampe
2015-06-17
Revert "Revert "ART: Implement literal pool for arm, fix branch fixup.""
Vladimir Marko
2015-06-16
Revert "ART: Implement literal pool for arm, fix branch fixup."
Vladimir Marko
2015-06-15
ART: Implement literal pool for arm, fix branch fixup.
Vladimir Marko
2015-05-22
Revert "Revert "Introduce a NearLabel in thumb2.""
Nicolas Geoffray
2015-05-13
ART: Fix unused return-value in test
Andreas Gampe
2015-04-21
Move GetAndroidToolsDir to common location.
David Srbecky
2015-02-02
ART: Fix assembler_thumb_test
Andreas Gampe
2014-09-05
ART: Fix host test failure (assembler_thumb_test).
Tong Shen
2014-07-28
Implement array get and array put in optimizing.
Nicolas Geoffray
2014-07-21
ART: Increase command buffer size in assembler_thumb_test
Andreas Gampe
2014-07-21
Fix sizeof -> strlen to get the test to run on build servers.
Nicolas Geoffray
2014-07-21
Add assembly operations with constants in optimizing compiler.
Nicolas Geoffray
2014-06-26
Fix off-by-one errors in limit checking for ldr/str instructions.
Dave Allison
2014-06-26
Support additional instructions in ARM and thumb assemblers
Dave Allison
2014-06-05
Remove unused variable in assembler test.
Dave Allison
2014-06-05
Fix assembler test to use path if it can't find tools.
Dave Allison
2014-06-05
Thumb2 assembler for JNI compiler and optimizing compiler
Dave Allison