aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-27/+49
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-39/+60
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-93/+630
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-201/+1088
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-200/+581
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-128/+145
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1029/+1142
* Merging r195152:Bill Wendling2013-11-201-0/+36
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-191-36/+0
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-5/+57
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-131-4/+2
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-131-2/+19
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-061-299/+313
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-1/+78
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-141-0/+122
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-111-121/+0
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-111-0/+121
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-2/+8
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-051-0/+36
* reverting per requestJack Carter2013-10-041-19/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+19
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-011-0/+22
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-251-4/+129
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-161-1/+35
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-2/+8
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-101-0/+4
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-101-22/+0
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-281-1/+92
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-201-0/+15
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-141-2/+2
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-141-1/+83
* This patch introduces changes to MipsAsmParser register parsing routines. The...Vladimir Medic2013-08-131-176/+146
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-081-7/+7
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-081-39/+0
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-061-23/+23
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-061-3/+0
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-061-2/+44
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-301-1/+42
* [mips] Make MipsAsmParser::parseCCRRegs return NoMatch instead of ParseFailAkira Hatanaka2013-07-241-2/+2
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-1/+1
* [mips] Fix MipsAsmParser::parseCCRRegs.Akira Hatanaka2013-07-221-17/+10
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-181-0/+12
* This patch checks for valid mnemonics at the beginning of parseInstruction me...Vladimir Medic2013-07-171-0/+5
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-161-127/+10
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-241-54/+83
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-201-48/+58
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-191-14/+1
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* Test commit for user vmedic, to verify commit access. One line of comment is ...Vladimir Medic2013-06-041-1/+1
* Mips assembler: Improve set register alias handlingJack Carter2013-05-281-5/+28