summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
AgeCommit message (Expand)Author
2015-02-11[mips] Merge disassemblers into a single implementation.Daniel Sanders
2015-02-10[mips][microMIPS] Implement movep instructionZoran Jovanovic
2015-02-10[mips][microMIPS] Fix disassembling of 16-bit microMIPS instructions LWM16 an...Jozef Kolek
2015-01-29[Mips][Disassembler] When disassembler meets cache/pref instructions for r6 i...Vladimir Medic
2015-01-28[mips][microMIPS] Implement LWGP instructionJozef Kolek
2015-01-23[mips] fix spelling of 'disassembler'Alexei Starovoitov
2015-01-21[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek
2015-01-21[mips][microMIPS] Implement ADDIUPC instructionJozef Kolek
2015-01-21[Mips][Disassembler]When disassembler meets load/store from coprocessor 2 ins...Vladimir Medic
2015-01-20Reverted revision 226577.Jozef Kolek
2015-01-20[mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek
2015-01-12[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek
2014-12-23[mips][microMIPS] Implement CACHE, PREF, SSNOP, EHB and PAUSE instructionsJozef Kolek
2014-12-23[mips][microMIPS] Implement LWSP and SWSP instructionsJozef Kolek
2014-12-23Fix UBSan bootstrap: replace shift of negative value with multiplication.Alexey Samsonov
2014-12-16The single check for N64 inside MipsDisassemblerBase's subclasses is actually...Vladimir Medic
2014-12-16[mips][microMIPS] Implement SWP and LWP instructionsZoran Jovanovic
2014-12-15Add disassembler tests for mips3 platform. There are no functional changes.Vladimir Medic
2014-12-01The andi16, addiusp and jraddiusp micromips instructions were missing dedicat...Vladimir Medic
2014-11-27[mips][microMIPS] Implement SWM16 and LWM16 instructionsZoran Jovanovic
2014-11-27[mips] Add synci instruction.Daniel Sanders
2014-11-27[mips][microMIPS] Implement disassembler support for 16-bit instructions LI16...Jozef Kolek
2014-11-26[mips][microMIPS] Implement disassembler support for 16-bit instructions LBU1...Jozef Kolek
2014-11-24[mips][microMIPS] Implement 16-bit instructions registers including ZERO inst...Jozef Kolek
2014-11-24[mips][microMIPS] Implement disassembler support for 16-bit instructionsJozef Kolek
2014-11-19[mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-10Misc style fixes. NFC.Rafael Espindola
2014-10-21[mips][microMIPS] Implement microMIPS 16-bit instructions registersZoran Jovanovic
2014-10-01[mips] Fix disassembly of [ls][wd]c[23], cache, and pref ...Daniel Sanders
2014-09-02Fix left shifts of negative values in MipsDisassembler.Alexey Samsonov
2014-07-14[mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders
2014-06-18[mips][mips64r6] Add BLTC and BLTUC instructionsZoran Jovanovic
2014-06-16[mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.Daniel Sanders
2014-06-13[mips] Add cache and pref instructionsDaniel Sanders
2014-06-12[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders
2014-06-12[mips][mips64r6] Add bgec and bgeuc instructionsZoran Jovanovic
2014-06-09[mips][mips64r6] Add LDPC instructionZoran Jovanovic
2014-05-22[mips][mips64r6] Add b[on]vcDaniel Sanders
2014-05-21[mips][mips64r6] Add bc[12](eq|ne)zDaniel Sanders
2014-05-16[mips][mips64r6] Add compact branch instructionsZoran Jovanovic
2014-05-15[mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames
2014-04-01[mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders
2014-03-31Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders
2014-03-31[mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders
2014-02-28Fixed operand of SC microMIPS instruction.Zoran Jovanovic
2013-12-05[mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida