Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCParser
/
MCAsmParser.cpp
3d5c2e6
[MC] Shrink MCAsmParser by grouping bools, add const, NFC
by Reid Kleckner
· 7 years ago
05b5891
[MC][X86] Allow assembler variable assignment to register name.
by Nirav Dave
· 7 years ago
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
9bd18aa
[AsmParser] Recommit: Hash is not a comment on some targets
by Oliver Stannard
· 8 years ago
a24e4cd
Revert "[AsmParser] Hash is not a comment on some targets"
by Ahmed Bougacha
· 8 years ago
7f569a2
[AsmParser] Hash is not a comment on some targets
by Oliver Stannard
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
1d43552
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
8c209aa
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
061f4a5
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
by Benjamin Kramer
· 9 years ago
1a9044b
[MC] Fix Various End Of Line Comment checkings
by Nirav Dave
· 9 years ago
2364748a
Defer asm errors to post-statement failure
by Nirav Dave
· 9 years ago
e204c48
Revert r281336 (and r281337), it caused PR30372.
by Nico Weber
· 9 years ago
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