summaryrefslogtreecommitdiff
path: root/lld/MachO/OutputSegment.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2025-04-04[lld-macho] Fix code section ordering in output binary (#134010)alx32
2024-09-05[lld/mac] Allow -segprot having stricter initprot than maxprot on mac (#107269)Nico Weber
2024-07-23[lld-macho] Fix thunks for non-__text TEXT sections (#99052)Leonard Grey
2022-12-13[lld-macho] Fix __objc_stubs orderingKeith Smiley
2022-11-07[lld-macho] Ensure that chained fixups data comes first in __LINKEDITDaniel Bertalan
2022-10-30[lld] Fix a warningKazu Hirata
2022-08-31[lld-macho] Set the SG_READ_ONLY flag on __DATA_CONSTDaniel Bertalan
2022-08-31[lld-macho] Support synthesizing __TEXT,__init_offsetsDaniel Bertalan
2021-10-31[MachO] Properly reset global stateShoaib Meenai
2021-07-25[lld/mac] Add support for segment$start$ and segment$end$ symbolsNico Weber
2021-07-25[lld/mac] Move output segment rename logic into OutputSegmentNico Weber
2021-07-23[lld/mac] Fix start-stop.s test with expensive checks enabledNico Weber
2021-06-28[lld/mac] Fix nondeterminism in output section orderingNico Weber
2021-06-20[lld/mac] Test zerofill sections after __thread_bssNico Weber
2021-06-19[lld/mac] Make sure __thread_ptrs is in front of __thread_bssNico Weber
2021-06-16[lld-macho] Put DATA_IN_CODE immediately after FUNCTION_STARTSJez Ng
2021-05-25[lld-macho][nfc] Remove unnecessary parameterization of section sortJez Ng
2021-05-25[lld-macho][nfc] Sort OutputSections based on explicit order of command-line ...Jez Ng
2021-05-25[lld-macho][nfc] Rename MergedOutputSection to ConcatOutputSectionJez Ng
2021-05-11[lld/mac] Implement -sectalignNico Weber
2021-04-21[lld-macho][nfc] Add accessors for commonly-used PlatformInfo fieldsJez Ng
2021-04-21[lld][MachO] Add support for LC_VERSION_MIN_* load commandsAlexander Shaposhnikov
2021-03-29[lld-macho] Implement -segprotJez Ng
2021-03-16[lld-macho][NFC] Drop unnecessary braces around simple if/for bodiesGreg McGary
2021-03-04[lld-macho] Filter TAPI re-exports by targetJez Ng
2021-01-09[lld-macho] Remove unnecessary llvm:: namespace prefixesJez Ng
2020-11-10[lld-macho][easy] Fix segment max protectionJez Ng
2020-09-23[lld-macho][NFC] Make `!= nullptr` implicitJez Ng
2020-06-21[lld-macho] Refactor segment/section creation, sorting, and mergingJez Ng
2020-05-19[lld-macho] Support -order_fileJez Ng
2020-05-09[lld-macho] Follow-up to D77893Jez Ng
2020-05-01[lld] Merge Mach-O input sectionsKellie Medlin
2020-04-27[lld-macho] Extend SyntheticSections to cover all segment load commandsJez Ng
2020-04-02Reland D75382 "[lld] Initial commit for new Mach-O backend"Fangrui Song
2020-04-02Revert "[lld] Initial commit for new Mach-O backend"Oliver Stannard
2020-03-31[lld] Initial commit for new Mach-O backendJez Ng