summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAge
* MCParser: add a single token lookaheadSaleem Abdulrasool2014-02-09
* MC: Add AsmLexer::BigNum token for integers greater than 64 bitsDavid Woodhouse2014-02-01
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* Cache AllowAtInIdentifier as class variable in AsmLexerDavid Peixotto2013-12-06
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-14
* Whitespace.Jim Grosbach2013-06-02
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-03
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-22
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-22
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-10
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-09
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-09
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-09
* Dead code.Chad Rosier2013-03-19
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-19
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-20
* Grammar.Eric Christopher2013-02-19
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-18
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-17
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-16
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-16
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-16
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-14
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-14
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-14
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-14
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-22
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-22
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-19
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-19
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-18
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-15
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [ms-inline asm] Add a few data members and member functions to theChad Rosier2012-10-12
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-02
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-02
* [ms-inline asm] Expose the getReg() function in the base class.Chad Rosier2012-10-01