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_test.h
Age
Commit message (
Expand
)
Author
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-04-24
ART: Refactor utils/assembler test
Andreas Gampe
2015-04-08
x86_64: Fix the rex prefix for movzxb, movsxb, movb
Chao-ying Fu
2015-04-01
[optimizing] Implement x86/x86_64 math intrinsics
Mark Mendell
2015-01-14
ART: Clean assembler_test disassemblies
Andreas Gampe
2014-11-24
Merge "[optimizing compiler] Add shifts"
Calin Juravle
2014-11-24
[optimizing compiler] Add shifts
Calin Juravle
2014-11-20
ART: Assembler_arm_test
Andreas Gampe
2014-11-13
ART: Multiview assembler_test, fix x86-64 assembler
Andreas Gampe
2014-11-13
Exercise the generation of SBFX on ARM32 & Thumb-2.
Roland Levillain
2014-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-21
Implement register allocator for floating point registers.
Nicolas Geoffray
2014-08-08
ART: Make assembler_test less chatty
Andreas Gampe
2014-08-06
ART: Remove test files after test
Andreas Gampe
2014-05-19
Now we have a proper C++ library, use std::unique_ptr.
Ian Rogers
2014-05-02
ART: Fix assembler_test to use ScratchFile
Andreas Gampe
2014-04-30
x86_64 Assembler Test Infrastructure, fix x86_64 assembler
Andreas Gampe