aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-96/+522
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-120/+190
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-13/+159
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-39/+333
* Update to LLVM 3.5a.Stephen Hines2014-04-243-14/+87
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-181-2/+0
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-061-2/+0
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-44/+303
|\ \ | |/ |/|
| * [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-0/+16
| * Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+17
| * Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+15
| * [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-0/+19
| * [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-0/+17
| * [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-261-0/+17
| * [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-251-0/+51
| * This patch adds support for microMIPS disassembler and disassembler make chec...Vladimir Medic2013-09-061-8/+79
| * [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-281-1/+20
| * [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-201-0/+17
| * [mips] Rename DSPRegs.Akira Hatanaka2013-08-141-8/+8
| * [mips] Rename HIRegs and LORegs.Akira Hatanaka2013-08-141-18/+18
| * [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-081-9/+9
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-71/+44
|\ \ | |/
| * Remove unused functions introduced in r172685 to unbreak the Clang -Werror buildDavid Blaikie2013-08-071-16/+0
| * [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-22/+22
| * 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
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-1/+1
|\ \ | |/
| * Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-1/+1
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-9/+43
|\ \ | |/
| * [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
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-053-2/+16
|\ \ | |/
| * 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-192-2/+2
| * 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
* | Update LLVM for merge to r171905.Stephen Hines2013-01-211-1/+0
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-14/+33
|\ \ | |/
| * 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
* | Merge branch 'upstream' into merge_2Stephen Hines2012-08-231-8/+12
|\ \ | |/
| * Switch the fixed-length disassembler to be table-driven.Jim Grosbach2012-08-141-8/+12
* | Fix mips disassembler makefile to build for mips, not arm.jeffhao2012-08-151-2/+1
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-113/+80
|\ \ | |/
| * Reapply r158846.Akira Hatanaka2012-07-091-114/+77