aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetAsmParser.h
AgeCommit message (Expand)Author
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-01-27Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky
2010-09-29implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner
2010-09-29change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner
2010-08-12MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar
2010-07-19TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar
2010-07-14Don't pass StringRef by reference.Benjamin Kramer
2010-07-12MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar
2010-02-22Fix various doxygen warnings.Dan Gohman
2010-01-22allow registering target lexers.Chris Lattner
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-14prune #includes in TargetAsmParser.hChris Lattner
2009-09-10Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby
2009-07-28Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar
2009-07-27llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar
2009-07-20Add MCAsmParser interface.Daniel Dunbar
2009-07-17Sketch support for target specific assembly parser.Daniel Dunbar