summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg
2019-01-15Do not emit a corrupt symbol table entry for .rela_iplt_{start,end}.Rui Ueyama
2019-01-15Update year in license filesHans Wennborg
2019-01-15[ELF][AArch64] Add missing PLT relocations to isStaticLinkTimeConstantPeter Smith
2019-01-14lld-link: Spelling fixes in comments and minor style tweaksNico Weber
2019-01-14lld/include/lld/Core/TODO.txtNico Weber
2019-01-11Add a release note about MSP430 support.Rui Ueyama
2019-01-11Fix unchecked Error introduced in r350956Alexandre Ganea
2019-01-11[LLD][COFF] Support /ignore:4099. Support /ignore with comma-separated argume...Alexandre Ganea
2019-01-10Remove an external test file. NFC.Rui Ueyama
2019-01-10TrapInstr must be 4 bytes long. Currently we write two zeros on every two bytes.Rui Ueyama
2019-01-10[LLD][ELF] - Fix tests after r350840.George Rimar
2019-01-10[ELF] Fix ARM and Thumb V7PILongThunk overflow behavior.Peter Smith
2019-01-10[LLD][ELF] - A follow up for r350819 ("Support MSP430") : add a test case mis...George Rimar
2019-01-10Modify InputSectionBase::getLocation to add section and offset to every loc.Sean Fertile
2019-01-10[PPC64] Fix RelType in checkInt and checkAlignment diagnsotics.Sean Fertile
2019-01-10[LLD][ELF] - Fix the test cases after r350823.George Rimar
2019-01-10[LLD][ELF] - Support MSP430.George Rimar
2019-01-09Fix formatting. NFC.Rui Ueyama
2019-01-09lld-link: Add help strings for /manifest, /nodefaultlib, /noentry; tweak mani...Nico Weber
2019-01-09[LLD][ELF] - Fix BB after r350726.George Rimar
2019-01-09[ARM][AArch64] Increase TLS alignment to reserve space for Android's TCBRyan Prichard
2019-01-08[ELF] Remove checking for spurious '@' at the end of dynamic sym namesJames Henderson
2019-01-08[WebAssembly] Instruction renamingThomas Lively
2019-01-07[CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea
2019-01-05[docs] Add a known limitation to the comment about lld supporting GCC/MinGW o...Martin Storsjo
2019-01-05[MinGW] Expand comment for MinGW driver. NFC.Martin Storsjo
2019-01-05[LLD][COFF] PDB: Parallel sort publicsAlexandre Ganea
2019-01-05[LLD][COFF] Fix namespace compilation issue with a upcoming patch. NFCAlexandre Ganea
2019-01-04[LLD][COFF] Fix file/line retrieval when a undefined symbol is to be printedAlexandre Ganea
2019-01-02[test] Enable system-linker-elf feature on NetBSD [NFC]Michal Gorny
2019-01-02Fix linker-defined symbols possibly not being defined when -wrap is usedThomas Anderson
2018-12-27[ELF] A shared object is needed if any of its occurrences is neededFangrui Song
2018-12-26Use error() instead of fatal() to report an invalid address range.Rui Ueyama
2018-12-24[LLD][ELF] - Cleanup gdb-index-dwarf5-low-high.s. NFC.George Rimar
2018-12-23Tolerate flaky LLD tests on NetBSDKamil Rytarowski
2018-12-22Test DWARFv5 with gdb-index and low_pc/high_pc on the CU (rather than ranges)David Blaikie
2018-12-22gdb-index: Handle errors when parsing rangesDavid Blaikie
2018-12-21keymethod -> keyfunctionFangrui Song
2018-12-21key method -> key functionFangrui Song
2018-12-21[ELF] .gnu.hash bloom filter: use Shift2 = 26 instead of 6Fangrui Song
2018-12-21Add a doc for missing key function and an error message referencing the doc.Rui Ueyama
2018-12-20Remove dead code.Rui Ueyama
2018-12-20Simplify. NFC.Rui Ueyama
2018-12-20[ELF] Move IsNeeded logic from SymbolTable::addShared to MarkLive, and check ...Fangrui Song
2018-12-20[PPC64] Add toc-optimizations for got based relocations.Sean Fertile
2018-12-19Simplify. NFC.Rui Ueyama
2018-12-19[LLD][ELF] - Report a location for symbols from the linker script when report...George Rimar
2018-12-18Use unique_ptr to manage a TarWriter instance. NFC.Rui Ueyama
2018-12-18Fix error message.Rui Ueyama