index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disassembler
/
disassembler_x86.cc
Age
Commit message (
Expand
)
Author
2014-04-25
ART: Enables x86_64 disassembly
Vladimir Kostyukov
2014-04-17
ART: Fixes an issue with REX prefix for instructions with no ModRM byte
Vladimir Kostyukov
2014-04-01
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-03-26
Relaxed memory barriers for x86
Razvan A Lupusoru
2014-03-14
x86-64 disassembler support.
Ian Rogers
2014-02-20
Inline x86 String.indexOf
Mark Mendell
2014-02-11
Support to generate inline long to FP bytecodes for x86
Razvan A Lupusoru
2014-02-05
Specializing x86 range argument copying
Razvan A Lupusoru
2014-01-28
Merge "Improve x86 long multiply and shifts"
Ian Rogers
2014-01-24
Reduce x86 sequence for GP pair to XMM
Razvan A Lupusoru
2014-01-24
Improve x86 long multiply and shifts
Mark Mendell
2014-01-24
Improve x86 long divide
Mark Mendell
2014-01-08
Add conditional move support to x86 and allow GenMinMax to use it
Razvan A Lupusoru
2013-12-12
Disassemble more x86 instructions
Mark Mendell
2013-12-11
Add missing x86 imul opcode to disassembler
Mark Mendell
2013-12-03
Unsafe.compareAndSwapLong() intrinsic for x86.
Vladimir Marko
2013-10-28
Add byte swap instructions for ARM and x86.
Vladimir Marko
2013-09-09
Move disassembler out of runtime.
Ian Rogers