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-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-06
Merge pull request #11783 from ziglang/stage2-try
Andrew Kelley
2022-06-06
dwarf: fix incorrect type reloc for unions
Jakub Konka
2022-06-05
wasm: Implement `try` instruction
Luuk de Gram
2022-06-05
stage2: implement the new "try" ZIR/AIR instruction
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-24
stage2: fixes for error unions, optionals, errors
Andrew Kelley
2022-05-24
wasm: use errUnionPayloadOffset and errUnionErrOffset from codegen.zig
Jakub Konka
2022-05-24
stage2: make `?anyerror` represented the same as `anyerror`
Andrew Kelley
2022-05-24
wasm: Fixes for error union semantics
Luuk de Gram
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-18
wasm: Implement {add/sub}WithOverflow for 128bit
Luuk de Gram
2022-05-18
wasm: Support `not` instruction for 128 bit integers
Luuk de Gram
2022-05-18
wasm: Implement trunc/wrap for 128 bit integers
Luuk de Gram
2022-05-18
wasm: Support 128bit integers for max/min/ctz/clz
Luuk de Gram
2022-05-18
wasm: Fix C-ABI for 128 bit integers
Luuk de Gram
2022-05-18
wasm: 128 bit intcast and binary operations
Luuk de Gram
2022-05-18
wasm: Support 128bit add/sub wrapping operands
Luuk de Gram
2022-05-18
wasm: 128bit integer cmp support
Luuk de Gram
2022-05-18
wasm: Support 128bit integer coercion
Luuk de Gram
2022-05-16
stage2: implement error return traces
Veikka Tuominen
2022-05-16
wasm: Improve shl_with_overflow
Luuk de Gram
2022-05-16
wasm: Improve overflow add/sub for ints <= 64bits
Luuk de Gram
2022-05-09
wasm: Write nops for padding debug info
Luuk de Gram
2022-05-09
wasm: Debug info for lines + pro/epilogue
Luuk de Gram
2022-05-09
wasm: Debug information for locals
Luuk de Gram
2022-05-09
wasm: Implement debug info for parameters
Luuk de Gram
2022-05-07
wasm: Fix `@floatToInt` and split overflow ops
Luuk de Gram
2022-05-07
wasm: `@addWithOverflow` for bitsize 32
Luuk de Gram
2022-05-06
wasm: Store signed ints as two's complement
Luuk de Gram
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-26
wasm: Implement codegen for C-ABI
Luuk de Gram
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-19
Merge pull request #11461 from Luukdegram/wasm-debug-info
Andrew Kelley
2022-04-19
wasm: Fix unreachable paths
Luuk de Gram
2022-04-19
wasm: fix lowerDeclRefValue using wrong Decl
Andrew Kelley
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-05
wasm: Use 'select' instruction for max/min
Luuk de Gram
2022-04-02
wasm: Implement `@ctz` for bitsize <= 64
Luuk de Gram
2022-04-02
wasm: Implement `@clz`
Luuk de Gram
2022-04-02
wasm: Implement `@mulAdd` for f32, f64
Luuk de Gram
2022-04-02
wasm: Implement `@maximum` & `@minimum`
Luuk de Gram
2022-03-30
Sema: enhance is_non_err to be comptime more often
Andrew Kelley
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-27
wasm: Implement overflow arithmetic
Luuk de Gram
2022-03-26
wasm: Only generate import when referenced
Luuk de Gram
2022-03-25
sema: use `pl_op` for `@select`
John Schmidt
2022-03-25
stage2: implement `@select`
John Schmidt
2022-03-23
Sema: introduce a type resolution queue
Andrew Kelley
2022-03-23
wasm: Implement more instructions
Luuk de Gram
[prev]
[next]