summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCWinCOFFStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-2/+2
* [MC] Pass through .code16/32/64 and .syntax unified for COFFReid Kleckner2019-09-031-1/+13
* Standardize on MSVC behavior for triples with no environmentReid Kleckner2019-07-081-2/+2
* 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/+19
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-1/+2
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-1/+1
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+3
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+11
* Don't create MCFillFragment directly.Rafael Espindola2018-01-091-13/+6
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-11/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+11
* NFC: Rename MCSafeSEHFragment to MCSymbolIdFragmentAdrian McCarthy2017-11-081-1/+1
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+3
* [SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner2017-10-101-1/+1
* [MC] Allow assembling .secidx and .secrel32 for undefined symbolsReid Kleckner2017-06-221-2/+4
* Rename WinCOFFStreamer.cpp -> MCWinCOFFStreamer.cppSam Clegg2017-06-211-0/+296
OpenPOWER on IntegriCloud