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
Age
Commit message (
Expand
)
Author
2022-07-31
stage2 LLVM: Pass inline assembly outputs directly when not targeting memory
Cody Tapscott
2022-07-27
LLVM: fix returning extern union with C callconv
Andrew Kelley
2022-07-27
LLVM: fix lowering byte-aligned packed struct field pointers
Andrew Kelley
2022-07-26
LLVM: add probe-stack function attribute
Andrew Kelley
2022-07-25
wasm: Only allow lowering C-ABI compatible types
Luuk de Gram
2022-07-25
llvm: correctly lower c-abi for Wasm target
Luuk de Gram
2022-07-24
LLVM: notice the soft_float CPU feature
Andrew Kelley
2022-07-24
stage2: implement `noinline fn`
Meghan
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-22
Merge pull request #12198 from Vexu/stage2
Andrew Kelley
2022-07-22
stage2: fix airIsErr when `is_ptr == true`
Veikka Tuominen
2022-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-20
stage2 llvm: fix handling of pointer fields in packed structs
Veikka Tuominen
2022-07-19
LLVM: change commentary on isByRef
Andrew Kelley
2022-07-19
LLVM: lower all error unions as byref=true
Andrew Kelley
2022-07-19
LLVM: lower all structs as byref=true
Andrew Kelley
2022-07-19
LLVM: lower optional types as byref=true
Andrew Kelley
2022-07-19
stage2: Change optional non-null field to i8
Cody Tapscott
2022-07-14
LLVM: disable the ABI size safety check
Andrew Kelley
2022-07-14
LLVM: fix ABI size of optional and error union types
Andrew Kelley
2022-07-14
Revert "stage2 llvm: Use unpacked struct for unions and arrays"
Andrew Kelley
2022-07-14
LLVM: add padding to optional types when lowering
Andrew Kelley
2022-07-14
LLVM: insert debug logging when LLVM ABI size is wrong
Andrew Kelley
2022-07-13
LLVM: implement signext/zeroext attributes
Andrew Kelley
2022-07-12
LLVM: always add some clobbers for some architectures
Andrew Kelley
2022-07-12
LLVM: broaden aarch64-windows f16 debug variable workaround
Andrew Kelley
2022-07-12
stage2 llvm: Use unpacked struct for unions and arrays
Cody Tapscott
2022-07-10
stage2: Lower libcalls on Windows x86-64 correctly
Cody Tapscott
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
LLVM: more robust implementation of C ABI for multiple_llvm_ints
Andrew Kelley
2022-07-07
LLVM: handle byref combined with multiple_llvm_ints
Andrew Kelley
2022-07-05
CLI: add support for -fno-builtin
Andrew Kelley
2022-07-04
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-04
stage2: disable unit tests when building with stage1
Andrew Kelley
2022-07-03
update build scripts to LLD and LLVM 14 libraries
Andrew Kelley
2022-07-03
LLVM: update lowering of saturating shift-left
Andrew Kelley
2022-07-03
LLVM: update inline asm to LLVM14 semantics
Andrew Kelley
2022-07-01
LLD: the driver functions now return "false" to mean "error"
Andrew Kelley
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-06-30
LLVM: be sure to never pass align(0) attribute
Andrew Kelley
2022-06-30
LLVM: use unnamed struct llvm type for unions when necessary
Andrew Kelley
2022-06-30
Merge pull request #11942 from Vexu/stage2-compile-errors
Andrew Kelley
2022-06-30
Merge pull request #11967 from ziglang/runtime-float-negation
Andrew Kelley
2022-06-30
LLVM: lower float negation with xor a constant
Andrew Kelley
2022-06-30
stage2 llvm: ensure `@tagName` functions are unique
Veikka Tuominen
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
2022-06-30
LLVM: fix lowering of untagged union types
Andrew Kelley
2022-06-27
LLVM: fix invalid IR on `@returnAddress` of wasm/bpf
Andrew Kelley
[next]