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
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