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
/
arch
/
wasm
/
CodeGen.zig
Age
Commit message (
Expand
)
Author
2023-05-31
wasm: `memcpy` support elem abi-size > 1
Luuk de Gram
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-26
wasm backend: emit a TODO error rather than miscompile
Andrew Kelley
2023-05-19
wasm: aggregate_init - ensure zeroed result local
Luuk de Gram
2023-05-19
wasm: fix `div_trunc` for floats
Luuk de Gram
2023-05-19
wasm: support `memset` for elem abi size > 1
Luuk de Gram
2023-05-19
wasm: implement `shl` for big integers
Luuk de Gram
2023-05-19
wasm: memset - correctly load the ptr for slices
Luuk de Gram
2023-05-19
wasm: correctly use elem type when lowering
Luuk de Gram
2023-05-19
wasm: fix return `ret_load` with zero-size type
Luuk de Gram
2023-05-19
wasm: fix double free of locals
Luuk de Gram
2023-05-19
wasm: simplify merging of branches
Luuk de Gram
2023-05-19
wasm: add `dead` tag to `WValue`
Luuk de Gram
2023-05-19
wasm: more liveness fixes
Luuk de Gram
2023-05-19
wasm: fix liveness bugs
Luuk de Gram
2023-05-19
wasm: fix miscompilation for shifting
Luuk de Gram
2023-05-19
wasm: implement `@mulWithOverflow` for big ints
Luuk de Gram
2023-05-19
wasm: implement `@addWithOverflow` for 64bit ints
Luuk de Gram
2023-05-19
wasm: implement mul, shl and xor for big ints
Luuk de Gram
2023-05-19
wasm: implement `@frameAddress`
Luuk de Gram
2023-04-27
Merge pull request #15474 from Luukdegram/wasm-atomics
Andrew Kelley
2023-04-26
wasm: support pointers in `cmpxchg`
Luuk de Gram
2023-04-26
wasm: implement atomic stores
Luuk de Gram
2023-04-26
wasm: implement `@fence`
Luuk de Gram
2023-04-26
wasm: implement `@atomicRmw`
Luuk de Gram
2023-04-26
wasm: implement `@atomicLoad`
Luuk de Gram
2023-04-26
wasm: use atomic feature for `@cmpxchg` when enabled
Luuk de Gram
2023-04-26
wasm: implement `cmpxchg{weak/strong}`
Luuk de Gram
2023-04-25
stage2: introduce store_safe AIR instruction
Andrew Kelley
2023-04-25
wasm backend: fix airMemset with slices
Andrew Kelley
2023-04-25
LLVM backend: support non-byte-sized memset
Andrew Kelley
2023-04-25
wasm backend: implement new memcpy/memset and ptrtoint semantics
Andrew Kelley
2023-04-22
wasm: store `__zig_lt_errors_len` in linear data
Luuk de Gram
2023-04-22
wasm: implement `error_set_has_value`
Luuk de Gram
2023-04-22
wasm: implement `cmp_lt_errors_len` instruction
Luuk de Gram
2023-04-20
wasm: integrate new Liveness behaviour
Luuk de Gram
2023-04-20
Liveness: control flow analysis
mlugg
2023-04-12
wasm: make tagName null-terminated
Luuk de Gram
2023-04-12
wasm: generate unnamed constant for tag
Luuk de Gram
2023-04-12
wasm: generate function to get tag name
Luuk de Gram
2023-04-07
Fix 32-bit compile errors
Auguste Rame
2023-04-07
Handle compile time case for vector element access using lane access
Auguste Rame
2023-04-07
Finish shuffle, fix arrayElemVal for vectors
Auguste Rame
2023-04-07
Make airShuffle work for unrolled
Auguste Rame
2023-04-07
Merge pull request #14668 from Techatrix/wasm-floatops
Luuk de Gram
2023-04-07
Merge pull request #15195 from mlugg/fix/liveness-loop-defer-deaths
Andrew Kelley
2023-04-07
Make self-hosted wasm @returnAddress return 0
Auguste Rame
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
[prev]
[next]