aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetAsmParser.h
Commit message (Expand)AuthorAgeFilesLines
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-85/+0
* TargetAsmParser doesn't need reference to Target.Evan Cheng2011-07-081-9/+4
* Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky2011-01-271-0/+2
* implement rdar://8456378 and PR7557 - support for the fstsw,Chris Lattner2010-09-291-1/+1
* change the protocol TargetAsmPArser::MatchInstruction method to take anChris Lattner2010-09-291-7/+7
* MC/AsmParser: Push the burdon of emitting diagnostics about unmatchedDaniel Dunbar2010-08-121-1/+5
* TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut...Daniel Dunbar2010-07-191-1/+7
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-1/+1
* MC: Add MCAsmParserExtension, a base class for all the target/object specificDaniel Dunbar2010-07-121-1/+3
* Fix various doxygen warnings.Dan Gohman2010-02-221-2/+2
* allow registering target lexers.Chris Lattner2010-01-221-1/+0
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-141-2/+13
* prune #includes in TargetAsmParser.hChris Lattner2010-01-141-3/+4
* Added the ParseInstruction() hook for target specific assembler directives soKevin Enderby2009-09-101-0/+14
* Move X86 instruction parsing into X86/AsmParser.Daniel Dunbar2009-07-281-2/+1
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-271-1/+2
* Add MCAsmParser interface.Daniel Dunbar2009-07-201-0/+17
* Sketch support for target specific assembly parser.Daniel Dunbar2009-07-171-0/+34