aboutsummaryrefslogtreecommitdiff
path: root/test/link
AgeCommit message (Expand)Author
2024-10-10link.Elf tests: update for new static lib behaviorAndrew Kelley
2024-10-10linker tests: avoid trivially unnecessary allocationAndrew Kelley
2024-10-09test/link/macho: test reporting undefined special symbolsJakub Konka
2024-10-08link tests: add a way to check prefix and use itAndrew Kelley
2024-10-08link.Elf: avoid needless file system reads in flush()Andrew Kelley
2024-09-19test: Update `wasm/infer-features` based on what LLVM produces.Alex Rønne Petersen
2024-09-04elf: fix emitting static lib when ZigObject is presentJakub Konka
2024-09-04test/link/elf: test --gc-sections on Zig input with LLVM tooJakub Konka
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-23std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.Alex Rønne Petersen
2024-08-22test/macho: simplify testing range extension thunksJakub Konka
2024-08-21link/elf: simplify how we test thunksJakub Konka
2024-08-15test/elf: enhance testImportingDataDynamicJakub Konka
2024-07-30elf: simplify output section tracking for symbolsJakub Konka
2024-07-30elf: resolve COMDATs in more parallel-friendly wayJakub Konka
2024-07-30test/link/elf: test COMDAT eliminationJakub Konka
2024-07-28macho: test section$end$ boundary symbol handlingJakub Konka
2024-07-18macho: reinstate duplicate definition checkingJakub Konka
2024-07-18macho: ensure we always name decls like LLVM to avoid confusionJakub Konka
2024-07-18macho: fix unresolved symbols error reportingJakub Konka
2024-07-18macho: test TLS in Zig with x86_64 backendJakub Konka
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-06-06target.zig: Constrain aarch64 to glibc version 2.17 or laterPat Tullmann
2024-06-06test/link/glibc_compat: Add C test case for glibc versionsPat Tullmann
2024-05-24test/link/macho: add symbol stabs smoke testJakub Konka
2024-05-23link/macho: fix 32bit buildJakub Konka
2024-05-23test/link/macho: test merge literals on x86_64Jakub Konka
2024-05-23test/link/macho: clean up merge literals tests on aarch64Jakub Konka
2024-05-23link/macho: test merging literals targeting ObjCJakub Konka
2024-05-23link/macho: apply fixes to deduping logicJakub Konka
2024-05-22test/link: actually run tests requiring symlinks on non-WinJakub Konka
2024-04-28test/link/glibc_compat: fix incorrect strlcpy resultdaurnimator
2024-04-20link/elf: populate current Zig version in .comment; testJakub Konka
2024-04-20test/link/elf: add merge strings test for -r modeJakub Konka
2024-04-20test/link/elf: enhance merge strings testsJakub Konka
2024-04-20link/elf: remove link.link.build as unused; add some merge strings testsJakub Konka
2024-04-11remove deprecated LazyPath.path union tagAndrew Kelley
2024-04-07Promote linker test cases to packagesCarl Åstholm
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-15macho: fix a sad typo in calculating the address of a TLV pointerJakub Konka
2024-03-13test/link/elf: do not check for $thunk in thunks tests for nowJakub Konka
2024-03-12elf+aarch64: fix off-by-one in converging on groups interleaved with thunksJakub Konka
2024-03-12test/link/macho: remove redundant 'macho-' prefix from case namesJakub Konka
2024-03-12elf+aarch64: actually write out thunks, and add a proper link testJakub Konka
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-03-10test/link/elf: remove pie hack due to QEMU bug that is now fixedJakub Konka
2024-03-09test/link/elf: enable tests for aarch64 cpu archJakub Konka
2024-02-29wasm: gc fixes and re-enable linker testsLuuk de Gram
2024-02-21test/link/elf: test static linking C riscv64-muslJakub Konka