summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-6/+6
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-4/+8
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [MC][MachO] Emit an error for emitting relocations of the form -SYM + cstFrancis Visoiu Mistrih2019-03-061-0/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-7/+16
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* MC: Have the object writers return the number of bytes written. NFCI.Peter Collingbourne2018-05-211-2/+6
* MC: Change object writers to use endian::Writer. NFCI.Peter Collingbourne2018-05-211-121/+125
* MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r...Peter Collingbourne2018-05-211-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-6/+5
* [MC] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-2/+2
* [MC] Issue error message when data region is not terminatedGerolf Hoflehner2018-02-121-1/+7
* MC: Add support for mach-o build_versionMatthias Braun2017-12-141-21/+31
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+3
* [MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames2017-10-091-4/+4
* Simplify interface now that we don't need to pass IsPCRel. NFC.Rafael Espindola2017-07-111-1/+1
* 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-071-2/+15
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Misc improvements to StringTableBuilder.Rafael Espindola2016-10-041-2/+2
* Revert "Use getSize instead of data().size(). NFC."Rafael Espindola2016-10-031-1/+1
* Use getSize instead of data().size(). NFC.Rafael Espindola2016-10-031-1/+1
* Reapply: "ARM: put correct symbol index on indirect pointers in __thread_ptr.""Tim Northover2016-04-261-1/+2
* Revert "ARM: put correct symbol index on indirect pointers in __thread_ptr."Renato Golin2016-04-261-2/+1
* ARM: put correct symbol index on indirect pointers in __thread_ptr.Tim Northover2016-04-251-1/+2
* ARM: put extern __thread stubs in a special section.Tim Northover2016-04-251-0/+1
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-2/+4
* Update to use new name alignTo().Rui Ueyama2016-01-141-3/+3
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-2/+16
* Add a RAW mode to StringTableBuilder.Rafael Espindola2015-10-231-1/+1
* Fix pr24486.Rafael Espindola2015-10-051-0/+12
* Untabify.NAKAMURA Takumi2015-09-221-3/+3
* Reformat blank lines.NAKAMURA Takumi2015-09-221-2/+1
* [MC] Allow MCObjectWriter's output stream to be swapped outDavid Majnemer2015-09-011-19/+20
* [MC/MachO] Make some MachObjectWriter methods more generic. NFC.Frederic Riss2015-08-261-25/+30
* Revert r240302 ("Bring r240130 back.").Daniel Jasper2015-06-231-2/+1
* Bring r240130 back.Rafael Espindola2015-06-221-1/+2
* Revert 240130, it caused crashes (repro in PR23900).Nico Weber2015-06-191-2/+1
* Make all temporary symbols unnamed.Rafael Espindola2015-06-191-1/+2
* Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper2015-06-081-1/+0
* Move all flags logic to MCSymbolMachO.Pete Cooper2015-06-081-20/+4
* MC: Clean up the naming for MCMachObjectWriter. NFC.Jim Grosbach2015-06-041-24/+24
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-94/+94
* [MachOWriter] Use for-range and roll some duplicated code into loops.Benjamin Kramer2015-06-041-43/+25
* MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach2015-06-041-3/+0
* MC: Tidy up LOH naming a bit. NFC.Jim Grosbach2015-06-011-1/+1
* Store a bit in MCSection saying if it was registered with MCAssembler.Rafael Espindola2015-06-011-15/+9
OpenPOWER on IntegriCloud