summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] i32.const operands should be signedThomas Lively2019-07-122-13/+24
* Fix odd variable names.Rui Ueyama2019-07-125-7/+7
* [mips] Simplify test case. NFCSimon Atanasyan2019-07-111-13/+5
* [COFF] Share the tail in delayimport symbol thunksMartin Storsjo2019-07-117-82/+177
* [lld-link] implement -thinlto-{prefix,object-suffix}-replaceBob Haarman2019-07-118-5/+131
* [lld-link] implement -thinlto-index-onlyBob Haarman2019-07-119-7/+205
* [WebAssembly] Import __stack_pointer when building -pie binariesSam Clegg2019-07-113-18/+20
* [ELF] Handle non-glob patterns before glob patterns in version scripts & fix ...Fangrui Song2019-07-114-24/+29
* [ELF] Warn rather than error when duplicate version assignments occurFangrui Song2019-07-113-10/+46
* Fix build breakage on Win32.Rui Ueyama2019-07-111-1/+1
* Fix build breakage on Darwin.Rui Ueyama2019-07-111-1/+1
* Update comments for r365730. NFC.Rui Ueyama2019-07-112-14/+14
* Fix build breakage on Win32.Rui Ueyama2019-07-111-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-1188-9454/+9454
* Revert "[ELF] Update test case due to llvm r365618"Nikola Prica2019-07-101-7/+13
* ELF: Add support for R_AARCH64_ADR_PREL_PG_HI21_NC relocation.Peter Collingbourne2019-07-103-0/+13
* [LLD][ELF] - Linkerscript: fix FILL() expressions handling.George Rimar2019-07-103-3/+15
* [ELF] Update test case due to llvm r365618Nikola Prica2019-07-101-13/+7
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-1014-72/+69
* [Coding style change] Rename variables so that they start with a lowercase le...Rui Ueyama2019-07-1056-12292/+12292
* [lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg2019-07-097-51/+30
* [lld][WebAssembly] Fix name of data section in PIC modeSam Clegg2019-07-091-2/+2
* lld-link: Stop accepting /natvis and /fastfail in .drectve sectionsNico Weber2019-07-091-2/+2
* [ELF] Assert sizeof(SymbolUnion) <= 80Fangrui Song2019-07-091-0/+5
* [ELF][test] Rename tail-merge-string-align2.s to merge-string-align2.sFangrui Song2019-07-091-0/+0
* [LLD] NFC: Fixed GCC warning in ELF/Arch/RISCV.cppDenis Bakhvalov2019-07-091-1/+2
* Let unaliased Args track which Alias they were created from, and use that in ...Nico Weber2019-07-093-9/+12
* Add parentheses to silence warnings.Bill Wendling2019-07-081-3/+2
* [lld] Use -o /dev/null in test when output is not needed.Sam Clegg2019-07-081-1/+1
* [lld][WebAssembly] Fix __start/__stop symbols when combining input segmentsSam Clegg2019-07-086-25/+27
* [lld][WebAssembly] Fix typo in error messageSam Clegg2019-07-082-4/+4
* [WebAssembly] Add static_assert(sizeof(SymbolUnion) <= 96)Fangrui Song2019-07-081-5/+10
* lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber2019-07-056-15/+15
* Make joined instances of JoinedOrSeparate flags point to the unaliased args, ...Nico Weber2019-07-055-6/+6
* [LLD][ELF] - Update a test after LLVM change.George Rimar2019-07-051-2/+2
* lld-link: Make /debugtype: option work betterNico Weber2019-07-052-5/+11
* [WebAssembly] Delete static_assert(sizeof(SymbolUnion) <= 96) to fix Windows ...Fangrui Song2019-07-051-5/+0
* [WebAssembly] Reorder Symbol fields to make it smallerFangrui Song2019-07-051-25/+31
* [LLD][ELF] - Linkerscript: add a support for expressions for section's fillingGeorge Rimar2019-07-044-29/+46
* [ELF] Allow placing non-string SHF_MERGE sections with different alignments i...Fangrui Song2019-07-045-49/+115
* [ELF] Fix weak-undef-shared.s after r365129Fangrui Song2019-07-041-0/+1
* [ELF] resolveUndefined: ignore undefined symbols in SharedFile for Undefined ...Fangrui Song2019-07-043-13/+32
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-0312-70/+326
* [ELF][RISCV] Error on R_RISCV_PCREL_LO12_[IS] that point to absolute symbolsFangrui Song2019-07-032-0/+12
* Revert D63432 "[ELF] Allow placing SHF_MERGE sections with different alignmen...Fangrui Song2019-07-034-86/+49
* [ELF][RISCV] Allow R_RISCV_ADD in relocateNonAlloc()Fangrui Song2019-07-032-1/+7
* [ELF] Allow placing SHF_MERGE sections with different alignments into the sam...Fangrui Song2019-07-034-49/+86
* Avoid identifiers that are different only in case. NFC.Rui Ueyama2019-07-031-8/+8
* Avoid identifiers that are different only in case. NFC.Rui Ueyama2019-07-035-35/+33
* Revert r364999: [lld] Use -o /dev/null in test when output is not needed.Rui Ueyama2019-07-031-1/+1
OpenPOWER on IntegriCloud