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-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
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-26
stage2: implement runtime pointer access to global constants
Andrew Kelley
2021-10-22
stage2: slice and alignment fixes
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: elemPtr for slices
Robin Voetter
2021-10-21
stage2: remove ptr_ptr_elem_val and ptr_slice_elem_val
Robin Voetter
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-20
stage2: air ptr_slice_len_ptr and ptr_slice_ptr_ptr
Robin Voetter
2021-10-15
stage2 AArch64: move codegen to separate file
joachimschmidt557
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
2021-10-13
macho: redo relocation handling and lazy bind globals
Jakub Konka
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-10-02
Remove my dumb "namespace decl" hack
Martin Wickham
2021-09-28
stage2: implement `@clz` and `@ctz`
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-28
stage2: more arithmetic support
Andrew Kelley
2021-09-27
stage2: implement union coercion to its own tag
Andrew Kelley
2021-09-27
stage2: implement basic unions
Andrew Kelley
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-09-24
stage2 codegen: move bit definitions to src/arch
joachimschmidt557
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-21
Merge pull request #9652 from g-w1/p9d
Veikka Tuominen
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
[next]