Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCParser
/
MCTargetAsmParser.cpp
4191b9e
[Asm] Add debug tracing in table-generated assembly matcher
by Oliver Stannard
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
4b6ff6b
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
b3e8a6d
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
by Benjamin Kramer
· 10 years ago
b11ef08
Reduce the size of MCRelaxableFragment.
by Akira Hatanaka
· 10 years ago
bd9fc28
[MCTargetAsmParser] Move the member varialbes that reference
by Akira Hatanaka
· 10 years ago
fe2c8b8
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
by Colin LeMahieu
· 10 years ago
75f0b2f
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
by Chad Rosier
· 13 years ago
1142444
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser.
by Evan Cheng
· 14 years ago
[Renamed (64%) from llvm/lib/MC/MCParser/TargetAsmParser.cpp]
f2596bc
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
by Evan Cheng
· 14 years ago
22e9d8f
TargetAsmParser doesn't need reference to Target.
by Evan Cheng
· 14 years ago
eefe861
TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attributes as part of the matcher.
by Daniel Dunbar
· 15 years ago
00646cf
create a new MCParser library and move some stuff into it.
by Chris Lattner
· 16 years ago
[Renamed from llvm/lib/MC/TargetAsmParser.cpp]
8c6bad2
llvm-mc: Add -triple, and start fetching the target asm printer.
by Daniel Dunbar
· 16 years ago