aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCParser/COFFAsmParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-27Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer1-1/+1
2015-11-18Stop producing .data.rel sections.Rafael Espindola1-6/+5
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-09Removing spurious semi colons; NFC.Aaron Ballman1-1/+1
2015-05-30[WinCOFF] Add support for the .safeseh directiveDavid Majnemer1-0/+17
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-6/+6
2014-12-12Clean up static analyzer warnings.Michael Ilseman1-4/+4
2014-08-11MC: Diagnose an unexpected token in COFF .section instead of assertingReid Kleckner1-0/+4
2014-07-04MC: Cleanup COFFAsmParser::ParseSectionFlagsDavid Majnemer1-2/+2
2014-06-29MC: rename EmitWin64EH routinesSaleem Abdulrasool1-13/+13
2014-06-27MC: Fix associative sections on COFFDavid Majnemer1-3/+3
2014-06-22MC: adjust text section flags for WoASaleem Abdulrasool1-0/+6
2014-06-06Fix a few issues with comdat handling on COFF.Rafael Espindola1-38/+14
2014-04-24[C++] Use 'nullptr'.Craig Topper1-3/+3
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2013-12-20[COFF] Add support for the .secidx directiveTimur Iskhodzhanov1-1/+18
2013-11-19Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola1-30/+76
2013-10-18Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg1-1/+6
2013-10-17Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg1-6/+1
2013-10-16Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi1-1/+6
2013-10-16MC: Better handling of tricky symbol and section namesHans Wennborg1-6/+1
2013-07-06MC: Implement COFF .linkonce directiveNico Rieck1-0/+60
2013-07-04MC: Add .section directive to COFFNico Rieck1-0/+172
2013-06-18Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling1-2/+2
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach1-38/+38
2013-01-16Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky1-3/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2011-12-17Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola1-0/+17
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng1-1/+1
2011-07-25Move some ELF directives into ELF asm parser.Jim Grosbach1-0/+34
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng1-1/+1
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-3/+8
2011-07-15Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatestEvan Cheng1-3/+3
2011-05-25Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis1-2/+6
2011-05-25Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis1-6/+17
2011-05-25Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis1-6/+9
2011-05-25Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis1-23/+22
2011-05-24Implement the rest of the SEH directive-parsing methods in the COFFAsmParser.Charles Davis1-11/+112
2011-05-23Implement .seh_stackalloc and .seh_pushframe parsing.Charles Davis1-4/+27
2011-05-22Add methods to parse the SEH directives to the COFFAsmParser. Implement someCharles Davis1-0/+157
2010-10-09MC-COFF: Add COFFAsmParser. Completes PR8343.Michael J. Spencer1-0/+144