aboutsummaryrefslogtreecommitdiff
path: root/src/link/NvPtx.zig
AgeCommit message (Expand)Author
2023-08-09llvm: enable even without libllvm linkedJacob Young
2023-07-30link: add more respect for -fno-emit-binAndrew Kelley
2023-07-18rework generic function callsAndrew Kelley
2023-06-10InternPool: port most of value tagsJacob Young
2023-04-23Improvements to docs and textzooster
2023-04-09amdgpu,nvptx: unify kernel calling conventionsRobin Voetter
2022-11-16fix Nvptx backend outputing files at the top level of zig-cacheGuillaume Wenzek
2022-10-24link: add an explicit error set for flush() and flushModule()Andrew Kelley
2022-10-15sanitize qualified name for nvptx backendGuillaume Wenzek
2022-10-15debugGuillaume Wenzek
2022-10-15restore comp when leaving flushModuleGuillaume Wenzek
2022-08-18std.Target gains ObjectFormat fieldAndrew Kelley
2022-04-20stage2: use indexes for Decl objectsAndrew Kelley
2022-04-17stage2: expose progress bar API to linker backendsAndrew Kelley
2022-03-12fix nvptx test failure #10968Guillaume Wenzek
2022-02-05stage2: add support for Nvptx targetgwenzek