aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF
AgeCommit message (Expand)AuthorFilesLines
3 days[ELF] Fix PROVIDE_HIDDEN -shared regression with bitcode file referencesFangrui Song1-2/+26
7 days[lld][Hexagon] Support predicated-add GOT_16_X mask lookup (#111896)Brian Cain1-4/+15
7 days[ELF] Make shouldAddProvideSym return values consistent when demoted to Undef...Fangrui Song1-0/+36
8 days[lld][elf] Warn if '*' pattern is used multiple times in version scripts (#10...Igor Kudrin2-1/+38
10 days[LLD][RISCV] Error on PCREL_LO referencing other Section (#107558)Sam Elliott2-1/+33
11 days[LLD] Deprecate --lto-basic-block-sections=labels (#110697)Rahman Lavaee1-0/+3
11 daysMake WriteIndexesThinBackend multi threaded (#109847)Nuri Amari2-2/+2
2024-10-01[LLD][ELF][AArch64] Add BTI Aware long branch thunks (#108989)Peter Smith1-0/+482
2024-09-29[X86,lld] Handle relocation R_X86_64_REX2_GOTPCRELX (#109783)Shengchen Kan3-57/+116
2024-09-25[llvm-objdump] Print ... even if a data mapping symbol is activeFangrui Song1-1/+1
2024-09-18[ELF] --icf: don't fold a section without relocation and a section with reloc...Fangrui Song1-0/+3
2024-09-16[ELF] .llvm.sympart: support CRELFangrui Song1-1/+1
2024-09-13[lld] select a default eflags for hexagon (#108431)Brian Cain1-0/+5
2024-09-10[lld][AArch64] Fix getImplicitAddend in big-endian mode. (#107845)Simon Tatham1-5/+18
2024-09-01[lld][ELF] Add `-plugin-opt=time-trace=` as an alias of `--time-trace=` (#106...Min-Yih Hsu1-0/+19
2024-08-30[AVR] Fix LLD test (#106739)Patryk Wychowaniec1-26/+0
2024-08-27Reapply: Use an abbrev to reduce size of VALUE_GUID records in ThinLTO summar...Jan Voung2-6/+6
2024-08-22[AArch64,ELF] Allow implicit $d/$x at section beginningFangrui Song1-0/+45
2024-08-21[ELF,test] Enhance hip-section-layout.sSiu Chi Chan1-2/+4
2024-08-20[ELF,test] Improve error-handling-script-linux.testFangrui Song2-26/+36
2024-08-20[DataLayout] Refactor the rest of `parseSpecification` (#104545)Sergei Barannikov1-1/+1
2024-08-19[lld][ELF] Combine uniqued small data sections (#104485)Sam Elliott2-15/+38
2024-08-12[ELF] Change "no PT_TLS" error to use errorOrWarnFangrui Song2-3/+5
2024-08-12[ELF,test] Test STT_TLS and relocation without PT_TLSFangrui Song1-0/+30
2024-08-08[ELF] scanRelocations: support .crel.eh_frameFangrui Song1-0/+8
2024-08-08[ELF] .llvm.call-graph-profile: support CRELFangrui Song1-1/+5
2024-08-07[lld][ARM] Fix assertion when mixing ARM and Thumb objects (#101985)Oliver Stannard1-0/+44
2024-08-06Move HIP fatbin sections farther away from .textSiu Chi Chan1-0/+39
2024-08-05[LLD] Add CLASS syntax to SECTIONS (#95323)Daniel Thornburgh1-0/+448
2024-08-01[ELF] Support relocatable files using CREL with explicit addendsFangrui Song9-3/+302
2024-07-31[ELF] Add -z nosectionheaderFangrui Song1-0/+36
2024-07-28[ELF] --defsym: support quoted LHSFangrui Song1-6/+7
2024-07-28[ELF] Respect --sysroot for INCLUDEFangrui Song1-1/+2
2024-07-28[ELF,test] Improve --sysroot and GROUP testsFangrui Song1-46/+44
2024-07-27[ELF] Output section phdr: support quoted namesFangrui Song1-2/+2
2024-07-27[ELF] INSERT [AFTER|BEFORE]: support quoted namesFangrui Song2-2/+2
2024-07-27[ELF] Fix INCLUDE cycle detectionFangrui Song1-3/+5
2024-07-27[ELF] Improve INCLUDE cycle testsFangrui Song1-7/+22
2024-07-27[ELF] PHDRS: test EOF without ;Fangrui Song1-0/+6
2024-07-27[ELF] OUTPUT_ARCH: report unclosed errorFangrui Song1-2/+10
2024-07-27[ELF] Memory region: support quoted namesFangrui Song2-2/+2
2024-07-27[ELF] OVERLAY: support quoted output section namesFangrui Song1-2/+2
2024-07-27[ELF] REGION_ALIAS: support quoted namesFangrui Song1-1/+1
2024-07-27[ELF] PROVIDE: allow quoted names to be discardedFangrui Song2-3/+3
2024-07-27[ELF] Track line number preciselyFangrui Song2-2/+2
2024-07-26[ELF] Add till and rewrite while (... consume("}"))Fangrui Song2-2/+4
2024-07-26[ELF,test] Improve unclosed testsFangrui Song4-17/+53
2024-07-26[ELF,test] Improve PHDRS testsFangrui Song3-159/+89
2024-07-26[ELF] ScriptLexer: generate tokens lazilyFangrui Song4-18/+17
2024-07-26[lld][ELF][LoongArch] Support R_LARCH_TLS_{LD,GD,DESC}_PCREL_S2wanglei3-0/+353