summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser
Commit message (Expand)AuthorAge
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-12
* Initial assembler implementation of Mips load address macroJack Carter2012-10-09
* Improvements to MIPS64 assembler:David Chisnall2012-10-09
* Minor changes based on post commit review:Jack Carter2012-10-06
* Minor changes based on post commit review:Jack Carter2012-10-05
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-05
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-01
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-24
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-21
* Make helper function static.Benjamin Kramer2012-09-10
* MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.Benjamin Kramer2012-09-07
* The Mips standalone assembler intial directive support.Jack Carter2012-09-07
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-07
* Remove unused variable introduced by r163346.David Blaikie2012-09-06
* The Mips standalone assembler memory instruction support.Jack Carter2012-09-06
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-05
* Fix function name per coding standard.Chad Rosier2012-09-05
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add a comment.Chad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* Mips/AsmParser/CMakeLists.txt: Fix dependency.NAKAMURA Takumi2012-06-16
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-11