summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/MCTargetDesc/ARMWinCOFFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ARM: correct the relocation type for `bl` on WoASaleem Abdulrasool2018-09-131-1/+1
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-4/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+3
* [MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> throughLang Hames2017-10-101-2/+2
* COFF: Produce an error on invalid pcrel relocs.Rafael Espindola2017-06-231-3/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-271-4/+11
* 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
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+2
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Re-sort #include lines using my handy dandy ./utils/sort_includes.pyChandler Carruth2015-02-131-1/+1
* ARM: fail less catastrophically on invalid Windows inputSaleem Abdulrasool2015-01-221-3/+11
* MC: correct IMAGE_REL_ARM_MOV32T relocation emissionSaleem Abdulrasool2014-05-211-3/+7
* ARM: support FK_SecRel_2 relocations on WoASaleem Abdulrasool2014-05-081-0/+2
* MC: support FK_SecRel_4 for Windows on ARMSaleem Abdulrasool2014-05-041-0/+2
* ARM: MSVC does not support = defaultSaleem Abdulrasool2014-04-271-1/+1
* Add WoA object file emission supportSaleem Abdulrasool2014-04-271-0/+74
OpenPOWER on IntegriCloud