summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-573/+0
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-0/+1
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-151-22/+28
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-2/+2
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-071-18/+26
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-3/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-2/+3
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-151-1/+1
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-5/+6
* [ms-inline asm] Use the new API introduced in r165830 in lieu of theChad Rosier2012-10-121-4/+2
* [ms-inline asm] Add a few typedefs to simplify future changes.Chad Rosier2012-10-051-1/+1
* [ms-inline asm] Add the convertToMapAndConstraints() function that is used toChad Rosier2012-10-011-2/+3
* Rather then have a wrapper function, have tblgen instantiate the implementation.Chad Rosier2012-09-241-7/+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
* Fix function name per coding standard.Chad Rosier2012-09-051-2/+2
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-031-2/+3
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-031-0/+5
* Add braces to the case statement.Chad Rosier2012-09-031-1/+2
* Removed unused argument.Chad Rosier2012-09-031-2/+1
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-031-1/+3
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-031-2/+1
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-311-2/+0
* Prune some includesCraig Topper2012-03-271-2/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile.Wesley Peck2011-09-211-1/+1
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* MCTargetAsmParser target match predicate support.Jim Grosbach2011-08-151-0/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-8/+5
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-251-3/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+2
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-2/+1
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-2/+2
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-3/+3
* MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar2011-02-041-0/+2
* Fix 80-column violations and whitespace.Bob Wilson2011-02-031-1/+2
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-271-4/+11
* Pass StringRefs by value, for consistency.Benjamin Kramer2010-12-171-1/+1
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-15/+55
* Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...Wesley Peck2010-11-111-5/+5
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-596/+277
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-38/+0
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-211-0/+875
OpenPOWER on IntegriCloud