aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAgeFilesLines
* [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
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-152-5/+1
* 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
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-161-0/+1
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-3/+8
* Move state var to private class member.Jim Grosbach2011-09-141-0/+1
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-131-0/+1
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-2/+1
* Remove unused forward declaration.Jim Grosbach2011-08-161-1/+0
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-262-5/+5
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+12
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-051-0/+1
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-192-2/+4
* Clean up assembly statement separator support.Jim Grosbach2011-03-241-0/+1
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-241-0/+4