aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Disassembler
AgeCommit message (Expand)Author
2013-03-30[mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka
2013-02-14Remove the form field from Mips16 instruction formats and set thingsReed Kotler
2013-01-19This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-17This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-16reverting 172579Jack Carter
2013-01-16Akira,Jack Carter
2013-01-12MipsDisassembler.cpp: Prune DecodeHWRegs64RegisterClass() to suppress a warni...NAKAMURA Takumi
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-09-27MIPS DSP: add functions which decode DSP and accumulator registers.Akira Hatanaka
2012-08-14Switch the fixed-length disassembler to be table-driven.Jim Grosbach
2012-07-09Reapply r158846.Akira Hatanaka
2012-07-06revert r159851.Akira Hatanaka
2012-07-06Reapply r158846.Akira Hatanaka
2012-06-20Revert r158846.Akira Hatanaka
2012-06-20In MipsDisassembler.cpp, instead of defining register class tables, use the onesAkira Hatanaka
2012-05-24Use uint16_t to store registers in static tables. Matches other tables.Craig Topper
2012-05-01Move MipsDisassembler classes into an anonymous namespace.Benjamin Kramer
2012-04-17Delete latter half of CMakeLists.txt.Akira Hatanaka
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-03Revert r153924. Delete test/MC/Disassembler/Mips and lib/Target/Mips/Disassem...Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka