summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Stop leaking register infos in the disassemblers.Benjamin Kramer2013-08-031-2/+2
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-261-16/+16
* Fixing a buildbot failure:unused function.Vladimir Medic2013-07-161-14/+0
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-261-1/+4
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-1/+1
* [mips] DSP-ASE move from HI/LO register instructions.Akira Hatanaka2013-04-181-0/+34
* [mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka2013-03-301-9/+9
* Remove the form field from Mips16 instruction formats and set thingsReed Kotler2013-02-141-0/+14
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-171-0/+16
* reverting 172579Jack Carter2013-01-161-16/+0
* Akira,Jack Carter2013-01-161-0/+16
* MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi2013-01-121-16/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-11/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+5
* MIPS DSP: add functions which decode DSP and accumulator registers.Akira Hatanaka2012-09-271-0/+29
* Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-141-8/+12
* Reapply r158846.Akira Hatanaka2012-07-091-114/+77
* revert r159851.Akira Hatanaka2012-07-061-17/+67
* Reapply r158846.Akira Hatanaka2012-07-061-67/+17
* Revert r158846.Akira Hatanaka2012-06-201-14/+67
* In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka2012-06-201-67/+14
* Use uint16_t to store registers in static tables. Matches other tables.Craig Topper2012-05-241-5/+5
* Move MipsDisassembler classes into an anonymous namespace.Benjamin Kramer2012-05-011-0/+4
* Add disassembler to MIPS. Akira Hatanaka2012-04-171-0/+552
* Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka2012-04-031-0/+0
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-031-552/+0
* MIPS disassembler support.Akira Hatanaka2012-04-031-0/+552
OpenPOWER on IntegriCloud