Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / MC / MCParser / MCAsmParser.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-22 Eli Friedman[ms-inline-asm] Implement _emit directive (which is...
2012-10-19 Nick LewyckyPacify -Wnon-virtual-dtor.
2012-10-18 Chad Rosier[ms-inline asm] Add a size argument to the LookupInline...
2012-10-18 Chad Rosier[ms-inline asm] Have the LookupInlineAsmIdentifier...
2012-10-18 Chad Rosier[ms-inline asm] Move most of the AsmParsing logic in...
2012-10-16 Chad Rosier[ms-inline asm] Add the helper function, isParseringInl...
2012-10-15 Chad Rosier[ms-inline asm] Add a few new APIs to the AsmParser...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-01-31 Devang PatelAdd assembler dialect attribute in asm parser which...
2012-01-10 Devang PatelLet asm parser query asm syntax dialect.
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-05-19 Joerg SonnenbergerReapply 131644 including the missing header changes:
2011-02-11 Jim GrosbachRemove trailing whitespace.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-09-11 Chris Lattnerfix the asmparser so that the target is responsible...
2010-08-11 Daniel Dunbarllvm-mc: Add -show-inst-operands, for dumping the parse...
2010-07-18 Daniel DunbarMC/AsmParser: Stop playing unsafe member function point...
2010-07-18 Daniel DunbarMC/AsmParser: Fix .abort and .secure_log_unique to...
2010-07-18 Daniel DunbarMC/AsmParser: Fix TokError() to accept a Twine.
2010-07-17 Daniel DunbarMC/AsmParser: Lift Run() and TargetParser to base class.
2010-07-12 Daniel DunbarMC/AsmParser: Move .lsym parsing to Darwin specific...
2010-07-12 Daniel DunbarMCAsmParser: Add getSourceManager().
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-03-10 Daniel DunbarRemove unneeded declarations.
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.