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
2025-01-15
wasm linker: don't assume nav callees are fully resolved
Andrew Kelley
2025-01-15
resolve merge conflicts
Andrew Kelley
2025-01-15
use fixed writer in more places
Andrew Kelley
2025-01-15
wasm linker: implement indirect function calls
Andrew Kelley
2025-01-15
wasm linker: avoid recursion in lowerZcuData
Andrew Kelley
2025-01-15
wasm codegen: fix call_indirect
Andrew Kelley
2025-01-15
wasm codegen: fix extra index not relative
Andrew Kelley
2025-01-15
wasm codegen: fix wrong union field for locals
Andrew Kelley
2025-01-15
wasm linker: implement missing logic
Andrew Kelley
2025-01-15
wasm codegen: remove dependency on PerThread where possible
Andrew Kelley
2025-01-15
wasm codegen: fix lowering of 32/64 float rt calls
Andrew Kelley
2025-01-15
remove bad deinit
Andrew Kelley
2025-01-15
wasm linker: implement name, module name, and type for function imports
Andrew Kelley
2025-01-15
wasm: use call_intrinsic MIR instruction
Andrew Kelley
2025-01-15
wasm: move error_name lowering to Emit phase
Andrew Kelley
2025-01-15
wasm codegen: rename func: CodeGen to cg: CodeGen
Andrew Kelley
2025-01-15
wasm codegen: switch on bool instead of int
Andrew Kelley
2025-01-15
wasm: implement errors_len as a MIR opcode with no linker involvement
Andrew Kelley
2025-01-15
wasm codegen: fix some compilation errors
Andrew Kelley
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-11-24
dwarf: fix stepping through an inline loop containing one statement
Jacob Young
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-10-19
compiler: remove @setAlignStack
mlugg
2024-10-19
std: update for new `CallingConvention`
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-08
stage2-wasm: airRem + airMod for floats
Pavel Verigo
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-10
codegen: implement output to the `.debug_info` section
Jacob Young
2024-09-01
wasm: un-regress `loop` and `switch_br`
mlugg
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
Air: add explicit `repeat` instruction to repeat loops
mlugg
2024-09-01
Air: direct representation of ranges in switch cases
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: fix and test string format
Jacob Young
2024-08-27
compiler: implement `@branchHint`, replacing `@setCold`
mlugg
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
sema: clean-up `{union,struct}FieldAlignment` and friends
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-23
stage2-wasm: fix bigint div and trunc
Pavel Verigo
2024-07-23
stage2-wasm: mul_sat 32 bits <=, i64, i128
Pavel Verigo
2024-07-20
Merge pull request #20692 from pavelverigo/stage2-wasm-overflow-ops
Andrew Kelley
2024-07-20
Fix typos in code comments in `src/`
sobolevn
[prev]
[next]