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
/
codegen.zig
Age
Commit message (
Expand
)
Author
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-27
dwarf: move DbgInfoTypeRelocsTable into Dwarf module
Jakub Konka
2022-03-27
dwarf: add debug info for error unions
Jakub Konka
2022-03-27
dwarf: add debug info for error sets
Jakub Konka
2022-03-22
dwarf: lower enums
Jakub Konka
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
Merge pull request #11224 from koachan/sparc64-codegen
Andrew Kelley
2022-03-21
stage2: add way to print values with types
Veikka Tuominen
2022-03-19
wasm: All union/tuple/array tests passing
Luuk de Gram
2022-03-19
stage2 sparcv9: Add placeholder files and generate() function
Koakuma
2022-03-14
stage2: apply fix for #11165 to codegen.zig for native backends
Mitchell Hashimoto
2022-03-14
stage2: rework Value storage of structs and arrays
Andrew Kelley
2022-03-10
stage2: implement integer pointer constants
Andrew Kelley
2022-03-06
wasm: Unify function generation
Luuk de Gram
2022-03-06
stage2: Fix codegen for unions and error unions
Luuk de Gram
2022-03-05
elf: add debug info for non-ptr optionals
Jakub Konka
2022-03-02
codegen: handle elem_ptr when lowering to memory
Jakub Konka
2022-03-02
codegen: leave f80 explicitly unhandled for now
Jakub Konka
2022-03-02
codegen: lower optionals and floats across linking backends
Jakub Konka
2022-03-01
codegen: ensure we descend on nested field_ptrs when lowering
Jakub Konka
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-03-01
Merge pull request #11016 from ziglang/x64-more-codegen
Jakub Konka
2022-02-28
Sema: fix pointer type hash and equality functions
Andrew Kelley
2022-02-28
codegen: fix padding calculation for error unions when lowering
Jakub Konka
2022-02-28
codegen: impl lowering of union type to memory
Jakub Konka
2022-02-22
x64: fix lowering of error unions (we didn't pad to alignment)
Jakub Konka
2022-02-22
codegen: lower repeated and empty_with_sentinel array type
Jakub Konka
2022-02-22
codegen: lower error_set and error_union
Jakub Konka
2022-02-11
elf: store pointer relocations indexed by containing atom
Jakub Konka
2022-02-11
codegen: handle lowering of const slice pointers
Jakub Konka
2022-02-09
stage2: handle decl ref to void types
Jakub Konka
2022-02-08
stage2: tiny improvements all over the place
Jakub Konka
2022-02-07
stage2,x64: impl lowering of shift ops in Emit
Jakub Konka
2022-02-02
stage2: pad out (non-packed) struct fields when lowering to bytes
Jakub Konka
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-15
stage2: fix Decl garbage collection not marking enough
Andrew Kelley
2022-01-10
stage2: enable zig test on x86_64-macos (#10551)
Jakub Konka
2022-01-06
Sema: const inferred alloc infers comptime-ness
Andrew Kelley
2022-01-01
stage2 codegen: Add generateSymbol for optional stub
joachimschmidt557
2021-12-30
stage2 ARM: implement struct_field_ptr and struct_field_val
joachimschmidt557
2021-12-28
stage2 ARM: implement slice_elem_val for types with size <= 4
joachimschmidt557
2021-12-26
stage2 codegen: Implement generateSymbol for undefined values
joachimschmidt557
2021-11-24
stage2: fix unwrap function call with optional pointer return value
Andrew Kelley
2021-11-21
stage2: fix the build for 32-bit architectures
Andrew Kelley
2021-11-08
stage2 x86_64: add MIR->Isel lowering step for x86_64
Jakub Konka
2021-11-07
stage2 ARM: move codegen to separate file
joachimschmidt557
2021-11-02
stage2 RISCV64: move codegen to separate file
joachimschmidt557
2021-10-31
stage2: move x86_64 codegen to arch/x86_64/CodeGen.zig
Jakub Konka
2021-10-31
stage2 AArch64: begin transition to MIR
joachimschmidt557
[next]