summaryrefslogtreecommitdiffstats
path: root/disassembler
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Initial version of optimizing compiler for MIPS64R6.Roland Levillain2015-06-262-2/+143
* Fix for incorrect encode and parse of PEXTRW instructionnikolay serdjuk2015-04-291-0/+8
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* Merge "[MIPS] Refactoring code for disassembler"Andreas Gampe2015-04-096-348/+64
|\
| * [MIPS] Refactoring code for disassemblerGoran Jakovljevic2015-04-096-348/+64
* | Merge "Fix for incorrect parse of PEXTRW instruction"Andreas Gampe2015-04-091-1/+1
|\ \ | |/ |/|
| * Fix for incorrect parse of PEXTRW instructionnikolay serdjuk2015-04-071-1/+1
* | Merge "Fix address formatting in Mips64 disassembler."David Srbecky2015-04-071-7/+4
|\ \
| * | Fix address formatting in Mips64 disassembler.David Srbecky2015-04-061-7/+4
| |/
* | Merge "Build 32-bit version of the disassembler as well."David Srbecky2015-04-071-0/+2
|\ \
| * | Build 32-bit version of the disassembler as well.David Srbecky2015-04-061-0/+2
| |/
* | ART: Enable more Clang warningsAndreas Gampe2015-04-062-2/+0
|/
* Merge "[optimizing] Implement x86/x86_64 math intrinsics"Andreas Gampe2015-04-021-0/+18
|\
| * [optimizing] Implement x86/x86_64 math intrinsicsMark Mendell2015-04-011-0/+18
* | ARM64: Update to VIXL 1.9.Serban Constantinescu2015-03-311-2/+2
|/
* ART: Add Mips32r6 backend supportDouglas Leung2015-03-201-4/+8
* Initial support for quick compiler on MIPS64r6.Maja Gagic2015-03-061-62/+66
* ART: Enable the use of relative addresses in the arm64 disassembler.Alexandre Rames2015-03-062-24/+16
* ART: Fix Mips disassembler for some floating point instructions.Douglas Leung2015-02-281-21/+26
* ARM/ARM64: Dump thread offset.Zheng Xu2015-02-032-26/+32
* Merge "ART: Fix x86 disassembler"Andreas Gampe2015-02-021-10/+16
|\
| * ART: Fix x86 disassemblerAndreas Gampe2015-01-271-10/+16
* | Add options for building/testing with coverage.Dan Albert2015-01-301-0/+1
* | 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