Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbd38cadf16efcb15c09574ccd6844cfb7cfc97c
/
llvm
/
lib
/
MC
/
MCParser
/
MCAsmParser.cpp
fbd38ca
Apply Clang-format to MCAsmParser.cpp NFC.
by Nirav Dave
· 9 years ago
9fa8af2
Defer asm errors to post-statement failure
by Nirav Dave
· 9 years ago
04c7db3
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's causing errors on the sanitizer bots.
by Eric Christopher
· 9 years ago
c0c0f7a1
[MC] Defer asm errors to post-statement failure
by Nirav Dave
· 9 years ago
d8858ca
[MC] Move parser helper functions from Asmparser to MCAsmParser
by Nirav Dave
· 9 years ago
80d379f
[MC] Remove guard(s). NFCI.
by Davide Italiano
· 9 years ago
eb2a254
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
b3e8a6d
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
by Benjamin Kramer
· 10 years ago
804f43c
Add const. NFC.
by Rafael Espindola
· 11 years ago
353eda4
[C++] Use 'nullptr'.
by Craig Topper
· 11 years ago
d2037eb
MCParser: Update method names per coding guidelines.
by Jim Grosbach
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
49d684e
Release build: guard dump functions with
by Manman Ren
· 13 years ago
c3366cc
Release build: guard dump functions with "ifndef NDEBUG"
by Manman Ren
· 13 years ago
a3a0681
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance
by Chris Lattner
· 14 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
f2596bc
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
by Evan Cheng
· 14 years ago
602aa90
Update MCParsedAsmOperand debug methods.
by Jim Grosbach
· 14 years ago
2eca025
llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching.
by Daniel Dunbar
· 15 years ago
ebace22
MCAsmParser: Add dump() hook to MCParsedAsmOperand.
by Daniel Dunbar
· 15 years ago
ba6e354
MC/AsmParser: Fix TokError() to accept a Twine.
by Daniel Dunbar
· 15 years ago
01e3607
MC/AsmParser: Lift Run() and TargetParser to base class.
by Daniel Dunbar
· 15 years ago
4be8f2f
MC: Move AsmParser::TokError to MCAsmParser().
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 (86%) from llvm/lib/MC/MCAsmParser.cpp]
936b0d3
Promoted the getTok() method to MCAsmParser so that
by Sean Callanan
· 16 years ago
18bcf30
unbreak the build, grr symlinks.
by Chris Lattner
· 16 years ago
528d00b
extend MCAsmParser::ParseExpression and ParseParenExpression
by Chris Lattner
· 16 years ago
3c2a893
Add MCAsmParser interface.
by Daniel Dunbar
· 16 years ago