aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCParser/MCParsedAsmOperand.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-221-0/+1
* [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
* [ms-inline asm] Add support for calling functions from inline assembly.Chad Rosier2013-01-101-0/+4
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-261-0/+6
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-231-0/+3
* [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
* [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 documentation.Chad Rosier2012-09-111-0/+4
* Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier2012-09-111-0/+5
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-131-2/+12
* Remove trailing whitespace.Jim Grosbach2011-02-111-2/+2
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-111-2/+6
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-221-0/+33