summaryrefslogtreecommitdiff
path: root/disassembler/disassembler.cc
AgeCommit message (Expand)Author
2023-07-31riscv64: Add basic disassembler. Vladimir Marko
2023-02-03riscv64: add missing UNUSED annotations. Ulya Trafimovich
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-comment Andreas 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 disassembler Goran Jakovljevic
2016-09-08ART: Detach libart-disassembler from libart Andreas Gampe
2016-08-19ART: Add thread offset printing hook to disassembler Andreas Gampe
2015-06-22Opt compiler: Add disassembly to the '.cfg' output. Alexandre Rames
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-09[MIPS] Refactoring code for disassembler Goran Jakovljevic
2015-01-15ART: Allow to compile interpret-only mips64 files Andreas Gampe
2014-10-22C++11 related clean-up of DISALLOW_.. Ian Rogers
2014-09-16Avoid printing absolute addresses in oatdump Brian Carlstrom
2014-03-14x86-64 disassembler support. Ian Rogers
2014-03-10AArch64: Add ARM64 Disassembler Serban Constantinescu
2013-09-09Move disassembler out of runtime. Ian Rogers