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-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
2023-03-26
wasm: implement float operations with compiler-rt
Techatrix
2023-03-21
codegen: fix backend breakage due to optional layout change
Jacob Young
2023-03-18
wasm: add atomics opcodes and refactoring
Luuk de Gram
2023-03-04
Merge pull request #14782 from r00ster91/trap
Andrew Kelley
2023-03-04
Wasm @breakpoint: emit unreachable
r00ster91
2023-03-04
add @trap builtin
r00ster91
2023-03-03
codegen: rename GenerateSymbolError to CodeGenError
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-19
implement `writeToMemory`/`readFromMemory` for pointers
Veikka Tuominen
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-03
link: remove `FnData` and make it self-owned
Luuk de Gram
2023-02-02
Merge pull request #14502 from ziglang/link-owned-atoms
Jakub Konka
2023-02-01
link: remove union types which are now internal to backends
Jakub Konka
2023-02-01
link: make Wasm atoms fully owned by the linker
Luuk de Gram
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-01-31
wasm: apply request change
Techatrix
2023-01-31
wasm: correctly handle optional slices
Techatrix
2023-01-27
wasm: migrate to new non-allocateDeclIndexes API
Luuk de Gram
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-21
wasm: refactor extended instructions
Luuk de Gram
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-13
Merge pull request #13907 from Vexu/call-merge
Andrew Kelley
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-12
wasm: `splat` for vector elements divisible by 8
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-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-04
wasm codegen: fix some missing Liveness reaps
Andrew Kelley
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
dwarf: pass linker Tag and owner Decl.Index instead of *Atom
Jakub Konka
[next]