index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
AsmLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-5
/
+13
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-13
/
+10
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-4
/
+4
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-21
/
+46
*
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
*
Move state var to private class member.
Jim Grosbach
2011-09-14
1
-1
/
+1
*
First step in supporting #line directives in assembler. This step parses the
Kevin Enderby
2011-09-13
1
-1
/
+22
*
allow \r's in .s files.
Chris Lattner
2011-08-04
1
-1
/
+1
*
Basic support for macros with explicit arguments.
Rafael Espindola
2011-06-05
1
-0
/
+1
*
Match case for invalid constant error messages and add a new
Eric Christopher
2011-04-12
1
-5
/
+5
*
Lex, and then fail on invalid constants.
Eric Christopher
2011-04-11
1
-1
/
+1
*
Clean up assembly statement separator support.
Jim Grosbach
2011-03-24
1
-4
/
+14
*
More whitespace cleanup...
Jim Grosbach
2011-02-11
1
-40
/
+40
*
Generalize a previous change, fixing PR8855 - an valid large immediate
Chris Lattner
2010-12-25
1
-6
/
+6
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
Add support for lexing single quotes like 'c'.
Roman Divacky
2010-12-18
1
-0
/
+37
*
MC/AsmLexer: Fix bug in source location for Slash token.
Daniel Dunbar
2010-10-25
1
-1
/
+1
*
MC/AsmParser: Handle exponents in floating point literals.
Daniel Dunbar
2010-09-27
1
-9
/
+30
*
MC/AsmParser: Handle a missed case of floating literals in the lexer.
Daniel Dunbar
2010-09-24
1
-1
/
+1
*
MC/Lexer: Add 'Real' token type for floating point literals.
Daniel Dunbar
2010-09-24
1
-5
/
+24
*
fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.
Chris Lattner
2010-08-24
1
-2
/
+26
*
MC: Move getLoc() to MCAsmLexer().
Daniel Dunbar
2010-07-12
1
-5
/
+0
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
1
-1
/
+1
*
Add support for parsing the ELF .type assembler directive.
Matt Fleming
2010-05-21
1
-0
/
+1
*
Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not
Kevin Enderby
2010-05-18
1
-1
/
+1
*
Fixed the problem with a branch to "0b" that was not parsed by llvm-mc
Kevin Enderby
2010-05-18
1
-1
/
+0
*
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-17
1
-5
/
+7
*
Revert r103137, fix for $ in labels. It looks like we can't actually handle this
Daniel Dunbar
2010-05-06
1
-16
/
+7
*
fix rdar://7946934 - in some limited cases, the assembler should
Chris Lattner
2010-05-05
1
-7
/
+16
*
implement mc asmparser support for '.', which gets the
Chris Lattner
2010-04-14
1
-0
/
+5
*
add a hack to allow parsing negative minint. rdar://7751341
Chris Lattner
2010-03-13
1
-2
/
+8
*
stop using strtoll, it gives windows heartburn.
Chris Lattner
2010-01-22
1
-8
/
+24
*
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner
2010-01-22
1
-0
/
+304