summaryrefslogtreecommitdiff
path: root/lld/test/ELF/invalid
AgeCommit message (Expand)Author
2025-01-27[lld] Support RUN_LLD_MAIN_TWICE for the ELF port (#124441)Fangrui Song
2025-01-25[ELF] SHF_LINK_ORDER: replace Fatal with ErrAlwaysFangrui Song
2025-01-25[ELF,test] Add env LLD_IN_TEST=1 to make some tests work if RUN_LLD_MAIN_TWICEFangrui Song
2025-01-25[ELF] Replace some Fatal with ErrFangrui Song
2025-01-25[ELF] Replace a few Fatal with ErrFangrui Song
2025-01-25[ELF] SHF_MERGE: avoid FatalFangrui Song
2024-12-05[X86][LLD] Handle R_X86_64_CODE_6_GOTTPOFF relocation type (#117675)Feng Zou
2024-11-27[X86][LLD] Handle R_X86_64_CODE_4_GOTPC32_TLSDESC relocation type (#116909)Feng Zou
2024-08-12[ELF] Change "no PT_TLS" error to use errorOrWarnFangrui Song
2022-09-04[ELF] Change a DSO warning to errorOrWarnFangrui Song
2022-03-16[ELF] Move invalid binding diagnostic from initializeSymbols to postParseFangrui Song
2022-02-22[ELF] Move duplicate symbol check after input file parsingFangrui Song
2022-01-18[ELF] Move SHT_REL/SHT_RELA handling from createInputSection to initializeSec...Fangrui Song
2021-12-15[ELF] ObjFile<ELFT>::initializeSymbols: Batch allocate local symbolsFangrui Song
2021-11-23[ELF] Support non-RAX/non-adjacent R_X86_64_GOTPC32_TLSDESC/R_X86_64_TLSDESC_...Fangrui Song
2021-11-09[ELF] Improve sh_info=0 and sh_info>=num_sections diagnostic for SHT_REL/SHT_...Fangrui Song
2021-11-08[ELF][ARM] Improve error message for unknown relocationFangrui Song
2021-10-28[ELF] Implement TLSDESC for x86-32Fangrui Song
2021-07-09[ELF] Implement X86_64::getImplicitAddend()Alex Richardson
2021-07-09[ELF] Check the Elf_Rel addends for dynamic relocationsAlex Richardson
2021-01-21[yaml2obj/obj2yaml] - Improve dumping/creating of ELF versioning sections.Georgii Rymar
2020-12-18[libObject, llvm-readobj] - Reimplement `ELFFile<ELFT>::getEntry`.Georgii Rymar
2020-10-01[Archive] Don't throw away errors for malformed archive membersJames Henderson
2020-08-05[ELF] Allow SHF_LINK_ORDER sections to have sh_link=0Fangrui Song
2020-07-15[LLD][ELF] - Update test after yaml2obj change. NFC.Georgii Rymar
2020-07-13[LLD][ELF] - Allow relocation sections to appear before their target sections.Georgii Rymar
2020-06-19[ELF] Refactor ObjFile<ELFT>::initializeSymbols to enforce the invariant: Inp...Fangrui Song
2020-05-26[ELF] Allow misaligned SHT_GNU_verneedFangrui Song
2020-05-23[ELF] Parse SHT_GNU_verneed and respect versioned undefined symbols in shared...Fangrui Song
2020-05-15[ELF] Enforce two dashes for Flag options not supported by GNU ld (i.e. no co...Fangrui Song
2020-05-15[LLD][ELF] - Fix section-alignment.test after yaml2obj change.Georgii Rymar
2020-04-03[ELF] Allow invalid sh_size%sh_entsize!=0 for non-SHF_MERGE sectionsFangrui Song
2020-04-02[lld] NFC: fix trivial typos in commentsKazuaki Ishizaki
2020-03-06[lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.Georgii Rymar
2020-03-05[ARM] Rewrite ARMAttributeParserFangrui Song
2020-02-19[ELF][test] Fix section sh_type and sh_flagsFangrui Song
2020-02-12[ELF][test] Change -o %t to -o /dev/null if the output is not neededFangrui Song
2020-02-06Fix lld test after D74034Fangrui Song
2020-02-05[test] yaml2obj -docnum => --docnum=Fangrui Song
2019-10-20[LLD][ELF] - Update tests after yaml2obj tool update.George Rimar
2019-10-10Improve error message for bad SHF_MERGE sectionsRui Ueyama
2019-09-06[ELF][test] Update test after r371185Fangrui Song
2019-08-15[ELF][AArch64] Improve error message for unknown relocationsFangrui Song
2019-07-05[LLD][ELF] - Update a test after LLVM change.George Rimar
2019-06-27[LLD][ELF] - Replace invalid-e_shnum.s with YAML based version.George Rimar
2019-06-14[LLD][ELF] - Fix test case after r363401George Rimar
2019-06-14Revert r363395.George Rimar
2019-06-14[ELF] - Attemp to fix BB.George Rimar
2019-06-13[lld][ELF] Add tests for bad subsection length in .ARM.attributesEugene Leviant
2019-05-29[ELF] Implement General Dynamic style TLSDESC for x86-64Fangrui Song