aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/AsmParser
AgeCommit message (Expand)Author
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-25Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-13Update MCParsedAsmOperand debug methods.Jim Grosbach
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng
2011-02-04MC/AsmParser: Add support for allowing the conversion process to fail (viaDaniel Dunbar
2011-02-03Fix 80-column violations and whitespace.Bob Wilson
2011-01-27Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky
2010-12-17Pass StringRefs by value, for consistency.Benjamin Kramer
2010-11-121. Finishing MBlaze MC asm parser test casesWesley Peck
2010-11-11Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...Wesley Peck
2010-11-08Adding working version of assembly parser for the MBlaze backendWesley Peck
2010-10-27Adding disassembler to the MicroBlaze backend.Wesley Peck
2010-10-21Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck