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