index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
MCParser
/
AsmLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Fix floating-point literal lexing.
Eli Friedman
2019-03-28
1
-10
/
+13
*
[NFC] Fix typos: preceeding -> preceding
Jordan Rupprecht
2019-02-23
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[WebAssembly] replaced .param/.result by .functype
Wouter van Oortmerssen
2018-11-19
1
-1
/
+6
*
[MC] Separate masm integer literal lexer support from inline asm
Reid Kleckner
2018-10-24
1
-16
/
+20
*
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...
Zhen Cao
2017-11-17
1
-0
/
+2
*
Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...
Rafael Espindola
2017-11-17
1
-2
/
+0
*
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...
Zhen Cao
2017-11-17
1
-0
/
+2
*
[MC] Lex CRLF as one token
Reid Kleckner
2017-10-16
1
-1
/
+9
*
[MC] - Don't assert when non-english characters are used.
George Rimar
2017-10-04
1
-12
/
+13
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-10
1
-7
/
+3
*
Add a comment consumer mechanism to MCAsmLexer
Oliver Stannard
2016-12-08
1
-0
/
+15
*
Prevent out of order HashDirective lexing in AsmLexer.
Nirav Dave
2016-10-03
1
-26
/
+17
*
Revert "[MC] Prevent out of order HashDirective lexing in AsmLexer."
Nirav Dave
2016-10-01
1
-17
/
+26
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+3
*
[MC] Prevent out of order HashDirective lexing in AsmLexer.
Nirav Dave
2016-10-01
1
-26
/
+17
*
(LLVM part) Implement MASM-flavor intel syntax behavior for inline MS asm block:
Yunzhong Gao
2016-09-02
1
-2
/
+42
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-5
/
+10
*
Re-commit r277988: [mips][ias] Fix all the hacks related to MIPS-specific una...
Daniel Sanders
2016-08-08
1
-1
/
+43
*
Revert r277988: [mips][ias] Fix all the hacks related to MIPS-specific unary ...
Daniel Sanders
2016-08-08
1
-41
/
+1
*
[mips][ias] Fix all the hacks related to MIPS-specific unary operators (%hi/%...
Daniel Sanders
2016-08-08
1
-1
/
+41
*
[MC] When emitting output hash comments always use standard line comment sepe...
Nirav Dave
2016-07-29
1
-1
/
+1
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-17
1
-60
/
+77
*
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Nirav Dave
2016-06-16
1
-77
/
+60
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-16
1
-60
/
+77
*
Ignore Lexing errors in macro body definitions
Nirav Dave
2016-06-02
1
-1
/
+1
*
[MCParser] Accept uppercase radix variants 0X and 0B
Colin LeMahieu
2016-03-18
1
-2
/
+2
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-23
/
+42
*
Extend MCAsmLexer so that it can peek forward several tokens
Benjamin Kramer
2015-08-17
1
-3
/
+13
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-1
/
+1
*
MC: AsmLexer: handle multi-character CommentStrings correctly
Saleem Abdulrasool
2014-08-14
1
-5
/
+13
*
This only needs a StringRef.
Rafael Espindola
2014-07-06
1
-11
/
+8
*
MC: do not add comment string to the AsmToken in AsmLexer::LexLineComment
Saleem Abdulrasool
2014-06-18
1
-2
/
+2
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-24
1
-4
/
+4
*
MCParser: add a single token lookahead
Saleem Abdulrasool
2014-02-09
1
-0
/
+22
*
MC: Add AsmLexer::BigNum token for integers greater than 64 bits
David Woodhouse
2014-02-01
1
-17
/
+17
*
Cache AllowAtInIdentifier as class variable in AsmLexer
David Peixotto
2013-12-06
1
-1
/
+1
*
Integrated assembler incorrectly lexes ARM-style comments
David Peixotto
2013-12-06
1
-4
/
+7
*
MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asm
Hans Wennborg
2013-10-18
1
-2
/
+2
*
Support C99 hexadecimal floating-point literals in assembly
Tim Northover
2013-08-14
1
-1
/
+53
*
AsmParser: More generic support for integer type suffices.
Jim Grosbach
2013-02-26
1
-6
/
+9
*
'Hexadecimal' has two 'a's and only one 'i'.
Matt Beaumont-Gay
2013-02-25
1
-1
/
+1
*
Revert r15266. This fixes llvm.org/pr15266.
Rafael Espindola
2013-02-14
1
-40
/
+19
*
[ms-inline asm] Add support for lexing binary integers with a [bB] suffix.
Chad Rosier
2013-02-12
1
-19
/
+40
*
Update error message due to previous commit, r174926.
Chad Rosier
2013-02-12
1
-1
/
+3
*
[ms-inline asm] Add support for lexing hexidecimal integers with a [hH] suffix.
Chad Rosier
2013-02-12
1
-14
/
+47
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
1
-2
/
+11
*
Handle missing newline at EOF more gracefully in MC AsmLexer.
Jim Grosbach
2011-09-15
1
-1
/
+8
[next]