index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
disassembler
/
disassembler_mips.cc
Age
Commit message (
Expand
)
Author
2020-02-13
Remove MIPS support from JNI/trampoline compiler.
Vladimir Marko
2018-03-07
MIPS: Use PCNT to implement VisitIntegerBitCount() and VisitLongBitCount()
Lena Djokic
2018-01-03
MIPS: InstructionCodeGeneratorMIPS*::DivRemByPowerOfTwo()
Lena Djokic
2017-11-08
MIPS: Add asub_s/u.df
Lena Djokic
2017-10-19
MIPS: Introduce a few MSA instructions
Lena Djokic
2017-07-30
MIPS: Eliminate hard-coded offsets in branches
Alexey Frunze
2017-07-25
MIPS: Add maddv/msubv MSA instructions
Lena Djokic
2017-07-10
MIPS: Print register names instead of register numbers in disassembler
Goran Jakovljevic
2017-06-07
MIPS64: Add min/max MSA instructions
Goran Jakovljevic
2017-05-11
MIPS64: Add ilvr.df MSA instructions
Goran Jakovljevic
2017-04-21
MIPS64: Add add_a.df, ave_s/u.df and aver_s/u.df MSA instructions
Goran Jakovljevic
2017-03-31
MIPS64: Add ldi.df MSA instruction
Goran Jakovljevic
2017-03-17
Revert "Revert "Introduce a number of MSA instructions for MIPS64""
Goran Jakovljevic
2017-03-15
Revert "Introduce a number of MSA instructions for MIPS64"
Aart Bik
2017-03-14
Introduce a number of MSA instructions for MIPS64
Goran Jakovljevic
2017-01-03
Merge "MIPS64: java.lang.String.getChars"
Treehugger Robot
2016-12-13
MIPS64: Improve method invocation.
Alexey Frunze
2016-12-02
MIPS64: java.lang.String.getChars
Chris Larsen
2016-10-20
MIPS32: Implement HSelect
Alexey Frunze
2016-09-08
ART: Detach libart-disassembler from libart
Andreas Gampe
2016-08-19
ART: Add thread offset printing hook to disassembler
Andreas Gampe
2016-08-01
ART: Convert pointer size to enum
Andreas Gampe
2016-07-01
MIPS32: Improve method invocation
Alexey Frunze
2016-06-30
MIPS32: Disassemble and test movf.fmt and movt.fmt (missed earlier)
Alexey Frunze
2016-03-21
MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics.
Alexey Frunze
2016-02-10
MIPS32: peek*/poke*, and String.charAt intrinsics.
Chris Larsen
2016-01-04
MIPS: Implement HRor
Alexey Frunze
2015-12-16
MIPS32: improvements in code generation (mostly 64-bit ALU ops)
Alexey Frunze
2015-12-15
MIPS32: Fuse long and FP compare & condition in Optimizing.
Alexey Frunze
2015-11-30
MIPS32: int java.lang.*.numberOfLeadingZeros
Chris Larsen
2015-10-19
MIPS64: Disassembler support for rotate instructions.
Chris Larsen
2015-10-06
MIPS: Assemblers changes needed for optimizing compiler
Goran Jakovljevic
2015-09-10
Additional MIPS64 instructions needed by intrinsics code.
Chris Larsen
2015-06-19
MIPS: Initial version of optimizing compiler for MIPS64R6.
Alexey Frunze
2015-04-09
[MIPS] Refactoring code for disassembler
Goran Jakovljevic
2015-04-06
ART: Enable more Clang warnings
Andreas Gampe
2015-03-20
ART: Add Mips32r6 backend support
Douglas Leung
2015-02-28
ART: Fix Mips disassembler for some floating point instructions.
Douglas Leung
2015-01-13
ART: Use jalr instead of jr for Mips
Andreas Gampe
2014-10-22
C++11 related clean-up of DISALLOW_..
Ian Rogers
2014-10-22
Tidy up logging.
Ian Rogers
2014-09-16
Avoid printing absolute addresses in oatdump
Brian Carlstrom
2014-04-01
Allow mixing of thread offsets between 32 and 64bit architectures.
Ian Rogers
2014-03-14
x86-64 disassembler support.
Ian Rogers
2013-09-09
Move disassembler out of runtime.
Ian Rogers