aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Revert "[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GC"Tom Stellard8-26/+0
2022-01-11[lld][CMake] Add LLD_DEFAULT_NOSTART_STOP_GCFangrui Song8-0/+26
2021-12-20[ELF] #undef PPC to support GCC powerpc32 buildFangrui Song1-0/+3
2021-12-16[ELF][PPC32] Make R_PPC32_PLTREL retain .gotGeorge Koehler3-5/+40
2021-12-14[ELF] Hint -z nostart-stop-gc for __start_ undefined referencesFangrui Song4-0/+94
2021-12-13[ELF] Do not report undefined weak references in shared librariesIgor Kudrin2-1/+49
2021-10-18Remove "In Progress" text from release notesTom Stellard1-5/+0
2021-09-17[LLD] Add required `ppc` target to the test cases. NFCSimon Atanasyan2-2/+2
2021-09-10[LLD] Support compressed input sections on big-endian targetsSimon Atanasyan4-27/+32
2021-08-17ReleaseNotes: add lld/ELF notesFangrui Song1-0/+76
2021-08-16[LLD] [MinGW] Add more options for disabling flags in the executableMartin Storsjö3-11/+52
2021-08-16[lld-macho] Fill out release notes for 13.xJez Ng1-4/+45
2021-08-16Add release notes for things relating to MinGW in the releaseMartin Storsjö1-2/+19
2021-08-11Fix gcc build error after D105519Pan, Tao1-1/+3
2021-08-09[LLD] [MinGW] Support both "--opt value" and "--opt=value" for more optionsMartin Storsjö2-12/+16
2021-08-05[ELF] Apply version script patterns to non-default version symbolsFangrui Song13-229/+154
2021-08-05Revert "[ELF] Apply version script patterns to non-default version symbols"Fangrui Song12-121/+224
2021-08-05[ELF] Support copy relocation on non-default version symbolsFangrui Song3-19/+49
2021-08-04[ELF] Combine foo@v1 and foo with the same versionId if both are definedFangrui Song4-19/+108
2021-08-04[ELF] Apply version script patterns to non-default version symbolsFangrui Song12-224/+121
2021-08-04[ELF][test] Improve .symver & --version-script testsFangrui Song9-126/+52
2021-08-04[ELF] Make dot in .tbss correctFangrui Song3-51/+56
2021-08-02[LLD][MinGW] Accept joined format for --stackMateusz Mikuła2-1/+2
2021-07-29[ELF] Add -Bsymbolic-non-weak-functionsFangrui Song8-20/+73
2021-07-27[lld] Replace LLVM_ATTRIBUTE_NORETURN with [[noreturn]]Fangrui Song2-6/+4
2021-07-27Revert "[ELF] --gc-sections: allow GC on reserved sections in a group"Fangrui Song2-10/+3
2021-07-27[lld][ELF] remove empty SyntheticSections from inputSectionsAmilendra Kodithuwakku3-24/+42
2021-07-27[lld/mac] Fix sub-library.s on Windows after 8e8701abca3d4f0Nico Weber1-1/+1
2021-07-27[lld/mac] Fix application-extension.s failure after 8e8701abca3d4Nico Weber1-2/+2
2021-07-27[lld/mac] When loading reexports, look for basename in -F / -L firstNico Weber2-0/+54
2021-07-26[lld][WebAssembly] Do not remove name section with --strip-debugDerek Schuff3-6/+4
2021-07-26[yaml2obj][MachO] Rename PayloadString to ContentFangrui Song2-2/+2
2021-07-25[ELF] Support quoted symbols in symbol assignmentsFangrui Song3-4/+17
2021-07-25[lld/mac] Make comment style uniform in start-end.s testNico Weber1-1/+1
2021-07-25[lld/mac] Add support for segment$start$ and segment$end$ symbolsNico Weber5-9/+174
2021-07-25[lld/mac] Move output segment rename logic into OutputSegmentNico Weber3-6/+11
2021-07-25[lld/mac] Reland: Add tests for the interaction between -rename_section and -...Nico Weber1-8/+73
2021-07-25Revert "[lld/mac] Add tests for the interaction between -rename_section and -...Nico Weber1-72/+8
2021-07-25[lld/mac] Add tests for the interaction between -rename_section and -rename_s...Nico Weber1-8/+72
2021-07-24[lld][WebAssembly] Align __heap_baseAyke van Laethem3-8/+33
2021-07-23[lld/mac] Fix comment typo in new start-end.s testNico Weber1-1/+1
2021-07-23[lld/mac] Fix start-stop.s test with expensive checks enabledNico Weber1-4/+2
2021-07-23[lld/mac] Implement support for section$start and section$ end symbolsNico Weber5-1/+363
2021-07-23[lld-macho][nfc] Add test for resolution of bitcode symbolsJez Ng1-0/+106
2021-07-23[lld-macho][nfc] Fix test to reflect that symbol attributes don't matter with...Jez Ng2-8/+10
2021-07-23[lld-macho] ICF: Do more work in equalsConstant, less in equalsVariableJez Ng1-46/+61
2021-07-23[lld-macho] Reorganize + extend ICF testJez Ng1-291/+186
2021-07-23[lld/mac] Let OutputSegment store its start addressNico Weber4-11/+8
2021-07-23[lld/mac] Don't crash on absolute symbols in order filesNico Weber2-0/+13
2021-07-23[lld/mac] Add missing REQUIRES line to new testNico Weber1-0/+1