summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [AIX]Emit function descriptor csect in assemblyXiangling Liao2019-09-261-0/+1
* [MC] Teach the MachO object writer about N_FUNC_COLDVedant Kumar2019-01-251-0/+4
* 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-9/+11
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-4/+14
* Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."Sam Clegg2018-06-141-1/+24
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-0/+1
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-4/+7
* [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer.Sam Clegg2018-05-021-24/+1
* Don't create MCFillFragment directly.Rafael Espindola2018-01-091-19/+9
* MC/AsmPrinter: Reduce code duplication.Matthias Braun2017-12-141-20/+2
* MC: Add support for mach-o build_versionMatthias Braun2017-12-141-1/+9
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-5/+7
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-6/+9
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Simplify/make more explicit (by making less explicit in some ways) some funct...David Blaikie2017-03-161-1/+1
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-031-7/+0
* [MC] Factor out non-COFF handling of COFF-specific directives.Dan Gohman2017-02-271-16/+0
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-5/+3
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-5/+18
* MCMacho: Allow __thread_ptr section after dwarf sectionsMatthias Braun2017-02-011-1/+2
* MachO: enable .data_region directives everywhereTim Northover2016-04-211-4/+0
* [MachO] Extend the alt_entry support for aliases added in r263521 toLang Hames2016-03-151-4/+7
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-151-0/+16
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-1/+0
* Simplify MCFillFragment.Rafael Espindola2016-01-191-1/+1
* MC: Make sure to clear *all* of MCMachOStreamer's stateJustin Bogner2015-12-031-0/+1
* ARM: support .watchos_version_min and .tvos_version_min.Tim Northover2015-10-281-4/+14
* Use range-based for loops. NFCCraig Topper2015-10-141-9/+7
* MC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-101-1/+1
* Fix pr24486.Rafael Espindola2015-10-051-5/+2
* Disallow assigning symbol a null section.Rafael Espindola2015-10-031-2/+0
* Remove and forbid raw_svector_ostream::flush() calls.Yaron Keren2015-08-131-1/+0
* Force the MachO generated for Darwin to have VERSION_MIN load commandSteven Wu2015-08-051-0/+10
* Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper2015-06-081-1/+0
* Move all flags logic to MCSymbolMachO.Pete Cooper2015-06-081-15/+17
* Create a MCSymbolELF.Rafael Espindola2015-06-021-3/+0
* The fragment implies the section, don't store both.Rafael Espindola2015-06-011-2/+2
* Remove getData.Rafael Espindola2015-05-291-14/+9
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-5/+5
* Rename getOrCreateSymbolData to registerSymbol and return void.Rafael Espindola2015-05-291-7/+10
* Move Flags from MCSymbolData to MCSymbol.Rafael Espindola2015-05-291-13/+12
* Move common symbol related information from MCSectionData to MCSymbol.Rafael Espindola2015-05-291-2/+3
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-1/+1
* Rename and move getCurrentSectionData.Rafael Espindola2015-05-271-1/+1
* There is only one current section.Rafael Espindola2015-05-271-2/+3
* Delete MCSectionData.Rafael Espindola2015-05-271-2/+2
* Replace getOrCreateSectionData with registerSection.Rafael Espindola2015-05-261-4/+3
* Have getCurrentSectionData return a MCSection.Rafael Espindola2015-05-261-1/+1
* Remove most uses of MCSectionData from MCAssembler.Rafael Espindola2015-05-261-1/+1
OpenPOWER on IntegriCloud