summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser
Commit message (Expand)AuthorAge
* Merging r195152:Bill Wendling2013-11-20
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* Implement gpword directive for mips, test case added. Stype changes using cla...Vladimir Medic2013-11-06
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-14
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-11
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-11
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* forgot to remove this file as wellJack Carter2013-10-04
* reverting per requestJack Carter2013-10-04
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-04
* This patch adds aliases for Mips sub instruction with immediate operands. Cor...Vladimir Medic2013-10-01
* [mips][msa] Direct Object Emission support for the MSA instruction set. Jack Carter2013-09-25
* This patch implements Mips load/store instructions from/to coprocessor 2. Tes...Vladimir Medic2013-09-16
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* Add test cases for Mips mthc1/mfhc1 instructions. Add check for odd value of ...Vladimir Medic2013-09-10
* Remove obsolete code from MipsAsmParser.cpp.Vladimir Medic2013-09-10
* [mips] Use ptr_rc to simplify definitions of base+index load/store instructions.Akira Hatanaka2013-08-28
* [mips] Define register class FGRH32 for the high half of the 64-bit floatingAkira Hatanaka2013-08-20
* [mips] Fix bug in parsing accumulator registers.Akira Hatanaka2013-08-14
* [mips] Use register operands instead of register classes in DSP instructionAkira Hatanaka2013-08-14
* This patch introduces changes to MipsAsmParser register parsing routines. The...Vladimir Medic2013-08-13
* [mips] Rename accumulator register classes and FP register operands.Akira Hatanaka2013-08-08
* [mips] Delete register class HWRegs64.Akira Hatanaka2013-08-08
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* [mips] Mark instructions defined in Mips64InstrInfo.td that are duplicates ofAkira Hatanaka2013-08-06
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-06
* This patch implements parsing of mips FCC register operands. The example inst...Vladimir Medic2013-07-30
* [mips] Make MipsAsmParser::parseCCRRegs return NoMatch instead of ParseFailAkira Hatanaka2013-07-24
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* [mips] Fix MipsAsmParser::parseCCRRegs.Akira Hatanaka2013-07-22
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-18
* This patch checks for valid mnemonics at the beginning of parseInstruction me...Vladimir Medic2013-07-17
* This patch represents Mips utilization of r186388 code that alows asm matche...Vladimir Medic2013-07-16
* This patch introduces RegisterOperand class into Mips FPU instruction defini...Vladimir Medic2013-06-24
* Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...Vladimir Medic2013-06-20
* The RenderMethod field in RegisterOperand class sets the name of the method o...Vladimir Medic2013-06-19
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Test commit for user vmedic, to verify commit access. One line of comment is ...Vladimir Medic2013-06-04
* Mips assembler: Improve set register alias handlingJack Carter2013-05-28
* Mips assembler: .set reorder supportJack Carter2013-04-25
* Mips assembler: formatting and comment changes.Jack Carter2013-04-18
* Fix -Werror build.Evgeniy Stepanov2013-04-17
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-17
* Mips assembler: Explicit floating point condition register recognition.Jack Carter2013-04-15
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-22