summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCParser
Commit message (Expand)AuthorAge
* [ms-inline asm] Add support for the TYPE operator.Chad Rosier2012-10-26
* [ms-inline asm] Perform field lookups with the dot operator.Chad Rosier2012-10-25
* [ms-inline asm] Add an implementation of the offset operator. This is a followChad Rosier2012-10-23
* [ms-inline-asm] Implement _emit directive (which is roughly equivalent to .by...Eli Friedman2012-10-22
* [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
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-19
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-18
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-15
* [ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier2012-10-13
* [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 support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Add documentation.Chad Rosier2012-09-11
* Add a few virtual functions to the abstract MCParsedAsmOperand class.Chad Rosier2012-09-11
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-29
* Make member variables of AsmToken private. Remove unnecessary forward declara...Craig Topper2012-04-15
* Add assembler dialect attribute in asm parser which lets target specific asm ...Devang Patel2012-01-31
* Let asm parser query asm syntax dialect.Devang Patel2012-01-10
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Move state var to private class member.Jim Grosbach2011-09-14
* First step in supporting #line directives in assembler. This step parses theKevin Enderby2011-09-13
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Remove unused forward declaration.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Update MCParsedAsmOperand debug methods.Jim Grosbach2011-07-13
* Basic support for macros with explicit arguments.Rafael Espindola2011-06-05
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-19
* Clean up assembly statement separator support.Jim Grosbach2011-03-24
* Restore r125595 (reverted in r126336) with modifications:Joerg Sonnenberger2011-02-24
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Remove trailing whitespace.Jim Grosbach2011-02-11
* Add support for lexing single quotes like 'c'.Roman Divacky2010-12-18
* Merge System into Support.Michael J. Spencer2010-11-29
* MC/AsmParser: Handle exponents in floating point literals.Daniel Dunbar2010-09-27
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* fix the asmparser so that the target is responsible for skipping toChris Lattner2010-09-11
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* MCAsmParser: Add dump() hook to MCParsedAsmOperand.Daniel Dunbar2010-08-11
* MC/AsmParser: Stop playing unsafe member function pointer calls, this isn'tDaniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18
* MC/AsmParser: Fix TokError() to accept a Twine.Daniel Dunbar2010-07-18
* MC/AsmParser: Hide the AsmParser implementation.Daniel Dunbar2010-07-18