summaryrefslogtreecommitdiffstats
path: root/disassembler
Commit message (Expand)AuthorAgeFilesLines
...
* Implement inlined shift long for 32bitYixin Shou2014-08-141-0/+12
* Fix art build scriptJunmo Park2014-08-131-2/+2
* ART: Correct disassembling of 64bit immediates on x86_64Vladimir Kostyukov2014-07-301-2/+2
* Implement array get and array put in optimizing.Nicolas Geoffray2014-07-282-8/+44
* ART: Correct disassembling of regs from opcodesVladimir Kostyukov2014-07-091-3/+5
* Merge "X86 Backend support for vectorized float and byte 16x16 operations"Ian Rogers2014-07-081-3/+17
|\
| * X86 Backend support for vectorized float and byte 16x16 operationsUdayan Banerji2014-07-081-3/+17
* | x86_64: Clean-up after cmp-long fixSerguei Katkov2014-07-091-4/+6
|/
* Merge "ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generation"Ian Rogers2014-07-071-0/+27
|\
| * ART: Add HADDPS/HADDPD/SHUFPS/SHUFPD instruction generationOlivier Come2014-06-251-0/+27
* | ART: FF-opcodes are target-specificVladimir Kostyukov2014-07-031-8/+15
* | Load 64 bit constant into GPR by single instruction for 64bit modeYixin Shou2014-07-021-2/+12
* | ART: FPU instructions support in disassemblerVladimir Kostyukov2014-07-011-5/+27
|/
* Multilib ART host.Ian Rogers2014-06-241-2/+2
* Add some more instruction support to optimizing compiler.Dave Allison2014-06-241-15/+54
* X86 Dis: Add missing mov byte; Add size suffixesMark Mendell2014-06-211-6/+32
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-101-8/+6
* Add Move with Sign Extend Double to disassemblerMark Mendell2014-06-081-0/+11
* Fix X86 disassambler printing of XMM, MM registersMark Mendell2014-06-051-1/+1
* Merge "ART: x86_64 disassembler improvements"Ian Rogers2014-06-041-21/+68
|\
| * ART: x86_64 disassembler improvementsVladimir Kostyukov2014-06-041-21/+68
* | ART: Make LOCAL_CLANG architecture dependent for the targetAndreas Gampe2014-06-041-12/+7
|/
* Support disassembly of 16-bit immediatesMark Mendell2014-05-301-2/+7
* Implement all vector instructions for X86Mark Mendell2014-05-241-4/+193
* Move art host to libc++Dan Albert2014-05-211-1/+1
* Now we have a proper C++ library, use std::unique_ptr.Ian Rogers2014-05-191-1/+1
* Fix a few 64-bit compilation of 32-bit code issues.Ian Rogers2014-05-011-3/+3
* ART: Enables x86_64 disassemblyVladimir Kostyukov2014-04-251-7/+25
* Merge "ART: Fixes an issue with REX prefix for instructions with no ModRM byte"Ian Rogers2014-04-241-1/+1
|\
| * ART: Fixes an issue with REX prefix for instructions with no ModRM byteVladimir Kostyukov2014-04-171-1/+1
* | Preparation for transition to libc++.Ian Rogers2014-04-161-4/+3
|/
* Revert "Revert "Revert "Use trampolines for calls to helpers"""Dave Allison2014-04-091-25/+5
* Revert "Revert "Use trampolines for calls to helpers""Dave Allison2014-04-091-5/+25
* Revert "Use trampolines for calls to helpers"Dave Allison2014-04-071-25/+5
* Use trampolines for calls to helpersDave Allison2014-04-041-5/+25
* Disassemble Thumb2 shifts and more VFP instructions.Vladimir Marko2014-04-031-117/+192
* Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers2014-04-013-7/+11
* Relaxed memory barriers for x86Razvan A Lupusoru2014-03-261-0/+6
* Fix imm5 and shift_type detectionDmitriy Ivanov2014-03-251-3/+3
* x86-64 disassembler support.Ian Rogers2014-03-148-32/+43
* Avoid bus error from reading unaligned 64-bit literalBrian Carlstrom2014-03-131-1/+2
* Merge "AArch64: Add ARM64 Disassembler"Ian Rogers2014-03-104-2/+101
|\
| * AArch64: Add ARM64 DisassemblerSerban Constantinescu2014-03-104-2/+101
* | ARM: Remove duplicated instructions; add vcvt, vmla, vmls disassembler.Zheng Xu2014-03-101-0/+86
|/
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-4/+0
* Inline x86 String.indexOfMark Mendell2014-02-201-0/+4
* art: convert makefiles to support multilib buildColin Cross2014-02-181-2/+0
* Support to generate inline long to FP bytecodes for x86Razvan A Lupusoru2014-02-111-0/+14
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+3
* Specializing x86 range argument copyingRazvan A Lupusoru2014-02-051-0/+36