[MC/AsmParser] Avoid setting MCSymbol.IsUsed in some cases
[oota-llvm.git] / lib / MC / MCParser / AsmLexer.cpp
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-06-18 Saleem AbdulrasoolMC: do not add comment string to the AsmToken in AsmLex...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-02-09 Saleem AbdulrasoolMCParser: add a single token lookahead
2014-02-01 David WoodhouseMC: Add AsmLexer::BigNum token for integers greater...
2013-12-06 David PeixottoCache AllowAtInIdentifier as class variable in AsmLexer
2013-12-06 David PeixottoIntegrated assembler incorrectly lexes ARM-style comments
2013-10-18 Hans WennborgMC asm parser: allow ?'s in symbol names, and handle...
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-02-26 Jim GrosbachAsmParser: More generic support for integer type suffices.
2013-02-25 Matt Beaumont-Gay'Hexadecimal' has two 'a's and only one 'i'.
2013-02-14 Rafael EspindolaRevert r15266. This fixes llvm.org/pr15266.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing binary integers...
2013-02-12 Chad RosierUpdate error message due to previous commit, r174926.
2013-02-12 Chad Rosier[ms-inline asm] Add support for lexing hexidecimal...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2011-09-15 Jim GrosbachHandle missing newline at EOF more gracefully in MC...
2011-09-14 Jim GrosbachMove state var to private class member.
2011-09-13 Kevin EnderbyFirst step in supporting #line directives in assembler...
2011-08-04 Chris Lattnerallow \r's in .s files.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-04-12 Eric ChristopherMatch case for invalid constant error messages and...
2011-04-11 Eric ChristopherLex, and then fail on invalid constants.
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-02-11 Jim GrosbachMore whitespace cleanup...
2010-12-25 Chris LattnerGeneralize a previous change, fixing PR8855 - an valid...
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-10-25 Daniel DunbarMC/AsmLexer: Fix bug in source location for Slash token.
2010-09-27 Daniel DunbarMC/AsmParser: Handle exponents in floating point literals.
2010-09-24 Daniel DunbarMC/AsmParser: Handle a missed case of floating literals...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-05-18 Kevin EnderbyIncorporate Daniel's suggestion and use !isdigit(CurPtr...
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-05 Chris Lattnerfix rdar://7946934 - in some limited cases, the assembl...
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-03-13 Chris Lattneradd a hack to allow parsing negative minint. rdar:...
2010-01-22 Chris Lattnerstop using strtoll, it gives windows heartburn.
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...