summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructionsJozef Kolek2014-12-231-0/+22
* [mips][microMIPS] Implement LWSP and SWSP instructionsJozef Kolek2014-12-231-0/+21
* Fix UBSan bootstrap: replace shift of negative value with multiplication.Alexey Samsonov2014-12-231-1/+1
* The single check for N64 inside MipsDisassemblerBase's subclasses is actually...Vladimir Medic2014-12-161-4/+4
* [mips][microMIPS] Implement SWP and LWP instructionsZoran Jovanovic2014-12-161-0/+3
* Add disassembler tests for mips3 platform. There are no functional changes.Vladimir Medic2014-12-151-1/+2
* The andi16, addiusp and jraddiusp micromips instructions were missing dedicat...Vladimir Medic2014-12-011-0/+39
* [mips][microMIPS] Implement SWM16 and LWM16 instructionsZoran Jovanovic2014-11-271-0/+24
* [mips] Add synci instruction.Daniel Sanders2014-11-271-0/+20
* [mips][microMIPS] Implement disassembler support for 16-bit instructions LI16...Jozef Kolek2014-11-271-0/+60
* [mips][microMIPS] Implement disassembler support for 16-bit instructions LBU1...Jozef Kolek2014-11-261-1/+62
* [mips][microMIPS] Implement 16-bit instructions registers including ZERO inst...Jozef Kolek2014-11-241-0/+12
* [mips][microMIPS] Implement disassembler support for 16-bit instructionsJozef Kolek2014-11-241-11/+54
* [mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic2014-11-191-5/+43
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-15/+11
* Misc style fixes. NFC.Rafael Espindola2014-11-101-78/+53
* [mips][microMIPS] Implement microMIPS 16-bit instructions registersZoran Jovanovic2014-10-211-0/+12
* [mips] Fix disassembly of [ls][wd]c[23], cache, and pref ...Daniel Sanders2014-10-011-0/+66
* Fix left shifts of negative values in MipsDisassembler.Alexey Samsonov2014-09-021-15/+15
* [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-07-141-17/+0
* [mips][mips64r6] Add BLTC and BLTUC instructionsZoran Jovanovic2014-06-181-4/+15
* [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.Daniel Sanders2014-06-161-0/+26
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-131-8/+24
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-121-0/+30
* [mips][mips64r6] Add bgec and bgeuc instructionsZoran Jovanovic2014-06-121-2/+56
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-091-0/+9
* [mips][mips64r6] Add b[on]vcDaniel Sanders2014-05-221-10/+243
* [mips][mips64r6] Add bc[12](eq|ne)zDaniel Sanders2014-05-211-0/+17
* [mips][mips64r6] Add compact branch instructionsZoran Jovanovic2014-05-161-0/+30
* [mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders2014-05-151-0/+9
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-12/+12
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-18/+21
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-04-011-1/+51
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-311-51/+1
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-311-1/+51
* Fixed operand of SC microMIPS instruction.Zoran Jovanovic2014-02-281-0/+3
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-051-1/+31
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-0/+16
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+17
* Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+15
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-0/+19
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-0/+17
* [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-261-0/+17
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-251-0/+51
* This patch adds support for microMIPS disassembler and disassembler make chec...Vladimir Medic2013-09-061-8/+79
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-281-1/+20
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-201-0/+17
* [mips] Rename DSPRegs.Akira Hatanaka2013-08-141-8/+8
* [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-141-18/+18
OpenPOWER on IntegriCloud