index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disassembler
/
disassembler.cc
Age
Commit message (
Expand
)
Author
2023-07-31
riscv64: Add basic disassembler.
Vladimir Marko
2023-02-03
riscv64: add missing UNUSED annotations.
Ulya Trafimovich
2020-02-13
Remove MIPS support from JNI/trampoline compiler.
Vladimir Marko
2018-11-29
C++17 compatibility: make WITH_TIDY=1 happy again.
Elliott Hughes
2018-11-06
Conditionally include ARM disassemblers based on targeted archs.
Roland Levillain
2018-10-09
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2017-11-02
ART: Make InstructionSet an enum class and add kLast.
Vladimir Marko
2017-07-10
MIPS: Print register names instead of register numbers in disassembler
Goran Jakovljevic
2016-09-08
ART: Detach libart-disassembler from libart
Andreas Gampe
2016-08-19
ART: Add thread offset printing hook to disassembler
Andreas Gampe
2015-06-22
Opt compiler: Add disassembly to the '.cfg' output.
Alexandre Rames
2015-04-22
Replace NULL with nullptr
Mathieu Chartier
2015-04-09
[MIPS] Refactoring code for disassembler
Goran Jakovljevic
2015-01-15
ART: Allow to compile interpret-only mips64 files
Andreas Gampe
2014-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-09-16
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-03-14
x86-64 disassembler support.
Ian Rogers
2014-03-10
AArch64: Add ARM64 Disassembler
Serban Constantinescu
2013-09-09
Move disassembler out of runtime.
Ian Rogers