Workaround some compilers that give a stricter throw spec to = default than implicit...
[oota-llvm.git] / include / llvm / MC / MCParser / MCParsedAsmOperand.h
2015-08-01 David BlaikieWorkaround some compilers that give a stricter throw...
2015-08-01 David BlaikieMissing formatting
2015-08-01 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-05-11 Richard SmithAdd missing #includes, found by modules build.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-09 Chad Rosier[ms-inline asm] Maintain a StringRef to reference a...
2013-03-19 Chad RosierDead code.
2013-03-19 Chad Rosier[ms-inline asm] Move the size directive asm rewrite...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-12 Chad Rosier[ms-inline asm] Add a few data members and member funct...
2012-10-02 Chad RosierRevert 165057, per Jim's request. This requires furthe...
2012-10-02 Chad Rosier[ms-inline asm] Add basic support for wildcard MCParsed...
2012-10-01 Chad Rosier[ms-inline asm] Expose the getReg() function in the...
2012-09-11 Chad RosierAdd documentation.
2012-09-11 Chad RosierAdd a few virtual functions to the abstract MCParsedAsm...
2011-07-13 Jim GrosbachUpdate MCParsedAsmOperand debug methods.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2010-08-11 Daniel DunbarMCAsmParser: Add dump() hook to MCParsedAsmOperand.
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.