summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/COFFAsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...Reid Kleckner2019-08-301-1/+1
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-301-153/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-261-0/+33
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-1/+18
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-18/+1
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-1/+18
* [SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner2017-10-101-41/+25
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-101-10/+22
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-1/+14
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-14/+1
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-1/+14
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-2/+2
* [MC] Handle discardable COFF sections in assemblyReid Kleckner2016-09-141-13/+24
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-6/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-0/+17
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-6/+6
* Clean up static analyzer warnings.Michael Ilseman2014-12-121-4/+4
* MC: Diagnose an unexpected token in COFF .section instead of assertingReid Kleckner2014-08-111-0/+4
* MC: Cleanup COFFAsmParser::ParseSectionFlagsDavid Majnemer2014-07-041-2/+2
* MC: rename EmitWin64EH routinesSaleem Abdulrasool2014-06-291-13/+13
* MC: Fix associative sections on COFFDavid Majnemer2014-06-271-3/+3
* MC: adjust text section flags for WoASaleem Abdulrasool2014-06-221-0/+6
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-38/+14
* [C++] Use 'nullptr'.Craig Topper2014-04-241-3/+3
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-1/+1
* [COFF] Add support for the .secidx directiveTimur Iskhodzhanov2013-12-201-1/+18
* Support multiple COFF sections with the same name but different COMDAT.Rafael Espindola2013-11-191-30/+76
* Revert "Re-commit r192758 - MC: quote tricky symbol names in asm output"Hans Wennborg2013-10-181-1/+6
* Re-commit r192758 - MC: quote tricky symbol names in asm outputHans Wennborg2013-10-171-6/+1
* Revert r192758 (and r192759), "MC: Better handling of tricky symbol and secti...NAKAMURA Takumi2013-10-161-1/+6
* MC: Better handling of tricky symbol and section namesHans Wennborg2013-10-161-6/+1
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-0/+60
* MC: Add .section directive to COFFNico Rieck2013-07-041-0/+172
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-2/+2
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-38/+38
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-161-3/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-171-0/+17
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-1/+1
* Move some ELF directives into ELF asm parser.Jim Grosbach2011-07-251-0/+34
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-3/+8
OpenPOWER on IntegriCloud