summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Guard --fix-cortex-a53-843419 against --just-symsPeter Smith2018-09-132-1/+23
* Add missing REQUIRES x86 to test/COFF/icf-safe.sAzharuddin Mohammed2018-09-131-0/+1
* Fix typo in error message. NFC.Azharuddin Mohammed2018-09-131-1/+1
* [PDB] Emit old fpo data to the PDB file.Zachary Turner2018-09-122-110/+208
* [ELF] Revert "Also demote lazy symbols."Chih-Hung Hsieh2018-09-115-30/+41
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-113-12/+502
* [codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner2018-09-111-0/+2
* Simplify.Rui Ueyama2018-09-112-23/+15
* Style fix.Rui Ueyama2018-09-111-4/+2
* [ELF] Don't emit .relr.dyn section if there are no relocsPetr Hosek2018-09-102-0/+12
* [MinGW] Hook up the --require-defined option to -include:Martin Storsjo2018-09-103-0/+9
* Buildfix for r341825Alexandre Ganea2018-09-101-3/+3
* [LLD][COFF] Cleanup error messages / add more coverage testsAlexandre Ganea2018-09-107-24/+475
* Remove an effectively unused local variable.Nico Weber2018-09-101-3/+2
* ReleaseNotes: update links to use httpsHans Wennborg2018-09-101-2/+2
* 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
OpenPOWER on IntegriCloud