summaryrefslogtreecommitdiff
path: root/lld/MachO/MapFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld-macho] Don't include zero-size private label symbols in map fileJez Ng2023-03-111-3/+4
* [lld-macho] Print archive names in linker mapJez Ng2023-03-111-4/+15
* [lld-macho] Emit map file entries for more synthetic sectionsJez Ng2022-12-211-5/+45
* Reland "[lld-macho] Emit map file entry for compact unwind info"Jez Ng2022-12-061-0/+3
* [lld-macho] Fix map file test on 32 bit hostsDavid Spickett2022-12-061-1/+1
* Reland "[lld-macho] Overhaul map file code"Jez Ng2022-12-051-65/+88
* Revert "[lld-macho] Overhaul map file code"Muhammad Omair Javaid2022-11-171-88/+65
* Revert "[lld-macho] Emit map file entry for compact unwind info"Muhammad Omair Javaid2022-11-171-3/+0
* [lld-macho] Emit map file entry for compact unwind infoJez Ng2022-11-081-0/+3
* [lld-macho] Overhaul map file codeJez Ng2022-11-081-65/+88
* [lld-macho] Don't sort map file entries by nameJez Ng2022-10-251-7/+1
* [lld-macho] Map file should map symbols to their original bitcode fileJez Ng2022-10-211-23/+30
* [lld-macho][nfc] Update map file sample output in commentJez Ng2022-10-211-5/+8
* [lld-macho][nfc] Clean up includesVy Nguyen2022-10-191-0/+1
* [lld-macho] Include symbol sizes in mapfileJez Ng2022-10-131-6/+7
* [lld-macho][nfci] Don't include null terminator in StringRefsJez Ng2022-09-131-4/+1
* [lld/mac] Use C++17 structured bindingsNico Weber2022-08-081-2/+1
* Rename parallelForEachN to just parallelForNico Weber2022-06-191-1/+1
* Print C-string literals in mapfileRoger Kim2022-02-111-1/+22
* [lld][Macho] Include dead-stripped symbols in mapfileRoger Kim2022-01-281-18/+41
* [lld][macho] Stop grouping symbols by sections in mapfile.Roger Kim2022-01-201-30/+7
* [lld][MachO] Sort symbols in parallel in -mapXuanda Yang2021-06-171-3/+5
* [lld-macho][nfc] Put back shouldOmitFromOutput() assertsJez Ng2021-06-161-1/+4
* [lld-macho] Reword comment for clarityJez Ng2021-06-141-3/+3
* [lld-macho] Fix debug buildJez Ng2021-06-111-7/+2
* [lld/mac] Implement -dead_stripNico Weber2021-06-021-5/+3
* [lld/mac] Write every weak symbol only once in the outputNico Weber2021-05-071-2/+9
* [lld-macho][nfc] Add accessors for commonly-used PlatformInfo fieldsJez Ng2021-04-211-3/+2
* [lld][MachO] Add support for LC_VERSION_MIN_* load commandsAlexander Shaposhnikov2021-04-211-2/+3
* [lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous ref...Greg McGary2021-03-301-4/+4
* fix comment typo to cycle botsNico Weber2021-03-291-3/+3
* [lld-macho] Add more TimeTraceScopesJez Ng2021-03-251-0/+3
* [lld-macho] implement options -mapcaoming.roy2021-03-181-0/+151