summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][ias] Range check uimm2 operands and fix a bug this revealed.Daniel Sanders2015-11-061-12/+9
* [mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP, SSNOP, SYNC, SYNCI a...Hrvoje Varga2015-10-281-0/+20
* [mips][microMIPS] Implement LB, LBE, LBU and LBUE instructionsHrvoje Varga2015-10-161-0/+46
* [mips][microMIPS] Implement LLE and SCE instructionsHrvoje Varga2015-10-151-0/+3
* [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values.Daniel Sanders2015-09-181-0/+6
* [mips][microMIPS] Fix an issue with disassembling lwm32 instructionZoran Jovanovic2015-09-151-1/+1
* [mips] Added support for various EVA ASE instructions.Daniel Sanders2015-09-151-12/+37
* [mips][microMIPS] Implement ADDU16, AND16, ANDI16, NOT16, OR16, SLL16 and SRL...Zoran Jovanovic2015-09-091-0/+13
* [mips][microMIPS] Implement CACHEE and PREFE instructionsZoran Jovanovic2015-09-091-0/+22
* [mips][microMIPS] Implement SB, SBE, SCE, SH and SHE instructionsZoran Jovanovic2015-09-081-0/+23
* [mips][microMIPS] Implement BC16, BEQZC16 and BNEZC16 instructionsZoran Jovanovic2015-09-071-6/+22
* [mips][microMIPS] Implement SW and SWE instructionsZoran Jovanovic2015-08-181-0/+23
* [mips][microMIPS] Create microMIPS64r6 subtarget and implement DALIGN, DAUI, ...Zoran Jovanovic2015-08-121-1/+2
* [mips] Add COP0 register class and use it in M[FT]C0/DM[FT]C0.Daniel Sanders2015-06-271-0/+17
* [mips] Fix some UB by shifting before sign-extendingJustin Bogner2015-06-231-1/+1
* [mips] Add new format for dmtc2/dmfc2 for Octeon CPUs.Kai Nacke2015-05-281-0/+12
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-5/+5
* 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
OpenPOWER on IntegriCloud