summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mips assembler: .set reorder supportJack Carter2013-04-251-0/+13
* Mips assembler: formatting and comment changes.Jack Carter2013-04-181-302/+294
* Fix -Werror build.Evgeniy Stepanov2013-04-171-0/+2
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-171-108/+200
* Mips assembler: Explicit floating point condition register recognition.Jack Carter2013-04-151-0/+3
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-221-17/+150
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-211-6/+93
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-18/+23
* Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter2013-02-211-0/+5
* ELF symbol table field st_other support, Jack Carter2013-02-201-85/+84
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-19/+19
* This patch implements parsing the .wordJack Carter2013-01-251-7/+42
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-171-1/+7
* reverting 172579Jack Carter2013-01-161-4/+1
* Akira,Jack Carter2013-01-161-1/+4
* MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi2013-01-121-2/+2
* This patch tackles the problem of parsing Mips Jack Carter2013-01-121-77/+253
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-27/+23
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-2/+3
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-6/+7
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-4/+1
* Initial assembler implementation of Mips load address macroJack Carter2012-10-091-4/+96
* Improvements to MIPS64 assembler:David Chisnall2012-10-091-42/+77
* Minor changes based on post commit review:Jack Carter2012-10-061-29/+30
OpenPOWER on IntegriCloud