summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-18Mips assembler: formatting and comment changes.Jack Carter1-302/+294
2013-04-17Fix -Werror build.Evgeniy Stepanov1-0/+2
2013-04-17Mips assembler: Enable handling of nested expressionsJack Carter1-108/+200
2013-04-15Mips assembler: Explicit floating point condition register recognition.Jack Carter1-0/+3
2013-03-22This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter1-17/+150
2013-03-21This patch enables the Mips .set directive to define aliasesJack Carter1-6/+93
2013-03-15Silence anonymous type in anonymous union warnings.Eric Christopher1-18/+23
2013-02-21Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter1-0/+5
2013-02-20ELF symbol table field st_other support, Jack Carter1-85/+84
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach1-19/+19
2013-01-25This patch implements parsing the .wordJack Carter1-7/+42
2013-01-17This is a resubmittal. For some reason it broke the bots yesterdayJack Carter1-1/+7
2013-01-16reverting 172579Jack Carter1-4/+1
2013-01-16Akira,Jack Carter1-1/+4
2013-01-12MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi1-2/+2
2013-01-12This patch tackles the problem of parsing Mips Jack Carter1-77/+253
2013-01-07Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose1-27/+23
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-25[ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier1-2/+3
2012-10-13[ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier1-6/+7
2012-10-12[ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier1-4/+1
2012-10-09Initial assembler implementation of Mips load address macroJack Carter1-4/+96
2012-10-09Improvements to MIPS64 assembler:David Chisnall1-42/+77
2012-10-06Minor changes based on post commit review:Jack Carter1-29/+30
2012-10-05Minor changes based on post commit review:Jack Carter1-13/+12
2012-10-05[ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier1-1/+1
2012-10-04Implement methods that enable expansion of load immediate Jack Carter1-28/+103
2012-10-04This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter1-43/+238
2012-10-01[ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier1-2/+5
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier1-17/+0
2012-09-24Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier1-4/+0
2012-09-21[ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier1-0/+4
2012-09-10Make helper function static.Benjamin Kramer1-2/+1
2012-09-07MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.Benjamin Kramer1-8/+8
2012-09-07The Mips standalone assembler intial directive support.Jack Carter1-0/+43
2012-09-07The Mips standalone assembler fpu instruction support.Jack Carter1-6/+219
2012-09-06Remove unused variable introduced by r163346.David Blaikie1-2/+0
2012-09-06The Mips standalone assembler memory instruction support.Jack Carter1-7/+211
2012-09-05Mips specific llvm assembler support for ALU instructions. This includesJack Carter1-22/+367
2012-09-05Fix function name per coding standard.Chad Rosier1-4/+4
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier1-2/+3
2012-09-03[ms-inline asm] Add a comment.Chad Rosier1-0/+3
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier1-0/+13
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka1-1/+67
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu1-1/+1
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu1-1/+1
2012-01-11Add the skeleton of an asm parser for mips.Rafael Espindola1-0/+66