aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-21[LLD] [COFF] Fix use of uninitialized memory since SVN r375390HEADmasterMartin Storsjo
2019-10-21[LLD] [COFF] Use the local dwarf code instead of Symbolizer for resolving cod...Martin Storsjo
2019-10-21[LLD] Move duplicated dwarf parsing code to the Common library. NFC.Martin Storsjo
2019-10-20[LLD][ELF] - Update tests after yaml2obj tool update.George Rimar
2019-10-19Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively
2019-10-18[lld][coff] Add missing dependency to fix build.Michael Liao
2019-10-18[LLD] [COFF] Try to report source locations for duplicate symbolsMartin Storsjo
2019-10-18Update release notesRui Ueyama
2019-10-17[lld][test] Speculative fix for lld+windows failuresJordan Rupprecht
2019-10-17[lld][test] Fix use of escape character in an lld test on WindowsJordan Rupprecht
2019-10-17[LLD][ELF] - Update test cases after llvm-readobj output format change.George Rimar
2019-10-17[lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg
2019-10-17[lld][WebAssembly] Fix for weak references to data symbols in archivesSam Clegg
2019-10-15[WebAssembly] Elide data segments for .bss sectionsThomas Lively
2019-10-15[lld][WebAssembly] Fix static linking of -fPIC code with external undefined dataJames Clarke
2019-10-15[lld] Check for branch range overflows.Sid Manning
2019-10-15[LLD] [COFF] Update a leftover comment after SVN r374869. NFC.Martin Storsjo
2019-10-15[LLD] [COFF] Fix -Wmissing-field-initializers warnings. NFC.Martin Storsjo
2019-10-15[LLD] [COFF] Wrap file location pair<StringRef,int> in Optional<>. NFC.Martin Storsjo
2019-10-14[llvm-objdump] Adjust spacing and field width for --section-headersJordan Rupprecht
2019-10-11[LLD][ELF] - Update test cases after llvm-readobj change.George Rimar
2019-10-10Change test case so that it accepts backslashes in file path, in the case tha...Amy Huang
2019-10-10[PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner
2019-10-10[LLD][ELF] Fix stale comments about doing ICFRussell Gallop
2019-10-10Make nullptr check more robustRui Ueyama
2019-10-10[lld] getErrPlace(): don't perform arithmetics on maybe-null pointerRoman Lebedev
2019-10-10[COFF] Wrap definitions in namespace lld { namespace coff {. NFCFangrui Song
2019-10-10Use error instead of fatal to report usage errorsRui Ueyama
2019-10-10[LLD] [MinGW] Look for other library patterns with -lMartin Storsjo
2019-10-10[LLD] [MinGW] Add a testcase for -l:name style library options. NFC.Martin Storsjo
2019-10-10Improve error message for bad SHF_MERGE sectionsRui Ueyama
2019-10-10[WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song
2019-10-10[lld][WebAssembly] Refactor markLive.cpp. NFCSam Clegg
2019-10-10dummy comment typo fix commit to cycle the botsNico Weber
2019-10-09Unify the two CRC implementationsHans Wennborg
2019-10-09Use lld-link instead of llvm-dlltool to create an implibRui Ueyama
2019-10-09[lld] Don't create hints-section if Hint/Name Table is emptyRui Ueyama
2019-10-08[lld][Hexagon] Support PLT relocation R_HEX_B15_PCREL_X/R_HEX_B9_PCREL_XSid Manning
2019-10-08Use /dev/null for tests that we do not need outputsRui Ueyama
2019-10-08Report error if -export-dynamic is used with -rRui Ueyama
2019-10-07[ELF][MIPS] De-template writeValue. NFCFangrui Song
2019-10-07[ELF] Wrap things in `namespace lld { namespace elf {`, NFCFangrui Song
2019-10-07[ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{re...Fangrui Song
2019-10-04[LLD] [COFF] Always demangle the __imp_ prefix to __declspec(dllimport)Martin Storsjo
2019-10-04Revert r371732: "lld-link: Fix tests that do not run on macOS after r371729."Martin Storsjo
2019-10-04[ELF] Use union-find set and doubly linked list in Call-Chain Clustering (C³...Fangrui Song
2019-10-04[MinGW] Add --reproduce optionRui Ueyama
2019-10-04Add /reproduce option to lld/COFFRui Ueyama
2019-10-04Revert r371729: lld-link: Make /linkrepro: take a filename, not a directory.Rui Ueyama