llvm-project/lld/MachO
Jez Ng d9065fe8ea [lld-macho] Parallelize __LINKEDIT generation
Benchmarking chromium_framework on a 3.2 GHz 16-Core Intel Xeon W Mac Pro:

      N           Min           Max        Median           Avg        Stddev
  x  20          4.33          4.42          4.37          4.37   0.021026299
  +  20          4.12          4.23          4.18         4.175   0.035318103
  Difference at 95.0% confidence
    -0.195 +/- 0.0186025
    -4.46224% +/- 0.425686%
    (Student's t, pooled s = 0.0290644)

Reviewed By: #lld-macho, gkm

Differential Revision: https://reviews.llvm.org/D99998
2021-04-07 19:55:52 -04:00
..
Arch [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00
CMakeLists.txt [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
Config.h [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
Driver.cpp [lld-macho] Make time-trace* options more permissive. 2021-04-07 16:00:20 -04:00
Driver.h [lld-macho] clang-format cleanup 2021-04-06 14:26:13 -04:00
DriverUtils.cpp [TextAPI] move source code files out of subdirectory, NFC 2021-04-05 10:24:42 -07:00
Dwarf.cpp [lld-macho][NFC] add const to pointer/reference induction variables of range-based for loops 2021-03-10 12:07:31 -08:00
Dwarf.h [lld-macho] Emit STABS symbols for debugging, and drop debug sections 2020-12-01 15:05:20 -08:00
ExportTrie.cpp [lld-macho][NFC] add const to pointer/reference induction variables of range-based for loops 2021-03-10 12:07:31 -08:00
ExportTrie.h [lld-macho] Export trie addresses should be relative to the image base 2020-09-20 20:43:15 -07:00
InputFiles.cpp [lld-macho] Symbol::value should always be uint64_t 2021-04-06 17:54:11 -04:00
InputFiles.h [lld-macho] Rename SubsectionMapping to SubsectionMap 2021-04-06 14:26:13 -04:00
InputSection.cpp [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00
InputSection.h [lld-macho][nfc] Move list of section names into InputSection.h 2021-03-13 17:41:50 -05:00
LTO.cpp [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00
LTO.h [lld-macho] Add very basic support for LTO 2020-11-10 12:19:28 -08:00
MachOStructs.h [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00
MapFile.cpp [lld-macho][NFC] Drop unnecessary macho:: namespace prefix on unambiguous references to Symbol 2021-03-30 14:58:35 -07:00
MapFile.h [lld-macho] implement options -map 2021-03-18 10:39:19 -04:00
MergedOutputSection.cpp [lld-macho][NFC] Drop unnecessary braces around simple if/for bodies 2021-03-16 22:39:39 -07:00
MergedOutputSection.h [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
ObjC.cpp [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00
ObjC.h [lld-macho] Implement -ObjC 2020-08-26 19:20:55 -07:00
Options.td [lld-macho][nfc] Remove HelpHidden from aliases to implemented flags 2021-04-06 15:10:00 -04:00
OutputSection.cpp [lld-macho] Refactor segment/section creation, sorting, and merging 2020-06-21 17:13:59 -07:00
OutputSection.h [lld-macho] Emit indirect symbol table 2020-09-23 19:26:40 -07:00
OutputSegment.cpp [lld-macho] Implement -segprot 2021-03-29 14:08:12 -04:00
OutputSegment.h [lld-macho] add code signature for native arm64 macOS 2021-02-24 17:05:23 -08:00
Relocations.cpp [lld-macho] Check address ranges when applying relocations 2021-03-12 17:26:27 -05:00
Relocations.h [lld][MachO] Refactor handling of subsections 2021-03-31 16:52:53 -07:00
SymbolTable.cpp [lld-macho] Symbol::value should always be uint64_t 2021-04-06 17:54:11 -04:00
SymbolTable.h [lld-macho] Symbol::value should always be uint64_t 2021-04-06 17:54:11 -04:00
Symbols.cpp [lld-macho] clang-format cleanup 2021-04-06 14:26:13 -04:00
Symbols.h [lld-macho] Fix & refactor symbol size calculations 2021-04-06 15:10:01 -04:00
SyntheticSections.cpp [lld-macho] clang-format cleanup 2021-04-06 14:26:13 -04:00
SyntheticSections.h [lld-macho] Parallelize __LINKEDIT generation 2021-04-07 19:55:52 -04:00
Target.cpp [lld-macho][nfc] Create Relocations.{h,cpp} for relocation-specific code 2021-03-11 13:28:09 -05:00
Target.h [lld-macho] Another attempt at fixing 32-bit builds 2021-04-03 11:58:23 -04:00
UnwindInfoSection.cpp [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00
UnwindInfoSection.h [lld-macho] Emit LSDA info in compact unwind 2021-02-08 13:48:00 -05:00
Writer.cpp [lld-macho] Parallelize __LINKEDIT generation 2021-04-07 19:55:52 -04:00
Writer.h [lld-macho][nfc] Refactor in preparation for 32-bit support 2021-04-02 18:46:39 -04:00