[llvm-symbolizer] Reverting r250067
[oota-llvm.git] / include / llvm / MC / MCParser / MCAsmLexer.h
2015-10-12 Colin LeMahieu[llvm-symbolizer] Reverting r250067
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Rafael EspindolaDon't repeat name in comment. NFC.
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-02-09 Saleem AbdulrasoolMCParser: add a single token lookahead
2014-02-01 David WoodhouseMC: Add AsmLexer::BigNum token for integers greater...
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-08-16 Jim GrosbachRemove unused forward declaration.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-07-12 Daniel DunbarMC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-05-21 Matt FlemingAdd support for parsing the ELF .type assembler directive.
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-01-22 Sean CallananAdded a Register token to AsmToken and the appropriate
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.