summaryrefslogtreecommitdiff
path: root/disassembler/disassembler_arm.cc
AgeCommit message (Expand)Author
2014-10-09Enable -Wimplicit-fallthrough. Ian Rogers
2014-09-29ART: Fix some -Wpedantic errors Andreas Gampe
2014-09-16Avoid printing absolute addresses in oatdump Brian Carlstrom
2014-07-28Implement array get and array put in optimizing. Nicolas Geoffray
2014-06-24Add some more instruction support to optimizing compiler. Dave Allison
2014-05-01Fix a few 64-bit compilation of 32-bit code issues. Ian Rogers
2014-04-09Revert "Revert "Revert "Use trampolines for calls to helpers""" Dave Allison
2014-04-09Revert "Revert "Use trampolines for calls to helpers"" Dave Allison
2014-04-07Revert "Use trampolines for calls to helpers" Dave Allison
2014-04-04Use trampolines for calls to helpers Dave Allison
2014-04-03Disassemble Thumb2 shifts and more VFP instructions. Vladimir Marko
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures. Ian Rogers
2014-03-25Fix imm5 and shift_type detection Dmitriy Ivanov
2014-03-14x86-64 disassembler support. Ian Rogers
2014-03-13Avoid bus error from reading unaligned 64-bit literal Brian Carlstrom
2014-03-10ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler. Zheng Xu
2014-02-06Object model changes to support 64bit. Ian Rogers
2014-01-08Inline codegen for long-to-double on ARM. Ian Rogers
2013-12-20Tidy up memory barriers. Ian Rogers
2013-11-26Intrinsic Unsafe.CompareAndSwapLong() for ARM. Vladimir Marko
2013-11-19Clean up kOpCmp on ARM. Vladimir Marko
2013-11-15Fix Thumb2 ldrd/strd disassembly. Vladimir Marko
2013-11-07Disassemble Thumb2 vstm/vldm/vstr/vldr/vpush/vpop/vmov/vmrs. Vladimir Marko
2013-11-05Support hardware divide instruction Dave Allison
2013-10-28Fix whitespace-sensitive build. Vladimir Marko
2013-10-28Add byte swap instructions for ARM and x86. Vladimir Marko
2013-10-04Implement thumb expansion of immediates. Ian Rogers
2013-09-09Move disassembler out of runtime. Ian Rogers