summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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