index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCParser
/
AsmLexer.cpp
Age
Commit message (
Expand
)
Author
2011-08-04
allow \r's in .s files.
Chris Lattner
2011-06-05
Basic support for macros with explicit arguments.
Rafael Espindola
2011-04-12
Match case for invalid constant error messages and add a new
Eric Christopher
2011-04-11
Lex, and then fail on invalid constants.
Eric Christopher
2011-03-24
Clean up assembly statement separator support.
Jim Grosbach
2011-02-11
More whitespace cleanup...
Jim Grosbach
2010-12-25
Generalize a previous change, fixing PR8855 - an valid large immediate
Chris Lattner
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-18
Add support for lexing single quotes like 'c'.
Roman Divacky
2010-10-25
MC/AsmLexer: Fix bug in source location for Slash token.
Daniel Dunbar
2010-09-27
MC/AsmParser: Handle exponents in floating point literals.
Daniel Dunbar
2010-09-24
MC/AsmParser: Handle a missed case of floating literals in the lexer.
Daniel Dunbar
2010-09-24
MC/Lexer: Add 'Real' token type for floating point literals.
Daniel Dunbar
2010-08-24
fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals.
Chris Lattner
2010-07-12
MC: Move getLoc() to MCAsmLexer().
Daniel Dunbar
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-05-21
Add support for parsing the ELF .type assembler directive.
Matt Fleming
2010-05-18
Incorporate Daniel's suggestion and use !isdigit(CurPtr[0]) and not
Kevin Enderby
2010-05-18
Fixed the problem with a branch to "0b" that was not parsed by llvm-mc
Kevin Enderby
2010-05-17
Added support in MC for Directional Local Labels.
Kevin Enderby
2010-05-06
Revert r103137, fix for $ in labels. It looks like we can't actually handle this
Daniel Dunbar
2010-05-05
fix rdar://7946934 - in some limited cases, the assembler should
Chris Lattner
2010-04-14
implement mc asmparser support for '.', which gets the
Chris Lattner
2010-03-13
add a hack to allow parsing negative minint. rdar://7751341
Chris Lattner
2010-01-22
stop using strtoll, it gives windows heartburn.
Chris Lattner
2010-01-22
move some files out of the llvm-mc tool into the MCParser library so
Chris Lattner