aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* Support C99 hexadecimal floating-point literals in assemblyTim Northover2013-08-141-0/+1
* Whitespace.Jim Grosbach2013-06-021-1/+1
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-051-4/+3
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-031-1/+2
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-222-0/+3
* [ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier2013-04-221-0/+2
* [ms-inline asm] Refactor/clean up the SemaLookup interface. No functionalChad Rosier2013-04-221-3/+14
* Reapply r179115, but use parsePrimaryExpression a little more judiciously.Chad Rosier2013-04-101-0/+7
* Revert r179115 as it looks to have killed the ASan tests.Chad Rosier2013-04-091-7/+0
* [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need toChad Rosier2013-04-091-0/+7
* [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand,Chad Rosier2013-04-091-9/+1
* Dead code.Chad Rosier2013-03-191-6/+0
* [ms-inline asm] Move the size directive asm rewrite into the target specificChad Rosier2013-03-191-5/+0
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-19/+19
* Grammar.Eric Christopher2013-02-191-1/+1
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-181-0/+4
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-171-1/+3
* Clean up some unnecessary headers and forward declarationsEli Bendersky2013-01-161-3/+0
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-161-54/+0
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-161-3/+4
* Properly encapsulate additional methods and data from AsmParser.Eli Bendersky2013-01-141-1/+43
* Move CheckForValidSection to the MCAsmParser interface.Eli Bendersky2013-01-141-0/+4
* Move ParseMacroArgument to the MCAsmParser interfance.Eli Bendersky2013-01-141-1/+12
* Encapsulate the MacroEnabled flag in AsmParser behind accessor methods.Eli Bendersky2013-01-141-0/+4
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-102-1/+5
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-106-12/+12
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-10/+0
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-032-2/+2
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-261-0/+6
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-251-0/+2
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-232-1/+4
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-221-3/+0
* [ms-inline asm] Add the isOffsetOf() function.Chad Rosier2012-10-221-0/+5
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-191-0/+5
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-191-0/+1
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-181-1/+2
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-181-4/+2
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-181-16/+20
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-161-0/+1
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-151-0/+20
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-131-0/+2
* [ms-inline asm] Add a few data members and member functions to theChad Rosier2012-10-121-0/+24
* Revert 165057, per Jim's request. This requires further discussion.Chad Rosier2012-10-021-7/+0
* [ms-inline asm] Add basic support for wildcard MCParsedAsmOperands. This typeChad Rosier2012-10-021-0/+7
* [ms-inline asm] Expose the getReg() function in the base class.Chad Rosier2012-10-011-0/+2
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-191-0/+5
* Fix Doxygen issues:Dmitri Gribenko2012-09-143-9/+7
* Add documentation.Chad Rosier2012-09-111-0/+4
* Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier2012-09-111-0/+5
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-294-8/+9