Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / MC / MCParser / COFFAsmParser.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Aaron BallmanRemoving spurious semi colons; NFC.
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-08-11 Reid KlecknerMC: Diagnose an unexpected token in COFF .section inste...
2014-07-04 David MajnemerMC: Cleanup COFFAsmParser::ParseSectionFlags
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-27 David MajnemerMC: Fix associative sections on COFF
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
2013-10-18 Hans WennborgRevert "Re-commit r192758 - MC: quote tricky symbol...
2013-10-17 Hans WennborgRe-commit r192758 - MC: quote tricky symbol names in...
2013-10-16 NAKAMURA TakumiRevert r192758 (and r192759), "MC: Better handling...
2013-10-16 Hans WennborgMC: Better handling of tricky symbol and section names
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-07-04 Nico RieckMC: Add .section directive to COFF
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-02-20 Jim GrosbachMCParser: Update method names per coding guidelines.
2013-01-16 Eli BenderskyUse the ExtensionDirectiveHandler type in other places...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
2011-05-25 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-24 Charles DavisImplement the rest of the SEH directive-parsing methods...
2011-05-23 Charles DavisImplement .seh_stackalloc and .seh_pushframe parsing.
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2010-10-09 Michael J. SpencerMC-COFF: Add COFFAsmParser. Completes PR8343.