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
/
Emit.zig
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-10
stage2: move opaque types to InternPool
Andrew Kelley
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-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-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2022-12-21
wasm: refactor extended instructions
Luuk de Gram
2022-12-12
wasm: implement the 'splat' instruction part 1
Luuk de Gram
2022-12-12
wasm: load+store simd immediate values
Luuk de Gram
2022-12-05
dwarf: pull out debug line program internals into DeclState helpers
Jakub Konka
2022-10-08
wasm-linker: convert relocation addend to i32
Luuk de Gram
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-05-09
wasm: Debug info for lines + pro/epilogue
Luuk de Gram
2022-04-05
wasm: Use 'select' instruction for max/min
Luuk de Gram
2022-04-02
wasm: Implement `@clz`
Luuk de Gram
2022-03-23
wasm: Implement more instructions
Luuk de Gram
2022-03-21
wasm: Implement @popCount
Luuk de Gram
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-09
wasm: Preliminary `fptrunc` support
Luuk de Gram
2022-03-09
wasm: Implement fpext
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-03
wasm: Implement elem_ptr
Luuk de Gram
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-19
wasm: Refactor storing values.
Luuk de Gram
2022-01-10
wasm: Implement float_to_int
Luuk de Gram
2022-01-04
wasm: Implement memset, and sret arguments.
Luuk de Gram
2022-01-01
wasm: Implement @ptrToInt and fix indirect function call
Luuk de Gram
2021-12-05
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"
Andrew Kelley
2021-12-04
wasm: Initial behavior tests succeeding
Luuk de Gram
2021-12-04
wasm: Implement trunc, fix sliceLen and write undefined
Luuk de Gram
2021-11-28
wasm: Implement 'zig test'
Luuk de Gram
2021-11-28
wasm-link: Implement indirect function table
Luuk de Gram
2021-11-27
wasm-linker: Resolve relocations
Luuk de Gram
2021-11-27
wasm-linker: Upstream zwld into stage2
Luuk de Gram
2021-11-21
wasm: Implement optionals and ensure correct alignment
Luuk de Gram
2021-11-21
wasm: Implement structs stored on the stack
Luuk de Gram
2021-11-15
Stage2: wasm - Implement the MIR pass (#10153)
Luuk de Gram