summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* MachO: Change getString16() back to inline functionTom Stellard2018-09-071-1/+1
* MachO: Fix out-of-bounds memory access in getString16Tom Stellard2018-09-071-6/+5
* [ELF] Check if LinkSec is nullptr when initializing SHF_LINK_ORDER sectionsFangrui Song2018-09-072-2/+20
* [COFF] don't mark lazy symbols as used in regular objectsBob Haarman2018-09-063-6/+22
* lld-link: Write an empty "repro" debug directory entry if /Brepro is passedNico Weber2018-09-052-18/+87
* When a relocation to an undefined symbol is an R_X86_64_PC32, an inputSterling Augustine2018-09-041-1/+1
* [COFF] Allow exporting all symbols from system libraries specfied with -whole...Martin Storsjo2018-09-044-4/+33
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-4/+4
* [LLD] Add test missed from r341206. NFC.Ben Dunbobbin2018-08-311-0/+9
* [LLD] Check too large offsets into merge sections earlierBen Dunbobbin2018-08-313-23/+12
* [ELF] [ARM] Don't mix 'ip' and 'r12' as names for the same register in commen...Martin Storsjo2018-08-311-4/+4
* [COFF] When doing automatic dll imports, replace whole .refptr.<var> chunks w...Martin Storsjo2018-08-319-27/+99
* [PPC64] Improve a test ppc64_entry_point.sFangrui Song2018-08-311-8/+7
* Import lit.llvm after rLLD341134Fangrui Song2018-08-311-1/+1
* [PPC64] Improve a test ppc64-toc-rel.sFangrui Song2018-08-312-20/+12
* [PPC64] Remove unused -z notext from a testFangrui Song2018-08-301-2/+2
* Remove LIT_SITE_CFG_IN_FOOTER, lldNico Weber2018-08-301-1/+2
* [COFF] Skip exporting artificial symbols when exporting all symbolsMartin Storsjo2018-08-302-2/+6
* [test] Adjust a test to use CHECK-NEXT instead of CHECK-NOT. NFC.Martin Storsjo2018-08-301-6/+5
* ELF: Don't examine values of linker script symbols during ICF.Peter Collingbourne2018-08-294-2/+22
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-295-25/+27
* [CMake] Add an lld-test-depends targetMartin Storsjo2018-08-291-0/+3
* [COFF] Merge the .ctors, .dtors and .CRT sections into .rdata for MinGWMartin Storsjo2018-08-292-10/+20
* Always add a .note.GNU-stack section if -r.Rui Ueyama2018-08-298-16/+47
* [ELF] Change llvm-objdump -D to -d for check lines that only inspect text sec...Fangrui Song2018-08-299-17/+17
* [PPC64] Fix DQ-form instruction handling and emit error for misalignment.Sean Fertile2018-08-284-7/+119
* [LLD][ELF] - Simplify Call-Chain Clustering implementation a bit.George Rimar2018-08-281-16/+10
* [LLD][ELD] - Do not reject INFO output section type when used with a start ad...George Rimar2018-08-284-21/+45
* [LLF][ELF] - Support -z global.George Rimar2018-08-284-6/+11
* fix comment typoNico Weber2018-08-271-1/+1
* [ELF][HEXAGON] Add R_HEX_11/10/9_X supportSid Manning2018-08-272-0/+30
* Handle identifying AMDGPU bitcode filesMatt Arsenault2018-08-273-0/+27
* [COFF] Support MinGW automatic dllimport of dataMartin Storsjo2018-08-2714-0/+495
* Rename a function to follow the LLVM coding style.Rui Ueyama2018-08-276-6/+6
* [COFF] Check the instructions in ARM MOV32T relocationsMartin Storsjo2018-08-272-3/+101
* [ELF][HEXAGON] Add R_HEX_B13_PCREL relocation supportSid Manning2018-08-252-0/+8
* [ELF][HEXAGON] Add R_HEX_B9_PCREL and R_HEX_B9_PCREL_X relocation supportSid Manning2018-08-252-0/+16
* [Common] Discard the temp file while keeping the memory mapping open, on errorsMartin Storsjo2018-08-241-2/+3
* Modify tests to show PLT entry labelsJoel Galenson2018-08-2410-5/+59
* Attempt to fix ELF/lto-plugin-ignore.s on Windows after r340487.Nico Weber2018-08-241-2/+2
* Revert "[PPC64] Fix DQ-form instruction handling and emit error for misalign..."Sean Fertile2018-08-234-119/+7
* [PPC64] Fix DQ-form instruction handling and emit error for misalignment.Sean Fertile2018-08-234-7/+119
* COFF: Implement safe ICF on rodata using address-significance tables.Peter Collingbourne2018-08-237-2/+105
* win: Omit ".exe" from lld warning and error messages.Nico Weber2018-08-227-6/+16
* lld-link: Separate 'undefined symbol' errors with just one newline, not two.Nico Weber2018-08-223-10/+9
* Fix two RUN: lines that were unintentionally spelled "RN:".Nico Weber2018-08-221-3/+3
* [WebAssembly] Optimise relocation processing. NFC.Sam Clegg2018-08-223-37/+52
* lld-link: Emit warning if one each of {main,wmain} and {WinMain,wWinMain} exi...Nico Weber2018-08-222-2/+66
* [ELF][HEXAGON] Add R_HEX_16_X relocationSid Manning2018-08-222-0/+35
* [COFF] Move a comment close to the code it refers to. NFC.Martin Storsjo2018-08-221-3/+3
OpenPOWER on IntegriCloud