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-03-15Revert "[lld-macho] Avoid using bump-alloc in TrieBuider"Sterling Augustine
2022-03-15[lld-macho] Avoid using bump-alloc in TrieBuiderVy Nguyen
2022-03-11[lld-macho] Don't allocate memory in parallelForEachJez Ng
2022-03-11[lld-macho][nfc] Fix formatting in ld64-vs-lld.rstJez Ng
2022-03-10[lld-macho] Align cstrings less conservativelyJez Ng
2022-03-08[lld-macho] Deduplicate the `__objc_classrefs` section contentsJez Ng
2022-03-08[lld-macho] Deduplicate CFStrings during ICFJez Ng
2022-03-08Re-land [lld-macho][nfc] Don't use `stubsHelperIndex` in ICF hashJez Ng
2022-03-07Revert "[lld-macho][nfc] Don't use `stubsHelperIndex` in ICF hash"Nico Weber
2022-03-07[lld-macho][nfc] Reduce size of icfEqClass hashJez Ng
2022-03-07[lld-macho][nfc] Don't use `stubsHelperIndex` in ICF hashJez Ng
2022-03-07[lld-macho][nfc] Rename isec -> referentIsec to avoid shadowingJez Ng
2022-03-07[lld-macho][nfc] Track # of ICF calls to `equals*` methodsJez Ng
2022-03-07[lld-macho][nfc] Use llvm::function_ref instead of std::functionJez Ng
2022-03-07[lld-macho][nfc] Remove file statics from ICF.cppJez Ng
2022-03-01[lld-macho] Have relocation address included in range-check error messageJez Ng
2022-02-25[lld/MachO] Fix +asserts build after recent changeReid Kleckner
2022-02-24[lld-macho] Implement -why_live (without perf overhead)Jez Ng
2022-02-23[lld-macho][nfc] Refactor MarkLiveJez Ng
2022-02-23[lld-macho][nfc] Move ICF-specific logic into ICF.cppJez Ng
2022-02-18[lld-macho] Improve hiding of unnamed_addr symbolsJez Ng
2022-02-17[lld-macho] Allow order files and call graph sorting to be used togetherLeonard Grey
2022-02-17[lld-macho] Don't include CommandFlags.h in CommonLinkerContext.hJez Ng
2022-02-16[lld-macho][nfc] Factor out callgraph parsing codeJez Ng
2022-02-12[lld-macho] Unset ExportDynamic where possible for LTOJez Ng
2022-02-12Print C-string literals in mapfileRoger Kim
2022-02-08[lld-macho] Include address offsets in error messagesJez Ng
2022-02-06[lld-macho] Add -pagezero_sizeJared Irwin
2022-02-05[lld][macho] Add more skip platform check for libSystem re-exportsByoungchan Lee
2022-02-04[lld-macho][nfc] Eliminate InputSection::SharedJez Ng
2022-02-04[lld-macho] Minor clean up: use .find() to check for key existence rather tha...Vy Nguyen
2022-02-03[lld-macho] Fix duplicate symbols with relocatable objectsKeith Smiley
2022-02-03[lld-macho][nfc] Hoist out creation of Section in parseSections()Jez Ng
2022-02-01[lld-macho][nfc] Comments and style fixesJez Ng
2022-01-30[lld-macho] Add support for -add_empty_sectionKeith Smiley
2022-01-28[lld][Macho] Include dead-stripped symbols in mapfileRoger Kim
2022-01-25[lld-macho] Move order file and call graph sorting into SectionPrioritiesLeonard Grey
2022-01-25[lld-macho] Rename CallGraphSort.{h,cpp} to SectionPrioritiesLeonard Grey
2022-01-20[lld][macho] Stop grouping symbols by sections in mapfile.Roger Kim
2022-01-20Re-land [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-20[lld-macho] Fix grammar in docJez Ng
2022-01-20[lld-macho] Mention string literal deduplication as a difference from ld64Jez Ng
2022-01-20[lld-macho] Silence XAR deprecation warningKeith Smiley
2022-01-20[lld-macho] Implement -noall_loadKeith Smiley
2022-01-19[lld-macho] Add --start-lib --end-libFangrui Song
2022-01-19[lld-macho] Allow deduplicate-literals to be overriddenVincent Lee
2022-01-16Revert [LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-16[LLD] Remove global state in lldCommonAlexandre Ganea
2022-01-15[lld-macho] Simplify DeduplicatedCStringSection::finalizeContents. NFCFangrui Song
2022-01-13Replace PlatformKind with PlatformType.Juergen Ributzka