summaryrefslogtreecommitdiff
path: root/lld/MachO/MapFile.cpp
AgeCommit message (Expand)Author
2025-01-07[lld-macho] Include branch extension thunks in linker map (#120496)alx32
2024-09-05[lld-macho][arm64] Enhance safe ICF with thunk-based deduplication (#106573)alx32
2024-04-18[lld-macho][NFC] Preserve original symbol isec, unwindEntry and size (#88357)alx32
2024-03-27[lld-macho] Implement support for ObjC relative method lists (#86231)alx32
2023-03-11[lld-macho] Don't include zero-size private label symbols in map fileJez Ng
2023-03-11[lld-macho] Print archive names in linker mapJez Ng
2022-12-21[lld-macho] Emit map file entries for more synthetic sectionsJez Ng
2022-12-06Reland "[lld-macho] Emit map file entry for compact unwind info"Jez Ng
2022-12-06[lld-macho] Fix map file test on 32 bit hostsDavid Spickett
2022-12-05Reland "[lld-macho] Overhaul map file code"Jez Ng
2022-11-17Revert "[lld-macho] Overhaul map file code"Muhammad Omair Javaid
2022-11-17Revert "[lld-macho] Emit map file entry for compact unwind info"Muhammad Omair Javaid
2022-11-08[lld-macho] Emit map file entry for compact unwind infoJez Ng
2022-11-08[lld-macho] Overhaul map file codeJez Ng
2022-10-25[lld-macho] Don't sort map file entries by nameJez Ng
2022-10-21[lld-macho] Map file should map symbols to their original bitcode fileJez Ng
2022-10-21[lld-macho][nfc] Update map file sample output in commentJez Ng
2022-10-19[lld-macho][nfc] Clean up includesVy Nguyen
2022-10-13[lld-macho] Include symbol sizes in mapfileJez Ng
2022-09-13[lld-macho][nfci] Don't include null terminator in StringRefsJez Ng
2022-08-08[lld/mac] Use C++17 structured bindingsNico Weber
2022-06-19Rename parallelForEachN to just parallelForNico Weber
2022-02-11Print C-string literals in mapfileRoger Kim
2022-01-28[lld][Macho] Include dead-stripped symbols in mapfileRoger Kim
2022-01-20[lld][macho] Stop grouping symbols by sections in mapfile.Roger Kim
2021-06-17[lld][MachO] Sort symbols in parallel in -mapXuanda Yang
2021-06-16[lld-macho][nfc] Put back shouldOmitFromOutput() assertsJez Ng
2021-06-14[lld-macho] Reword comment for clarityJez Ng
2021-06-11[lld-macho] Fix debug buildJez Ng
2021-06-02[lld/mac] Implement -dead_stripNico Weber
2021-05-07[lld/mac] Write every weak symbol only once in the outputNico 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-30[lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous ref...Greg McGary
2021-03-29fix comment typo to cycle botsNico Weber
2021-03-25[lld-macho] Add more TimeTraceScopesJez Ng
2021-03-18[lld-macho] implement options -mapcaoming.roy