summaryrefslogtreecommitdiff
path: root/lld/test
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-15[ELF][AArch64] Add missing PLT relocations to isStaticLinkTimeConstantPeter Smith
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-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-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-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-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-19[LLD][ELF] - Report a location for symbols from the linker script when report...George Rimar
2018-12-18Reject .so files if -static is given.Rui Ueyama
2018-12-18[ELF] Place .note in the first page to ensure they are available in core filesFangrui Song
2018-12-18[PPC64] Support got-based relocations.Sean Fertile
2018-12-18[COFF] Set the CPU string for LTO like ELF doesReid Kleckner
2018-12-17ELF: AArch64: Fix errata patch address calculation.Peter Collingbourne
2018-12-17[ELF][ARM] Add support for architecture v6m thunksPeter Smith
2018-12-15ELF: Handle R_ARM_V4BX correctly in PIC output files.Peter Collingbourne
2018-12-14[test] Capture stderr from 'tar --version' call as wellMichal Gorny
2018-12-14Add --plugin-opt=emit-llvm option.Rui Ueyama
2018-12-13[ELF][AArch64] Fix adrp to undefined weak reference.Peter Smith
2018-12-12Update for an llvm-dwarfdump change in outputDavid Blaikie
2018-12-10[LLD][ELF] - Support discarding the .dynamic section.George Rimar
2018-12-10[ELF] - Allow discarding .dynsym from the linker script.George Rimar
2018-12-10[LLD][ELF] - Support discarding .dynstr section.George Rimar
2018-12-08[WebAssembly] Add support for the event sectionHeejin Ahn
2018-12-07[test] Fix reproduce-blackslash.s test with NetBSD tarMichal Gorny
2018-12-07[test] Mark atime-based tests unsupported on NetBSDMichal Gorny
2018-12-06[ELF] - (-Map file) Implement printing of LMA for assignments outside of sect...George Rimar