summaryrefslogtreecommitdiff
path: root/disassembler/disassembler_mips.cc
AgeCommit message (Expand)Author
2020-02-13Remove MIPS support from JNI/trampoline compiler.Vladimir Marko
2018-03-07MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()Lena Djokic
2018-01-03MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()Lena Djokic
2017-11-08MIPS: Add asub_s/u.dfLena Djokic
2017-10-19MIPS: Introduce a few MSA instructionsLena Djokic
2017-07-30MIPS: Eliminate hard-coded offsets in branchesAlexey Frunze
2017-07-25MIPS: Add maddv/msubv MSA instructionsLena Djokic
2017-07-10MIPS: Print register names instead of register numbers in disassemblerGoran Jakovljevic
2017-06-07MIPS64: Add min/max MSA instructionsGoran Jakovljevic
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-03-31MIPS64: Add ldi.df MSA instructionGoran Jakovljevic
2017-03-17Revert "Revert "Introduce a number of MSA instructions for MIPS64""Goran Jakovljevic
2017-03-15Revert "Introduce a number of MSA instructions for MIPS64"Aart Bik
2017-03-14Introduce a number of MSA instructions for MIPS64Goran Jakovljevic
2017-01-03Merge "MIPS64: java.lang.String.getChars"Treehugger Robot
2016-12-13MIPS64: Improve method invocation.Alexey Frunze
2016-12-02MIPS64: java.lang.String.getCharsChris Larsen
2016-10-20MIPS32: Implement HSelectAlexey Frunze
2016-09-08ART: Detach libart-disassembler from libartAndreas Gampe
2016-08-19ART: Add thread offset printing hook to disassemblerAndreas Gampe
2016-08-01ART: Convert pointer size to enumAndreas Gampe
2016-07-01MIPS32: Improve method invocationAlexey Frunze
2016-06-30MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier)Alexey Frunze
2016-03-21MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics.Alexey Frunze
2016-02-10MIPS32: peek*/poke*, and String.charAt intrinsics.Chris Larsen
2016-01-04MIPS: Implement HRorAlexey Frunze
2015-12-16MIPS32: improvements in code generation (mostly 64-bit ALU ops)Alexey Frunze
2015-12-15MIPS32: Fuse long and FP compare & condition in Optimizing.Alexey Frunze
2015-11-30MIPS32: int java.lang.*.numberOfLeadingZerosChris Larsen
2015-10-19MIPS64: Disassembler support for rotate instructions.Chris Larsen
2015-10-06MIPS: Assemblers changes needed for optimizing compilerGoran Jakovljevic
2015-09-10Additional MIPS64 instructions needed by intrinsics code.Chris Larsen
2015-06-19MIPS: Initial version of optimizing compiler for MIPS64R6.Alexey Frunze
2015-04-09[MIPS] Refactoring code for disassemblerGoran Jakovljevic
2015-04-06ART: Enable more Clang warningsAndreas Gampe
2015-03-20ART: Add Mips32r6 backend supportDouglas Leung
2015-02-28ART: Fix Mips disassembler for some floating point instructions.Douglas Leung
2015-01-13ART: Use jalr instead of jr for MipsAndreas Gampe
2014-10-22C++11 related clean-up of DISALLOW_..Ian Rogers
2014-10-22Tidy up logging.Ian Rogers
2014-09-16Avoid printing absolute addresses in oatdumpBrian Carlstrom
2014-04-01Allow mixing of thread offsets between 32 and 64bit architectures.Ian Rogers
2014-03-14x86-64 disassembler support.Ian Rogers
2013-09-09Move disassembler out of runtime.Ian Rogers