aboutsummaryrefslogtreecommitdiff
path: root/src/link/NvPtx.zig
AgeCommit message (Expand)Author
2024-01-01link: accept the update arena in flushAndrew Kelley
2024-01-01move force_undefined_symbols into CompilationAndrew Kelley
2024-01-01fix remaining compile errors except oneAndrew Kelley
2024-01-01linker: remove bad NvPtx flushModule implementationAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01linkers: update references to "options" fieldAndrew Kelley
2024-01-01move a large chunk of linker logic away from "options"Andrew Kelley
2023-11-26move Module.Decl.Index and Module.Namespace.Index to InternPoolMeghan Denny
2023-10-26link: support exporting constant values without a DeclAndrew Kelley
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