summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* Return early. NFC.Rui Ueyama2019-07-291-10/+10
* [lld-link] diagnose undefined symbols before LTO when possibleBob Haarman2019-07-265-70/+218
* [ELF] Simplify with dyn_cast_or_null. NFCFangrui Song2019-07-261-1/+1
* [ELF] Detemplate maybeReportUndefined and copySectionsIntoPartitionsFangrui Song2019-07-262-4/+3
* [ELF][MIPS] Improve testsFangrui Song2019-07-2529-466/+466
* [WebAssembly] Set __tls_align to 1 when there is no TLSGuanzhong Chen2019-07-242-5/+47
* [LLD] Do not print additional newlines after reaching error limitAlexander Richardson2019-07-242-1/+26
* [mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX relocations. NFCSimon Atanasyan2019-07-242-8/+5
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-238-29/+53
* [test] Fix the test from the previous commit when run on windows. NFC.Martin Storsjo2019-07-232-2/+11
* [COFF] Unbreak sorting of mingw comdat .tls sections after SVN r363457Martin Storsjo2019-07-232-4/+51
* [ARM][test] Improve testsFangrui Song2019-07-2246-253/+249
* [ELF] Support explicitly overriding relocation model in LTOPetr Hosek2019-07-204-1/+17
* [WebAssembly] Compute and export TLS block alignmentGuanzhong Chen2019-07-196-18/+99
* lld-link: Demangle symbols from archives in diagnosticsNico Weber2019-07-1910-24/+71
* [ELF][test] Fix aarch64-condb-reloc.sFangrui Song2019-07-191-1/+1
* [ELF][AArch64] Improve some aarch64-*.s testsFangrui Song2019-07-1913-244/+188
* [WebAssembly] Use passive segments by default when memory is sharedThomas Lively2019-07-187-27/+23
* [WebAssembly] fix bug in finding .tdata segmentGuanzhong Chen2019-07-182-5/+6
* ELF: Add support for remaining R_AARCH64_MOVW* relocations.Peter Collingbourne2019-07-183-0/+167
* ELF: Simplify test. NFCI.Peter Collingbourne2019-07-182-10/+6
* ELF: Allow forward references to linked sections.Peter Collingbourne2019-07-182-17/+44
* [CMake] Don't set Python_ADDITIONAL_VERSIONSJonas Devlieghere2019-07-181-1/+0
* [ELF][PPC] Delete ppc64-dynamic-relocations.sFangrui Song2019-07-181-50/+0
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-182-34/+8
* [ELF][PPC] Refactor some ppc64 testsFangrui Song2019-07-1810-619/+308
* [lld] Fix vs-diagnostics-version-script test. NFC.Chris Jackson2019-07-181-5/+2
* Fixup r366333 (require x86 in test)Diana Picus2019-07-181-0/+1
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-1/+2
* [ELF][test] Merge/rename some basic*.s testsFangrui Song2019-07-183-239/+40
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-175-18/+25
* [lld] Add Visual Studio compatible diagnosticsChris Jackson2019-07-1712-6/+262
* [ELF] Delete redundant pageAlign at PT_GNU_RELRO boundaries after D58892Fangrui Song2019-07-171-19/+0
* Add REQUIRES: x86 to safeseh-no.s test for x86Reid Kleckner2019-07-161-0/+1
* [WebAssembly] Implement thread-local storage (local-exec model)Guanzhong Chen2019-07-166-10/+221
* Mark new test as requiring an x86 backend for LTO native object generationReid Kleckner2019-07-161-0/+2
* Fix linkrepro.test after safeseh:no changeReid Kleckner2019-07-161-0/+6
* [COFF] Implement /safeseh:no and check @feat.00 flags by defaultReid Kleckner2019-07-1632-74/+118
* [COFF] Rename variale references in comments after VariableName -> variableNa...Fangrui Song2019-07-1611-24/+24
* [WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song2019-07-165-7/+7
* [NFC][test] Fix for riscv tests.Puyan Lotfi2019-07-164-16/+16
* [ELF] Fix variable names in comments after VariableName -> variableName changeFangrui Song2019-07-1625-106/+104
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-166-17/+17
* Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"Jonas Devlieghere2019-07-161-1/+1
* [WebAssembly] Rename except_ref type to exnrefHeejin Ahn2019-07-151-2/+2
* Reland "[COFF] Add null check in case of symbols defined in LTO blobs"Reid Kleckner2019-07-154-1/+141
* [LLD][ELF] - Minor simplification. NFC.George Rimar2019-07-151-4/+6
* Revert "[COFF] Add null check in case of symbols defined in LTO blobs"Petr Hosek2019-07-134-142/+1
* [COFF] Add null check in case of symbols defined in LTO blobsReid Kleckner2019-07-134-1/+142
* [WebAssembly] i32.const operands should be signedThomas Lively2019-07-122-13/+24
OpenPOWER on IntegriCloud