summaryrefslogtreecommitdiff
path: root/disassembler
AgeCommit message (Expand)Author
2025-01-14Add an explicit destructor for DisassemblerArm. Elliott Hughes
2024-11-04riscv: define and use funct7 for Print32BinOp Santiago Aboy Solanes
2024-09-19Print the full relative address in Arm64 Santiago Aboy Solanes
2024-08-23riscv64: Support Zbs ISA extension in ART disassembler s.kozub
2024-08-02ART: Suppress -Wdeprecated-declarations for vixl includes. Vladimir Marko
2024-04-23Set test ownerships for ART. Martin Stjernholm
2024-03-14Make sure there are no lone UNREACHABLEs Santiago Aboy Solanes
2024-02-24riscv64: Make "C" extension default for assembler tests. Vladimir Marko
2024-02-21riscv64: Support "C" extension in disassembler Roman Artemev
2024-02-07riscv64: Support RISC-V RVV in disassembler Roman Artemev
2023-08-24riscv64: Enable Optimizing compiler for more instructions. Vladimir Marko
2023-08-21riscv64: Add support for Zba and Zbb extensions. Vladimir Marko
2023-08-16riscv64: Fix disassembly of SRAI/SRAIW. Vladimir Marko
2023-08-16riscv64: Disassemble "Zicsr" extension... Vladimir Marko
2023-08-08riscv64: Disassemble floating point operations. Vladimir Marko
2023-08-01riscv64: Disassemble "M" and "A" extensions. Vladimir Marko
2023-07-31riscv64: Add basic disassembler. Vladimir Marko
2023-05-08Revert "Remove the codegen property" Android Culprit Assistant
2023-05-08Remove the codegen property Cole Faust
2023-02-03riscv64: add missing UNUSED annotations. Ulya Trafimovich
2022-11-14Fix ArtDisassemblerTest.LoadLiteralVisit to read initialized values Mythri Alle
2022-10-14ART: Speed up some gtests. Vladimir Marko
2022-06-09VIXL Dissassembler Integration Upgrade May. 2022 Greg Cawthorne
2021-11-09Inherit art_defaults in cc_library_headers as well. Martin Stjernholm
2021-11-09Refactor libart_runtime_headers_ndk to a header lib also used by libart Martin Stjernholm
2021-05-10Link libvixl statically. Vladimir Marko
2021-03-19Add min_sdk_version for ART module. Nicolas Geoffray
2021-03-02[LSC] Add LOCAL_LICENSE_KINDS to art Bob Badour
2020-10-23Rename ART release APEX to com.android.art. Martin Stjernholm
2020-09-29Link libart-disassembler statically into static libart-compiler. Martin Stjernholm
2020-09-03Improve disasembly of BL to thread entrypoint trampoline. Vladimir Marko
2020-05-04Set apex_available property Jiyong Park
2020-02-13Remove MIPS support from JNI/trampoline compiler. Vladimir Marko
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMAR Jiyong Park
2019-12-19Revert submission 1191937-art_apex_available Joseph Murphy
2019-12-19Use apex_available property Jiyong Park
2019-08-07Conditionally include MIPS32/MIPS64 and x86/x86-64 disassembler definitions. Roland Levillain
2019-07-19Cleanup some usages of include_dirs Paul Duffin
2019-05-17ART: Run bpfmt over ART's blueprint files Andreas Gampe
2019-04-25Patch supports Intel(R) AVX/AVX2 MOV Instruction jaishank
2018-11-29C++17 compatibility: make WITH_TIDY=1 happy again. Elliott Hughes
2018-11-06Use unified libvixl(d) instead of per-supported-arch libvixl(d)-arm(64). Roland Levillain
2018-11-06Conditionally compile/link ARM & ARM64 disassemblers based on targeted archs. Roland Levillain
2018-11-06Conditionally include ARM disassemblers based on targeted archs. Roland Levillain
2018-10-09ART: Refactor for bugprone-argument-comment Andreas Gampe
2018-09-20Revert^2 "ART: Refactor typedef to using" Andreas Gampe
2018-09-20Revert "ART: Refactor typedef to using" Andreas Gampe
2018-09-19ART: Refactor typedef to using Andreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART. Roland Levillain
2018-03-12Disassemble saturation arithmetic x86/x86_64. Aart Bik