[LPM] Group the addPreserved template with the non-template variants,
[oota-llvm.git] / include / llvm / MC / MCParser /
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-08-01 David BlaikieWorkaround some compilers that give a stricter throw...
2015-08-01 David BlaikieMissing formatting
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-06-26 Benjamin KramerMake header parse standalone. NFC.
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Pete CooperChange .thumb_set to have the same error checks as...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-11 Richard SmithAdd missing #includes, found by modules build.
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-04-21 Toma Tabacu[mips] [IAS] Implement the .asciiz directive.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
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 duplicate names in comments. 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-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 Ehsan AkhgariMake MCAsmParserSemaCallback::LookupInlineAsmLabel...
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-08-14 Saleem AbdulrasoolMC: AsmLexer: handle multi-character CommentStrings...
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-06-08 Alp TokerRemove redundant typedef from MCAsmParserSemaCallback
2014-06-08 Alp TokerMake InlineAsmIdentifierInfo forward-declarable
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2013-12-06 David PeixottoCache AllowAtInIdentifier as class variable in AsmLexer
2013-08-14 Tim NorthoverSupport C99 hexadecimal floating-point literals in...
2013-06-02 Jim GrosbachWhitespace.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-05-03 John McCallIn MC asm parsing, account for the possibility of white...
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-10 Chad RosierReapply r179115, but use parsePrimaryExpression a littl...
2013-04-09 Chad RosierRevert r179115 as it looks to have killed the ASan...
2013-04-09 Chad Rosier[ms-inline asm] Use parsePrimaryExpr in lieu of parseEx...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-02-19 Eric ChristopherGrammar.
2013-01-18 Daniel Dunbar[MC] Expose ParseEscapedString to target AsmParser...
2013-01-17 Chad Rosier[ms-inline asm] Add support for the 'SIZE' and 'LENGTH...
2013-01-16 Eli BenderskyClean up some unnecessary headers and forward declarations
2013-01-16 Eli BenderskyNow that GenericAsmParser was folded into AsmParser...
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2013-01-14 Eli BenderskyProperly encapsulate additional methods and data from...
2013-01-14 Eli BenderskyMove CheckForValidSection to the MCAsmParser interface.
2013-01-14 Eli BenderskyMove ParseMacroArgument to the MCAsmParser interfance.
2013-01-14 Eli BenderskyEncapsulate the MacroEnabled flag in AsmParser behind...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
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-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Add a few data members and member funct...
2012-10-02 Chad RosierRevert 165057, per Jim's request. This requires furthe...
2012-10-02 Chad Rosier[ms-inline asm] Add basic support for wildcard MCParsed...
2012-10-01 Chad Rosier[ms-inline asm] Expose the getReg() function in the...
2012-09-19 Preston GurdAdd support for macro parameters/arguments delimited...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-11 Chad RosierAdd documentation.
2012-09-11 Chad RosierAdd a few virtual functions to the abstract MCParsedAsm...
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-04-15 Craig TopperMake member variables of AsmToken private. Remove unnec...
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2011-10-16 Benjamin KramerAdd AsmToken::getEndLoc and use it to add ranges to...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
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-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-08-16 Jim GrosbachRemove unused forward declaration.
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-06-05 Rafael EspindolaBasic support for macros with explicit arguments.
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-11 Jim GrosbachRemove trailing whitespace.
next