aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MachObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-04-15[MC] Rename MCSection*::getSectionName() to getName(). NFCFangrui Song1-1/+1
2020-02-11[MachO] Pad section data to pointer size bytesAditya Nandakumar1-2/+2
2019-09-27[Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet1-6/+6
2019-09-12[Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet1-4/+8
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-1/+1
2019-03-06[MC][MachO] Emit an error for emitting relocations of the form -SYM + cstFrancis Visoiu Mistrih1-0/+15
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14[macho] save the SDK version stored in module metadata into the version min andAlex Lorenz1-7/+16
2018-09-27llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song1-2/+2
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-05-21MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne1-2/+6
2018-05-21MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne1-121/+125
2018-05-21MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-6/+5
2018-04-13[MC] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang1-2/+2
2018-02-12[MC] Issue error message when data region is not terminatedGerolf Hoflehner1-1/+7
2017-12-14MC: Add support for mach-o build_versionMatthias Braun1-21/+31
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames1-2/+3
2017-10-09[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames1-4/+4
2017-07-11Simplify interface now that we don't need to pass IsPCRel. NFC.Rafael Espindola1-1/+1
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-07[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-2/+15
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-10-04Misc improvements to StringTableBuilder.Rafael Espindola1-2/+2
2016-10-03Revert "Use getSize instead of data().size(). NFC."Rafael Espindola1-1/+1
2016-10-03Use getSize instead of data().size(). NFC.Rafael Espindola1-1/+1
2016-04-26Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover1-1/+2
2016-04-26Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr."Renato Golin1-2/+1
2016-04-25ARM: put correct symbol index on indirect pointers in __thread_ptr.Tim Northover1-1/+2
2016-04-25ARM: put extern __thread stubs in a special section.Tim Northover1-0/+1
2016-03-15[MachO] Add MachO alt-entry directive support.Lang Hames1-2/+4
2016-01-14Update to use new name alignTo().Rui Ueyama1-3/+3
2015-10-28ARM: support .watchos_version_min and .tvos_version_min.Tim Northover1-2/+16
2015-10-23Add a RAW mode to StringTableBuilder.Rafael Espindola1-1/+1
2015-10-05Fix pr24486.Rafael Espindola1-0/+12
2015-09-22Untabify.NAKAMURA Takumi1-3/+3
2015-09-22Reformat blank lines.NAKAMURA Takumi1-2/+1
2015-09-01[MC] Allow MCObjectWriter's output stream to be swapped outDavid Majnemer1-19/+20
2015-08-26[MC/MachO] Make some MachObjectWriter methods more generic. NFC.Frederic Riss1-25/+30
2015-06-23Revert r240302 ("Bring r240130 back.").Daniel Jasper1-2/+1
2015-06-22Bring r240130 back.Rafael Espindola1-1/+2
2015-06-19Revert 240130, it caused crashes (repro in PR23900).Nico Weber1-2/+1
2015-06-19Make all temporary symbols unnamed.Rafael Espindola1-1/+2
2015-06-08Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper1-1/+0
2015-06-08Move all flags logic to MCSymbolMachO.Pete Cooper1-20/+4
2015-06-04MC: Clean up the naming for MCMachObjectWriter. NFC.Jim Grosbach1-24/+24
2015-06-04MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach1-94/+94
2015-06-04[MachOWriter] Use for-range and roll some duplicated code into loops.Benjamin Kramer1-43/+25
2015-06-04MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach1-3/+0