summaryrefslogtreecommitdiff
path: root/lld/test/MachO/icf.s
AgeCommit message (Expand)Author
2023-06-07Reland "D144999 [MC][MachO]Only emits compact-unwind format for "canonical" p...Vy Nguyen
2023-05-19Revert "[RFC][MC][MachO]Only emits compact-unwind format for "canonical" pers...Nico Weber
2023-05-18[RFC][MC][MachO]Only emits compact-unwind format for "canonical" personality ...Vy Nguyen
2022-10-18[lld-macho] Don't fold subsections with symbols at nonzero offsetsJez Ng
2022-07-19[lld-macho] Support folding of functions with identical LSDAsJez Ng
2022-07-16[lld-macho][nfc] Add more tests + comments around ICF + unwind info interactionJez Ng
2022-07-15[lld-macho][nfc] Fix numeric substitutions in icf.s testJez Ng
2022-05-13fix typos to cycle botsNico Weber
2022-03-08[lld-macho] Deduplicate CFStrings during ICFJez Ng
2021-11-12[lld-macho] Teach ICF to dedup functions with identical unwind infoJez Ng
2021-07-23[lld-macho] Reorganize + extend ICF testJez Ng
2021-07-17[lld-macho] Have ICF operate on all sections at onceJez Ng
2021-06-28[lld-macho][nfc] Add absolute-vs-non-absolute symbol test for ICFJez Ng
2021-06-23[lld-macho] add tests for ICF, plus cleanupsGreg McGary
2021-06-18Rename option -icf MODE to --icf=MODEGreg McGary
2021-06-17[lld-macho] Implement ICFGreg McGary