aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
AgeCommit message (Expand)Author
2013-03-22This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter
2013-03-21This patch enables the Mips .set directive to define aliasesJack Carter
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher
2013-02-21Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter
2013-02-20ELF symbol table field st_other support, Jack Carter
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-01-25This patch implements parsing the .wordJack 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-12MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi
2013-01-12This patch tackles the problem of parsing Mips Jack Carter
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-25[ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier
2012-10-13[ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier
2012-10-12[ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier
2012-10-09Initial assembler implementation of Mips load address macroJack Carter
2012-10-09Improvements to MIPS64 assembler:David Chisnall
2012-10-06Minor changes based on post commit review:Jack Carter
2012-10-05Minor changes based on post commit review:Jack Carter
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier
2012-10-04Implement methods that enable expansion of load immediate Jack Carter
2012-10-04This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier
2012-09-10Make helper function static.Benjamin Kramer
2012-09-07MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.Benjamin Kramer
2012-09-07The Mips standalone assembler intial directive support.Jack Carter
2012-09-07The Mips standalone assembler fpu instruction support.Jack Carter
2012-09-06Remove unused variable introduced by r163346.David Blaikie
2012-09-06The Mips standalone assembler memory instruction support.Jack Carter
2012-09-05Mips specific llvm assembler support for ALU instructions. This includesJack Carter
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add a comment.Chad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-01-11Add the skeleton of an asm parser for mips.Rafael Espindola