| Commit message (Expand) | Author | Age | Files | Lines |
| * | [AIX]Emit function descriptor csect in assembly | Xiangling Liao | 2019-09-26 | 1 | -0/+1 |
| * | [MC] Teach the MachO object writer about N_FUNC_COLD | Vedant Kumar | 2019-01-25 | 1 | -0/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [macho] save the SDK version stored in module metadata into the version min and | Alex Lorenz | 2018-12-14 | 1 | -9/+11 |
| * | [MC] Error on a .zerofill directive in a non-virtual section | Francis Visoiu Mistrih | 2018-07-02 | 1 | -4/+14 |
| * | Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer." | Sam Clegg | 2018-06-14 | 1 | -1/+24 |
| * | [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup | Peter Smith | 2018-06-06 | 1 | -0/+1 |
| * | MC: Change the streamer ctors to take an object writer instead of a stream. N... | Peter Collingbourne | 2018-05-18 | 1 | -4/+7 |
| * | [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer. | Sam Clegg | 2018-05-02 | 1 | -24/+1 |
| * | Don't create MCFillFragment directly. | Rafael Espindola | 2018-01-09 | 1 | -19/+9 |
| * | MC/AsmPrinter: Reduce code duplication. | Matthias Braun | 2017-12-14 | 1 | -20/+2 |
| * | MC: Add support for mach-o build_version | Matthias Braun | 2017-12-14 | 1 | -1/+9 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -5/+7 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -6/+9 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Simplify/make more explicit (by making less explicit in some ways) some funct... | David Blaikie | 2017-03-16 | 1 | -1/+1 |
| * | MC: De-duplicate the object streamer implementations of EmitFileDirective int... | Peter Collingbourne | 2017-03-03 | 1 | -7/+0 |
| * | [MC] Factor out non-COFF handling of COFF-specific directives. | Dan Gohman | 2017-02-27 | 1 | -16/+0 |
| * | Move some error handling down to MCStreamer. | Rafael Espindola | 2017-02-10 | 1 | -5/+3 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-07 | 1 | -5/+18 |
| * | MCMacho: Allow __thread_ptr section after dwarf sections | Matthias Braun | 2017-02-01 | 1 | -1/+2 |
| * | MachO: enable .data_region directives everywhere | Tim Northover | 2016-04-21 | 1 | -4/+0 |
| * | [MachO] Extend the alt_entry support for aliases added in r263521 to | Lang Hames | 2016-03-15 | 1 | -4/+7 |
| * | [MachO] Add MachO alt-entry directive support. | Lang Hames | 2016-03-15 | 1 | -0/+16 |
| * | Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. | Eugene Zelenko | 2016-02-02 | 1 | -1/+0 |
| * | Simplify MCFillFragment. | Rafael Espindola | 2016-01-19 | 1 | -1/+1 |
| * | MC: Make sure to clear *all* of MCMachOStreamer's state | Justin Bogner | 2015-12-03 | 1 | -0/+1 |
| * | ARM: support .watchos_version_min and .tvos_version_min. | Tim Northover | 2015-10-28 | 1 | -4/+14 |
| * | Use range-based for loops. NFC | Craig Topper | 2015-10-14 | 1 | -9/+7 |
| * | MC: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -1/+1 |
| * | Fix pr24486. | Rafael Espindola | 2015-10-05 | 1 | -5/+2 |
| * | Disallow assigning symbol a null section. | Rafael Espindola | 2015-10-03 | 1 | -2/+0 |
| * | Remove and forbid raw_svector_ostream::flush() calls. | Yaron Keren | 2015-08-13 | 1 | -1/+0 |
| * | Force the MachO generated for Darwin to have VERSION_MIN load command | Steven Wu | 2015-08-05 | 1 | -0/+10 |
| * | Remove includes of MCMachOSymbolFlags.h after it was deleted | Pete Cooper | 2015-06-08 | 1 | -1/+0 |
| * | Move all flags logic to MCSymbolMachO. | Pete Cooper | 2015-06-08 | 1 | -15/+17 |
| * | Create a MCSymbolELF. | Rafael Espindola | 2015-06-02 | 1 | -3/+0 |
| * | The fragment implies the section, don't store both. | Rafael Espindola | 2015-06-01 | 1 | -2/+2 |
| * | Remove getData. | Rafael Espindola | 2015-05-29 | 1 | -14/+9 |
| * | Remove the MCSymbolData typedef. | Rafael Espindola | 2015-05-29 | 1 | -5/+5 |
| * | Rename getOrCreateSymbolData to registerSymbol and return void. | Rafael Espindola | 2015-05-29 | 1 | -7/+10 |
| * | Move Flags from MCSymbolData to MCSymbol. | Rafael Espindola | 2015-05-29 | 1 | -13/+12 |
| * | Move common symbol related information from MCSectionData to MCSymbol. | Rafael Espindola | 2015-05-29 | 1 | -2/+3 |
| * | Remove a trivial forwarding function. NFC. | Rafael Espindola | 2015-05-28 | 1 | -1/+1 |
| * | Rename and move getCurrentSectionData. | Rafael Espindola | 2015-05-27 | 1 | -1/+1 |
| * | There is only one current section. | Rafael Espindola | 2015-05-27 | 1 | -2/+3 |
| * | Delete MCSectionData. | Rafael Espindola | 2015-05-27 | 1 | -2/+2 |
| * | Replace getOrCreateSectionData with registerSection. | Rafael Espindola | 2015-05-26 | 1 | -4/+3 |
| * | Have getCurrentSectionData return a MCSection. | Rafael Espindola | 2015-05-26 | 1 | -1/+1 |
| * | Remove most uses of MCSectionData from MCAssembler. | Rafael Espindola | 2015-05-26 | 1 | -1/+1 |