summaryrefslogtreecommitdiffstats
path: root/disassembler
Commit message (Expand)AuthorAgeFilesLines
* Remove libcxx.mk cruft.Dan Albert2015-01-291-1/+0
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-154-0/+334
* ART: Use jalr instead of jr for MipsAndreas Gampe2015-01-131-0/+2
* Improve Thumb disassembler for LDR/STR/PUSH/POP/BKPT.Vladimir Marko2015-01-061-232/+222
* Fix crash in x86 disassembler.Nicolas Geoffray2014-12-161-1/+1
* ART: Do not inline elf writer debug symbolsAndreas Gampe2014-12-151-2/+2
* ART: Break up x86 disassembler main functionAndreas Gampe2014-12-152-237/+281
* ARM: Combine multiply accumulate operations.Ningsheng Jian2014-12-111-1/+1
* Vixl: Update the VIXL interface to VIXL 1.7 and enable VIXL debug.Serban Constantinescu2014-11-282-2/+6
* Merge "Improvements to the ARM64 disassembler."Ian Rogers2014-11-193-5/+115
|\
| * Improvements to the ARM64 disassembler.Alexandre Rames2014-10-293-5/+115
* | Revert "Arm64: Use the debug version of VIXL for debug builds."Nicolas Geoffray2014-11-171-5/+1
* | Arm64: Use the debug version of VIXL for debug builds.Serban Constantinescu2014-11-141-1/+5
* | Instruction set features for ARM64, MIPS and X86.Ian Rogers2014-11-131-1/+1
* | Tidy x86 disassemblerIan Rogers2014-11-071-24/+84
* | ART: More warningsAndreas Gampe2014-11-042-44/+8
* | Tidy and reduce ART library dependencies on the host.Ian Rogers2014-10-301-2/+2
|/
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-2/+2
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-225-6/+7
* Tidy up logging.Ian Rogers2014-10-223-0/+3
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-0/+1
* ART: ARM64: Fix instruction addresses in the disassembly.Alexandre Rames2014-10-131-7/+3
* Enable -Wimplicit-fallthrough.Ian Rogers2014-10-092-6/+7
* ART: Fix some -Wpedantic errorsAndreas Gampe2014-09-292-14/+14
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-1610-32/+75
* ART: Vectorization opcode implementation fixesLupusoru, Razvan A2014-09-031-59/+34
* ART: Add non-temporal store supportJean Christophe Beyler2014-08-261-0/+1
* 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