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
2022-03-23
wasm: Implement opt_payload_ptr
Luuk de Gram
2022-03-23
wasm: Fix switching on errors
Luuk de Gram
2022-03-23
wasm: Implement `@errorName`
Luuk de Gram
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
wasm: Implement @popCount
Luuk de Gram
2022-03-21
stage2: add AIR instruction `cmp_vector`
William Sengir
2022-03-19
Merge pull request #11233 from Luukdegram/wasm-tests
Andrew Kelley
2022-03-19
wasm: All union/tuple/array tests passing
Luuk de Gram
2022-03-19
wasm: Implement `union_init` instruction
Luuk de Gram
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
2022-03-17
Merge pull request #11200 from Luukdegram/wasm-memcpy
Andrew Kelley
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-17
wasm: Improve memset implementation
Luuk de Gram
2022-03-17
wasm: Implement 'memcpy' instruction
Luuk de Gram
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-16
Sema: emit dbg_func around inline calls
Veikka Tuominen
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-11
stage2: implement `@shuffle` at runtime
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-09
wasm: Implement `field_parent_ptr`
Luuk de Gram
2022-03-09
wasm: Implement `errunion_payload_ptr_set`
Luuk de Gram
2022-03-09
wasm: Preliminary `fptrunc` support
Luuk de Gram
2022-03-09
wasm: Implement fpext
Luuk de Gram
2022-03-09
wasm: Improve switch implementation
Luuk de Gram
2022-03-06
stage2: implement `@mulAdd` for scalar floats
John Schmidt
2022-03-06
wasm: Unify function generation
Luuk de Gram
2022-03-06
wasm: Remove old DeclGen/genTypedValue
Luuk de Gram
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
cbe: Implement wasm builtins
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemoryGrow` builtin
Luuk de Gram
2022-03-03
wasm: Implement `@wasmMemorySize()` builtin
Luuk de Gram
2022-02-28
stage2: fix frame_address AIR instruction
Andrew Kelley
2022-02-28
stage2: implement `@frameAddress`
Veikka Tuominen
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-25
wasm: Fix error union's size/alignment
Luuk de Gram
2022-02-25
wasm: Refactor lowerUnnamedConst
Luuk de Gram
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
wasm-linker: Implement `updateDeclExports`
Luuk de Gram
2022-02-19
stage2: implement errunion_payload_ptr_set
Veikka Tuominen
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-10
wasm: Implement 'field_ptr' constants
Luuk de Gram
2022-02-09
stage2: implement all builtin floatops for f{16,32,64}
John Schmidt
2022-02-08
wasm: Store stack-offset as WValue
Luuk de Gram
2022-02-08
stage2: tiny improvements all over the place
Jakub Konka
2022-02-08
wasm: update test runner
Luuk de Gram
2022-02-07
stage2: implement @sqrt for f{16,32,64}
John Schmidt
2022-02-06
stage2: add new Decl subtype, ExternFn
Jakub Konka
2022-02-03
Move passing behavior tests
Luuk de Gram
2022-02-03
wasm: Refactor stack to account for alignment
Luuk de Gram
[prev]
[next]