index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
link
/
NvPtx.zig
Age
Commit message (
Expand
)
Author
2024-01-01
link: accept the update arena in flush
Andrew Kelley
2024-01-01
move force_undefined_symbols into Compilation
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
linker: remove bad NvPtx flushModule implementation
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-07-30
link: add more respect for -fno-emit-bin
Andrew Kelley
2023-07-18
rework generic function calls
Andrew Kelley
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-04-23
Improvements to docs and text
zooster
2023-04-09
amdgpu,nvptx: unify kernel calling conventions
Robin Voetter
2022-11-16
fix Nvptx backend outputing files at the top level of zig-cache
Guillaume Wenzek
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-15
sanitize qualified name for nvptx backend
Guillaume Wenzek
2022-10-15
debug
Guillaume Wenzek
2022-10-15
restore comp when leaving flushModule
Guillaume Wenzek
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-17
stage2: expose progress bar API to linker backends
Andrew Kelley
2022-03-12
fix nvptx test failure #10968
Guillaume Wenzek
2022-02-05
stage2: add support for Nvptx target
gwenzek