summaryrefslogtreecommitdiff
path: root/disassembler
AgeCommit message (Expand)Author
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 artBob 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 propertyJiyong Park
2020-02-13Remove MIPS support from JNI/trampoline compiler.Vladimir Marko
2019-12-20Revert submission 1194828-revert-1191937-art_apex_available-DWXQGTKMARJiyong Park
2019-12-19Revert submission 1191937-art_apex_availableJoseph Murphy
2019-12-19Use apex_available propertyJiyong Park
2019-08-07Conditionally include MIPS32/MIPS64 and x86/x86-64 disassembler definitions.Roland Levillain
2019-07-19Cleanup some usages of include_dirsPaul Duffin
2019-05-17ART: Run bpfmt over ART's blueprint filesAndreas Gampe
2019-04-25Patch supports Intel(R) AVX/AVX2 MOV Instructionjaishank
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-commentAndreas 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 usingAndreas Gampe
2018-08-28Use 'final' and 'override' specifiers directly in ART.Roland Levillain
2018-03-12Disassemble saturation arithmetic x86/x86_64.Aart Bik
2018-03-07MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()Lena Djokic
2018-02-28Header library to remove dependence on runtime/David Sehr
2018-01-08Merge "ARM: Fix breaking changes from recent VIXL update."Roland Levillain
2018-01-03MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()Lena Djokic
2017-12-18ARM: Fix breaking changes from recent VIXL update.Artem Serov
2017-11-08MIPS: Add asub_s/u.dfLena Djokic
2017-11-02ART: Make InstructionSet an enum class and add kLast.Vladimir Marko
2017-10-19MIPS: Introduce a few MSA instructionsLena Djokic
2017-09-27Simplify Android.bp filesDan Willemsen
2017-08-17Merge "MIPS: Eliminate hard-coded offsets in branches"Treehugger Robot
2017-08-11Bunch of SIMD for x86 and x86_64Aart Bik
2017-07-30MIPS: Eliminate hard-coded offsets in branchesAlexey Frunze
2017-07-25MIPS: Add maddv/msubv MSA instructionsLena Djokic
2017-07-24ART: Include cleanupAndreas Gampe
2017-07-10MIPS: Print register names instead of register numbers in disassemblerGoran Jakovljevic
2017-06-07MIPS64: Add min/max MSA instructionsGoran Jakovljevic
2017-05-24ART: Fix soong defaults orderAndreas Gampe
2017-05-16Merge "Min/max SIMDization support."Aart Bik
2017-05-15Min/max SIMDization support.Aart Bik
2017-05-11MIPS64: Add ilvr.df MSA instructionsGoran Jakovljevic
2017-04-21MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructionsGoran Jakovljevic
2017-04-04Merge "SIMD pcmpgtb,w,d,q for x86/x86_64"Treehugger Robot
2017-04-04SIMD pcmpgtb,w,d,q for x86/x86_64Aart Bik
2017-04-03Merge "MIPS64: Add ldi.df MSA instruction"Aart Bik
2017-03-31SIMD pavgb,w for x86/x86_64Aart Bik