summaryrefslogtreecommitdiff
path: root/lld/MachO/SectionPriorities.cpp
AgeCommit message (Expand)Author
2025-11-17[lld][MachO] Read cstring order for non deduped sections (#161879)Ellis Hoag
2025-06-05[lld][macho] Support order cstrings with -order_file (#140307)SharonXSharon
2025-06-03[lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (#140670)SharonXSharon
2025-01-10[lld-macho,NFC] Switch to increasing prioritiesFangrui Song
2024-12-09[lld][MachO] Rename to bp-* options for SectionOrderer (#118594)Max
2024-09-06[lld][InstrProf] Sort startup functions for compression (#107348)Ellis Hoag
2024-07-23[lld][InstrProf] Profile guided function order (#96268)Ellis Hoag
2024-04-18[lld-macho][NFC] Preserve original symbol isec, unwindEntry and size (#88357)alx32
2022-12-17[lld] std::optional::value => operator*/operator->Fangrui Song
2022-12-02[lld] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-27[lld-macho] Change most Optional to std::optionalFangrui Song
2022-10-19[lld-macho][nfc] Clean up includesVy Nguyen
2022-07-15Use value instead of getValue (NFC)Kazu Hirata
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata
2022-03-31[lld-macho][NFC] Encapsulate symbol priority implementation.Roger Kim
2022-03-23[lld][Macho][NFC] Encapsulate priorities map in a priority classRoger Kim
2022-02-17[lld-macho] Allow order files and call graph sorting to be used togetherLeonard Grey
2022-01-25[lld-macho] Move order file and call graph sorting into SectionPrioritiesLeonard Grey
2022-01-25[lld-macho] Rename CallGraphSort.{h,cpp} to SectionPrioritiesLeonard Grey