summaryrefslogtreecommitdiff
path: root/disassembler/disassembler_mips.cc
AgeCommit message (Expand)Author
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.df Lena Djokic
2017-10-19MIPS: Introduce a few MSA instructions Lena Djokic
2017-07-30MIPS: Eliminate hard-coded offsets in branches Alexey Frunze
2017-07-25MIPS: Add maddv/msubv MSA instructions Lena Djokic
2017-07-10MIPS: Print register names instead of register numbers in disassembler Goran Jakovljevic
2017-06-07MIPS64: Add min/max MSA instructions Goran Jakovljevic
2017-05-11MIPS64: Add ilvr.df MSA instructions Goran Jakovljevic
2017-04-21MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructions Goran Jakovljevic
2017-03-31MIPS64: Add ldi.df MSA instruction Goran 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 MIPS64 Goran 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.getChars Chris Larsen
2016-10-20MIPS32: Implement HSelect Alexey Frunze
2016-09-08ART: Detach libart-disassembler from libart Andreas Gampe
2016-08-19ART: Add thread offset printing hook to disassembler Andreas Gampe
2016-08-01ART: Convert pointer size to enum Andreas Gampe
2016-07-01MIPS32: Improve method invocation Alexey 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 HRor Alexey 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.*.numberOfLeadingZeros Chris Larsen
2015-10-19MIPS64: Disassembler support for rotate instructions. Chris Larsen
2015-10-06MIPS: Assemblers changes needed for optimizing compiler Goran 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 disassembler Goran Jakovljevic
2015-04-06ART: Enable more Clang warnings Andreas Gampe
2015-03-20ART: Add Mips32r6 backend support Douglas Leung
2015-02-28ART: Fix Mips disassembler for some floating point instructions. Douglas Leung
2015-01-13ART: Use jalr instead of jr for Mips Andreas 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 oatdump Brian 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