Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2a30aeb01073523109f72b4cb5b51a88839e3daa
/
llvm
/
lib
/
MC
/
MCParser
/
MCAsmLexer.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
49482f8
[WebAssembly] replaced .param/.result by .functype
by Wouter van Oortmerssen
· 7 years ago
c81aff7
[MCAsmParser] Move AltMacroMode tracking out of MCAsmLexer
by Craig Topper
· 7 years ago
5c032ce
[Asm] Refactor debug printing of AsmToken
by Oliver Stannard
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
5670461
[LLVM][inline-asm] Altmacro absolute expression '%' feature
by Michael Zuckerman
· 9 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
68e7c21
Add a comment consumer mechanism to MCAsmLexer
by Oliver Stannard
· 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
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
1180e689
Ignore Lexing errors in macro body definitions
by Nirav Dave
· 9 years ago
a4c85d4
[AsmParser] Allow tokens to be put back in to the token stream.
by Colin LeMahieu
· 10 years ago
ef638fe
[mips] Print warning when using register names not available in N32/64
by Daniel Sanders
· 11 years ago
353eda4
[C++] Use 'nullptr'.
by Craig Topper
· 12 years ago
e8f1eae
Change SMRange to be half-open (exclusive end) instead of closed (inclusive)
by Jordan Rose
· 13 years ago
0550064
Add support for macro parameters/arguments delimited by spaces,
by Preston Gurd
· 13 years ago
1930b00
Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.
by Benjamin Kramer
· 14 years ago
4042c33
MC: Move getLoc() to MCAsmLexer().
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 (93%) from llvm/lib/MC/MCAsmLexer.cpp]
cbf4faf
llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs.
by Daniel Dunbar
· 16 years ago
6d1e79d
Expose Tokens to target specific assembly parsers.
by Daniel Dunbar
· 16 years ago
2b11c7d
Add MCAsmLexer interface.
by Daniel Dunbar
· 16 years ago