aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Revert "[DebugInfo] Remove dots from getFilenameByIndex return value"Petr Hosek4-13/+13
2020-09-15[LLD][PowerPC] Add support for R_PPC64_TPREL34 used in TLS Local ExecStefan Pintilie2-1/+59
2020-09-15[lld][WebAssembly] Fix --export-all when __stack_pointer is presentSam Clegg3-17/+63
2020-09-15[NFC][DebugInfo] Use consistent regex group spellingPetr Hosek2-5/+5
2020-09-15[lib/Object] - Refine interface of ELFFile<ELFT>. NFCI.Georgii Rymar10-29/+29
2020-09-15[DebugInfo] Support both forward and backward slashes in testsPetr Hosek4-13/+13
2020-09-15[LLD] Allow configuring default ld.lld backendMateusz Mikuła2-0/+11
2020-09-14[lld][WebAssembly] Allow globals imports via import_name/import_moduleSam Clegg2-4/+9
2020-09-14[ELF] Add documentation for --warn-backrefs: a GNU ld compatibility checking ...Fangrui Song2-0/+100
2020-09-14[ELF] Define a reportRangeError() overload for thunks and tidy up recent PPC6...Fangrui Song4-4/+21
2020-09-12[lld][WebAssembly] Add initial support for -Map/--print-mapSam Clegg14-10/+268
2020-09-12[lld][WebAssembly] Error on import/export of mutable global without `mutable-...Sam Clegg7-9/+45
2020-09-11[lld][WebAssembly] Convert a objyaml-using test to assemblySam Clegg4-144/+98
2020-09-11[WebAssembly] Add assembly syntax for mutable globalsSam Clegg1-3/+13
2020-09-11[ELF][PowerPC] Define NOP as 0x60000000 to tidy up code. NFCFangrui Song1-12/+14
2020-09-10[ELF] Make two PPC64.cpp variables constexpr. NFCFangrui Song1-2/+2
2020-09-09[lit] Use correct variable name for libxml2Petr Hosek1-1/+1
2020-09-09[CMake] Simplify CMake handling for libxml2Petr Hosek3-4/+4
2020-09-08[LLD][ELF] Fix performance of MarkLive::scanEhFrameSectionAndrew Ng1-3/+3
2020-09-08[CMake] Remove dead FindPythonInterp codeRaul Tambre1-29/+10
2020-09-07[ELF] --symbol-ordering-file: optimize a loopFangrui Song1-3/+5
2020-09-05[ELF] Handle SHT_RISCV_ATTRIBUTES similarly to SHT_ARM_ATTRIBUTESJessica Clarke3-16/+72
2020-09-04[lld] Test corrections after 3f1a9b7eca0 added segment names to objdump outputDaniel Sanders8-15/+15
2020-09-03[LLD][PowerPC][test] Fix out-of-memory issue running ppc64-pcrel-long-branch-...Victor Huang1-10/+11
2020-09-02Add code owners of new MachO portGreg McGary1-1/+5
2020-08-31[LLD] [COFF] Error out if creating a DLL with too many exported symbolsMartin Storsjö3-2/+24
2020-08-29[LLD][PowerPC][test] Disable ELF/ppc64-pcrel-long-branch-error.sHubert Tong1-0/+4
2020-08-28[LLD][PowerPC] Remove redundant file write out in the test casesVictor Huang2-6/+6
2020-08-28[LLD][PowerPC] Add a pc-rel based long branch thunkVictor Huang3-5/+136
2020-08-27[lld-macho][NFC] Define isHidden() in LinkEditSectionJez Ng2-28/+9
2020-08-27[lld-macho] Weak locals should be relaxed tooJez Ng4-4/+22
2020-08-27[lld-macho] Support GOT relocations to __dso_handleJez Ng2-3/+10
2020-08-27[lld-macho] Implement GOT_LOAD relaxationJez Ng3-5/+41
2020-08-27[lld-macho] Emit binding opcodes for defined symbols that override weak dysymsJez Ng7-16/+137
2020-08-27[lld-macho] Emit the right header flags for weak bindings/symbolsJez Ng4-7/+55
2020-08-27[lld-macho] Implement weak binding for branch relocationsJez Ng8-67/+143
2020-08-27[lld-macho] Disable invalid/stub-link.s test for MacJez Ng2-1/+4
2020-08-27[LLD] [COFF] Check the aux section definition size for IMAGE_COMDAT_SELECT_SA...Martin Storsjö5-8/+107
2020-08-27[LLD] [MinGW] Enable dynamicbase by defaultMartin Storsjö3-10/+15
2020-08-27[ELF][test] Add test coverage of TLS to gc-sections.sAndrew Ng1-2/+37
2020-08-27[lld][ELF][test] Expand testing of symbols in mergeable sectionsJames Henderson2-10/+47
2020-08-26[lld-macho] Fix objc.s testJez Ng1-1/+1
2020-08-26[lld-macho] Implement -all_loadJez Ng3-2/+15
2020-08-26[lld-macho] Implement weak bindings for GOT/TLVJez Ng8-55/+276
2020-08-26[lld-macho][NFC] Handle GOT bindings and regular bindings more uniformlyJez Ng6-73/+81
2020-08-26[lld-macho] Implement -ObjCJez Ng8-30/+187
2020-08-26[lld-macho] Handle TAPI and regular re-exports uniformlyJez Ng13-25/+212
2020-08-26[lld-macho] Make it possible to re-export .tbd filesJez Ng5-8/+39
2020-08-26[lld-macho] Fall back to raw path if we don't find anything under syslibrootJez Ng2-11/+17
2020-08-26[LLD][MinGW] Handle allow-multiple-definition flagMateusz Mikuła3-0/+15