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