summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser/MCParsedAsmOperand.h
Commit message (Expand)AuthorAge
* [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier2013-04-22
* [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
* [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
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* [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
* [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
* Add documentation.Chad Rosier2012-09-11
* Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier2012-09-11
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* Remove trailing whitespace.Jim Grosbach2011-02-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22