Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld/MachO
AgeCommit message (Expand)Author
2022-10-30[lld] Fix a warningKazu Hirata
2022-10-30[lld] Fix a warningKazu Hirata
2022-10-25[lld-macho] Don't sort map file entries by nameJez Ng
2022-10-22[lld-macho][nfc] Use llvm::enumerate + destructuring in more placesJez Ng
2022-10-22[lld-macho] Map file should map symbols to their original bitcode fileJez Ng
2022-10-22[lld-macho][nfc] Update map file sample output in commentJez Ng
2022-10-19[lld-macho][nfc] Clean up includesVy Nguyen
2022-10-19[lld-macho] Folded symbols should have size zero in linker mapJez Ng
2022-10-19[lld-macho] Don't fold subsections with symbols at nonzero offsetsJez Ng
2022-10-14[lld][nfc] Remove lld::demangle() (partial revert of D116279)Jez Ng
2022-10-14[lld-macho][nfc] lld/Common's `demangle()` is redundant for Mach-OJez Ng
2022-10-14[lld-macho][nfc] define command UNWIND_MODE_MASK for convenience and rewrite ...Vy Nguyen
2022-10-13[lld-macho] Preserve the size of common symbolsJez Ng
2022-10-13[lld-macho] Include symbol sizes in mapfileJez Ng
2022-10-13[lld/mac] Make two local variables constNico Weber
2022-10-13Reland "[lld/mac] Port typo correction for undefined symbols from ELF port"Nico Weber
2022-10-12[lld-macho] Canonicalize personality pointers in EH framesJez Ng
2022-10-12[lld-macho] Add --ignore-auto-link-optionKeith Smiley
2022-10-10[lld-macho] Flip ZERO_AR_DATE defaultKeith Smiley
2022-10-09[lld-macho] Implement -ignore_auto_linkKeith Smiley
2022-10-07Revert "[lld/mac] Port typo correction for undefined symbols from ELF port"Hans Wennborg
2022-10-05[lld-macho] Mark aliased symbols as noDeadStripKeith Smiley
2022-10-04[lld/mac] With -demangle, strip leading _ from non-mangled namesNico Weber
2022-10-04[lld-macho] Add support for emitting chained fixupsDaniel Bertalan
2022-10-04[lld/mac] Port typo correction for undefined symbols from ELF portNico Weber
2022-10-03[lld/mac] Extract a reportUndefinedSymbol functionNico Weber
2022-10-01[lld-macho] Do not error out on dead stripped duplicate symbolsVincent Lee
2022-09-28[lld-macho] Don't create entries in isecPriorities during sorting (NFC)Daniel Bertalan
2022-09-27[lld-macho] Fix -force_symbols_{,not_}weak_list arg typeBernhard Urban-Forster
2022-09-25[lld-macho] Force higher alignment for __thread_varsDaniel Bertalan
2022-09-20[lld-macho] Support -dyld_envVy Nguyen
2022-09-17[lld-macho] Simplify base address calculation for init offsets (NFC)Daniel Bertalan
2022-09-16[lld-macho] Parallelize linker optimization hint processingDaniel Bertalan
2022-09-16[lld-macho][reland] Add support for N_INDR symbolsJez Ng
2022-09-15Revert "[lld-macho] Add support for N_INDR symbols"Nico Weber
2022-09-15[lld-macho] Add support for N_INDR symbolsJez Ng
2022-09-15[lld-macho] Have ICF dedup explicitly-defined selrefsJez Ng
2022-09-15[lld-macho][nfc] Clean up ICF codeJez Ng
2022-09-14lld: Include name of output file in "failed to write output" diagNico Weber
2022-09-14[lld-macho][nfci] Don't include null terminator in StringRefsJez Ng
2022-09-13[lld-macho] Sort data-in-code entriesDaniel Bertalan
2022-09-07[lld-macho] Hardlink -object_path_lto files to cache when possibleLeonard Grey
2022-09-06Add docs for Mach-O lldMichael Eisel
2022-09-06[lld-macho] Simplify linker optimization hint processingDaniel Bertalan
2022-09-05[lld-macho] Diagnose unaligned arm64 PAGEOFF12 relocationsDaniel Bertalan
2022-09-04[lld-macho] Change constant std::vector to std::array (NFC)Daniel Bertalan
2022-09-03Drop empty string literals from static_assert (NFC)Kazu Hirata
2022-08-31[lld-macho] Set the SG_READ_ONLY flag on __DATA_CONSTDaniel Bertalan
2022-08-31[lld-macho][nfc] Simplify MarkLive.cpp using `if constexpr`Jez Ng
2022-08-31[lld-macho] Support synthesizing __TEXT,__init_offsetsDaniel Bertalan