summaryrefslogtreecommitdiff
path: root/lld/MachO/MarkLive.cpp
AgeCommit message (Expand)Author
2025-05-25[lld] Remove unused includes (NFC) (#141421)Kazu Hirata
2024-12-14[lld] Migrate away from PointerUnion::{is,get} (NFC) (#119993)Kazu Hirata
2024-04-18[lld-macho][NFC] Preserve original symbol isec, unwindEntry and size (#88357)alx32
2022-10-19[lld-macho][nfc] Clean up includesVy Nguyen
2022-10-04[lld-macho] Mark aliased symbols as noDeadStripKeith Smiley
2022-08-31[lld-macho][nfc] Simplify MarkLive.cpp using `if constexpr`Jez Ng
2022-08-31[lld-macho] Support synthesizing __TEXT,__init_offsetsDaniel Bertalan
2022-08-08[lld/mac] Use C++17 nested namespace syntax in most placesNico Weber
2022-05-24[lld-macho][nfc] Run clang-format on lld/MachO/*.{h,cpp}Vy Nguyen
2022-04-22[lld-macho] Allow dead_strip to work with exported private extern symbolsVincent Lee
2022-03-21[lld-macho][nfc] Add comment explaining why a cast<> is safeJez Ng
2022-02-24[lld/MachO] Fix +asserts build after recent changeReid Kleckner
2022-02-24[lld-macho] Implement -why_live (without perf overhead)Jez Ng
2022-02-23[lld-macho][nfc] Refactor MarkLiveJez Ng
2021-11-17[lld-macho][nfc] Factor-out NFC changes from main __eh_frame diffGreg McGary
2021-11-04[lld-macho] Fix an assertion failure when -u specifies an undefined section$s...Fangrui Song
2021-10-26[lld-macho] Associate compact unwind entries with function symbolsJez Ng
2021-07-06[lld/mac] Partially implement -export_dynamicNico Weber
2021-07-01[lld-macho] Factor out common InputSection membersJez Ng
2021-07-01[lld-macho] Move ICF earlier to avoid emitting redundant bindsJez Ng
2021-06-11[lld-macho] Have dead-stripping work with literal sectionsJez Ng
2021-06-11[lld-macho][nfc] Move liveness-tracking fields into ConcatInputSectionJez Ng
2021-06-02[lld/mac] Implement -dead_stripNico Weber