summaryrefslogtreecommitdiff
path: root/disassembler/disassembler.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove MIPS support from JNI/trampoline compiler.Vladimir Marko2020-02-131-12/+0
* C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes2018-11-291-1/+1
* Conditionally include ARM disassemblers based on targeted archs.Roland Levillain2018-11-061-19/+44
* ART: Refactor for bugprone-argument-commentAndreas Gampe2018-10-091-2/+2
* ART: Make InstructionSet an enum class and add kLast.Vladimir Marko2017-11-021-6/+6
* MIPS: Print register names instead of register numbers in disassemblerGoran Jakovljevic2017-07-101-2/+4
* ART: Detach libart-disassembler from libartAndreas Gampe2016-09-081-3/+11
* ART: Add thread offset printing hook to disassemblerAndreas Gampe2016-08-191-4/+2
* Opt compiler: Add disassembly to the '.cfg' output.Alexandre Rames2015-06-221-0/+4
* Replace NULL with nullptrMathieu Chartier2015-04-221-1/+1
* [MIPS] Refactoring code for disassemblerGoran Jakovljevic2015-04-091-3/+2
* ART: Allow to compile interpret-only mips64 filesAndreas Gampe2015-01-151-0/+3
* C++11 related clean-up of DISALLOW_..Ian Rogers2014-10-221-1/+1
* Avoid printing absolute addresses in oatdumpBrian Carlstrom2014-09-161-6/+16
* x86-64 disassembler support.Ian Rogers2014-03-141-1/+3
* AArch64: Add ARM64 DisassemblerSerban Constantinescu2014-03-101-0/+3
* Move disassembler out of runtime.Ian Rogers2013-09-091-0/+41