summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-146/+146
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-5/+5
* [mips][microMIPSr6] Implement disassembler supportJozef Kolek2015-04-201-4/+11
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-5/+5
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-5/+5
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-5/+5
* [mips] Merge disassemblers into a single implementation.Daniel Sanders2015-02-111-84/+18
* [mips][microMIPS] Implement movep instructionZoran Jovanovic2015-02-101-0/+65
* [mips][microMIPS] Fix disassembling of 16-bit microMIPS instructions LWM16 an...Jozef Kolek2015-02-101-7/+23
* [Mips][Disassembler] When disassembler meets cache/pref instructions for r6 i...Vladimir Medic2015-01-291-0/+22
* [mips][microMIPS] Implement LWGP instructionJozef Kolek2015-01-281-0/+21
* [mips] fix spelling of 'disassembler'Alexei Starovoitov2015-01-231-3/+3
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-211-0/+16
* [mips][microMIPS] Implement ADDIUPC instructionJozef Kolek2015-01-211-0/+9
* [Mips][Disassembler]When disassembler meets load/store from coprocessor 2 ins...Vladimir Medic2015-01-211-0/+21
* Reverted revision 226577.Jozef Kolek2015-01-201-16/+0
* [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction BJozef Kolek2015-01-201-0/+16
* [mips][microMIPS] Implement BEQZ16 and BNEZ16 instructionsJozef Kolek2015-01-121-0/+16
* [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
OpenPOWER on IntegriCloud