summaryrefslogtreecommitdiff
path: root/lld/MachO/BPSectionOrderer.cpp
AgeCommit message (Expand)Author
2025-10-31[lld][macho] Ignore cstrings in bp orderer (#165757)Ellis Hoag
2025-10-27[lld][macho] Use reloc length correctly in hash computation (#165287)Ellis Hoag
2025-06-03[lld][macho] Strip .__uniq. and .llvm. hashes in -order_file (#140670)SharonXSharon
2025-05-27[lld-macho] Qualify Reloc with macho namespace (NFC) (#141692)Teresa Johnson
2025-04-29[lld][InstrProf] Skip BP ordering input sections with null data (#137906)Ellis Hoag
2025-04-19[lld] Use llvm::unique (NFC) (#136453)Kazu Hirata
2025-02-13[lld][BP] Avoid ordering ICF'ed sections (#126327)Ellis Hoag
2025-02-03BPSectionOrderer: stabilize iteration order and node orderFangrui Song
2025-02-03Revert "[ELF] Add BPSectionOrderer options (#120514)"Hans Wennborg
2025-02-02[lld] BPSectionOrderer: stabilize iteration orderFangrui Song
2025-02-02[lld] BPSectionOrderer: replace Symbol with Defined and optimize getSymbols. NFCFangrui Song
2025-01-27[lld-macho] Refactor BPSectionOrderer with CRTP. NFCFangrui Song
2025-01-26[lld-macho] Remove unneeded functions from BPSectionOrderer. NFCFangrui Song
2025-01-10[lld-macho,NFC] Switch to increasing prioritiesFangrui Song
2024-12-18[lld] Move BPSectionOrderer from MachO to Common for reuse in ELF (#117514)Max
2024-10-28[lld][InstrProf] Do not use cstring offset hashes in function order for compr...SharonXSharon
2024-09-06[lld][InstrProf] Sort startup functions for compression (#107348)Ellis Hoag
2024-09-05[lld][InstrProf] Refactor BPSectionOrderer.cpp (#107347)Ellis Hoag
2024-08-01[lld][InstrProf] Add "Separate" irpgo-profile-sort option (#101084)Ellis Hoag
2024-07-25[lld] Add explicit conversion for enum to Twine. (#100627)Scott Todd
2024-07-23[lld][InstrProf] Profile guided function order (#96268)Ellis Hoag