summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/AsmParser
Commit message (Expand)AuthorAge
...
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-21
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-15
* Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter2013-02-21
* ELF symbol table field st_other support, Jack Carter2013-02-20
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* This patch implements parsing the .wordJack Carter2013-01-25
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-17
* reverting 172579Jack Carter2013-01-16
* Akira,Jack Carter2013-01-16
* MipsAsmParser: Try to unbreak tests to add extra check.NAKAMURA Takumi2013-01-12
* This patch tackles the problem of parsing Mips Jack Carter2013-01-12
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [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