Remove unnecessary argument.
[oota-llvm.git] / include / llvm / Target / TargetAsmParser.h
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-08-12 Daniel DunbarMC/AsmParser: Push the burdon of emitting diagnostics...
2010-07-19 Daniel DunbarTblGen/AsmMatcher: Add support for honoring instruction...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-02-22 Dan GohmanFix various doxygen warnings.
2010-01-22 Chris Lattnerallow registering target lexers.
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.