aboutsummaryrefslogtreecommitdiff
path: root/lld/MachO/MapFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-01-28[lld][Macho] Include dead-stripped symbols in mapfileRoger Kim1-18/+41
2022-01-20[lld][macho] Stop grouping symbols by sections in mapfile.Roger Kim1-30/+7
2021-06-17[lld][MachO] Sort symbols in parallel in -mapXuanda Yang1-3/+5
2021-06-16[lld-macho][nfc] Put back shouldOmitFromOutput() assertsJez Ng1-1/+4
2021-06-14[lld-macho] Reword comment for clarityJez Ng1-3/+3
2021-06-11[lld-macho] Fix debug buildJez Ng1-7/+2
2021-06-02[lld/mac] Implement -dead_stripNico Weber1-5/+3
2021-05-07[lld/mac] Write every weak symbol only once in the outputNico Weber1-2/+9
2021-04-21[lld-macho][nfc] Add accessors for commonly-used PlatformInfo fieldsJez Ng1-3/+2
2021-04-21[lld][MachO] Add support for LC_VERSION_MIN_* load commandsAlexander Shaposhnikov1-2/+3
2021-03-30[lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous ref...Greg McGary1-4/+4
2021-03-29fix comment typo to cycle botsNico Weber1-3/+3
2021-03-25[lld-macho] Add more TimeTraceScopesJez Ng1-0/+3
2021-03-18[lld-macho] implement options -mapcaoming.roy1-0/+151