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-10-21
stage2: Add `.save_err_return_trace_index` AIR op
Cody Tapscott
2022-10-16
wasm: rename 'self' to more explanatory name
Luuk de Gram
2022-10-16
wasm: re-use operands
Luuk de Gram
2022-10-16
wasm: allow merging single branches
Luuk de Gram
2022-10-16
wasm: correctly get the type of a local for free
Luuk de Gram
2022-10-16
wasm: implement branching
Luuk de Gram
2022-10-16
wasm: de -and increment reference count locals
Luuk de Gram
2022-10-16
wasm: reference count locals
Luuk de Gram
2022-10-16
wasm: use liveness analysis for locals
Luuk de Gram
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-09-07
wasm: fix memory leak
Luuk de Gram
2022-08-30
test/link: add test for extern resolution
Luuk de Gram
2022-08-30
wasm: create relocations for extern decls
Luuk de Gram
2022-08-18
wasm: fix callInstrinsic return value
Luuk de Gram
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-11
wasm: free unused locals
Luuk de Gram
2022-08-11
wasm: keep `load` values on the stack
Luuk de Gram
2022-08-11
wasm: leave `signedAbsValue` values on the stack
Luuk de Gram
2022-08-11
wasm: `wrapOperand` - leave value on the stack
Luuk de Gram
2022-08-11
wasm: Keep `intcast` values on stack
Luuk de Gram
2022-08-11
wasm: keep result of `cmp` on the stack
Luuk de Gram
2022-08-11
wasm: `binOp` leave value on stack
Luuk de Gram
2022-08-11
wasm: Use free-lists for unused locals
Luuk de Gram
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
2022-07-31
wasm: fix typo in CodeGen.zig
Ikko Ashimine
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-25
wasm: pass correct abi-size for scalar values
Luuk de Gram
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-24
wasm: more f16 support and cleanup of intrinsics
Luuk de Gram
2022-06-24
wasm: Implement `@mulAdd` for f16
Luuk de Gram
2022-06-24
wasm: Implement basic f16 support
Luuk de Gram
2022-06-24
link: Implement API to get global symbol index
Luuk de Gram
2022-06-24
wasm: Create compiler-rt symbols and lowering
Luuk de Gram
2022-06-19
wasm: fixes for signed saturation
Luuk de Gram
2022-06-19
wasm: saturating shift-left for signed integers
Luuk de Gram
2022-06-19
wasm: saturating shift-left for unsigned integers
Luuk de Gram
2022-06-19
wasm: saturating add and sub for signed integers
Luuk de Gram
2022-06-19
wasm: implement saturating add, sub for unsigned
Luuk de Gram
2022-06-12
Merge pull request #11837 from Vexu/stage2
Andrew Kelley
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-11
wasm: implement `@ceil`, `@floor` and `@trunc`
Luuk de Gram
2022-06-11
wasm: optimize & simplify sign extension
Luuk de Gram
2022-06-11
wasm: implement `@divFloor` for signed integers
Luuk de Gram
2022-06-11
wasm: signed integer division (non-floor)
Luuk de Gram
2022-06-11
wasm: support all `@div{trunc/floor/exact}` ops
Luuk de Gram
2022-06-11
wasm:`@byteSwap` for 24 bit integers
Luuk de Gram
2022-06-11
wasm: implement `@byteSwap` for 16/32bit integers
Luuk de Gram
[prev]
[next]