summaryrefslogtreecommitdiff
path: root/disassembler/disassembler.cc
AgeCommit message (Expand)Author
2020-02-13Remove MIPS support from JNI/trampoline compiler.Vladimir Marko
2018-11-29C++17 compatibility: make WITH_TIDY=1 happy again.Elliott Hughes
2018-11-06Conditionally include ARM disassemblers based on targeted archs.Roland Levillain
2018-10-09ART: Refactor for bugprone-argument-commentAndreas Gampe
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-07-10MIPS: Print register names instead of register numbers in disassemblerGoran Jakovljevic
2016-09-08ART: Detach libart-disassembler from libartAndreas Gampe
2016-08-19ART: Add thread offset printing hook to disassemblerAndreas Gampe
2015-06-22Opt compiler: Add disassembly to the '.cfg' output.Alexandre Rames
2015-04-22Replace NULL with nullptrMathieu Chartier
2015-04-09[MIPS] Refactoring code for disassemblerGoran Jakovljevic
2015-01-15ART: Allow to compile interpret-only mips64 filesAndreas Gampe
2014-10-22C++11 related clean-up of DISALLOW_..Ian Rogers
2014-09-16Avoid printing absolute addresses in oatdumpBrian Carlstrom
2014-03-14x86-64 disassembler support.Ian Rogers
2014-03-10AArch64: Add ARM64 DisassemblerSerban Constantinescu
2013-09-09Move disassembler out of runtime.Ian Rogers