aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCParser/MCAsmParser.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-36/+37
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-17/+15
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+4
* 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-221-0/+2
* [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
* 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-101-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* [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-231-1/+1
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-221-3/+0
* 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
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-5/+3
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-311-0/+1
* Let asm parser query asm syntax dialect.Devang Patel2012-01-101-0/+2
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-3/+8
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-2/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-4/+4
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-191-1/+3
* Remove trailing whitespace.Jim Grosbach2011-02-111-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-111-0/+4
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-111-0/+5