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