summaryrefslogtreecommitdiffstats
path: root/lib/MC/MCMachOStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Store a MCSection in MCFragment.Rafael Espindola2015-05-251-2/+3
* Stop forwarding (get|set)Aligment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-6/+6
* MC: Remove most remaining uses of MCSymbolData::getSymbol(), NFCDuncan P. N. Exon Smith2015-05-201-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-3/+3
* MC: Change MCFragment::Atom to an MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-2/+2
* MC: Change MCAssembler::Symbols to store MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-3/+3
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-6/+43
* Split the object streamer callback in one per file format.Rafael Espindola2015-03-191-0/+1
* Replace size method call of containers to empty method where appropriateAlexander Kornienko2015-01-151-1/+1
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+6
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-2/+2