summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Minor changes based on post commit review:Jack Carter2012-10-051-13/+12
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-1/+1
* Implement methods that enable expansion of load immediate Jack Carter2012-10-041-28/+103
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-43/+238
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-2/+5
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-17/+0
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-4/+0
* [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser.Chad Rosier2012-09-211-0/+4
* Make helper function static.Benjamin Kramer2012-09-101-2/+1
* MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.Benjamin Kramer2012-09-071-8/+8
* The Mips standalone assembler intial directive support.Jack Carter2012-09-071-0/+43
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-071-6/+219
* Remove unused variable introduced by r163346.David Blaikie2012-09-061-2/+0
* The Mips standalone assembler memory instruction support.Jack Carter2012-09-061-7/+211
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-051-22/+367
* Fix function name per coding standard.Chad Rosier2012-09-051-4/+4
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+3
* [ms-inline asm] Add a comment.Chad Rosier2012-09-031-0/+3
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+13
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-171-1/+67
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-111-0/+66
OpenPOWER on IntegriCloud