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-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
2022-06-27
LLVM: support calls to varargs functions
Andrew Kelley
2022-06-20
std.crypto: fix invalid pass by value
Veikka Tuominen
2022-06-12
stage2: fix some inline asm incompatibilities with stage1
Andrew Kelley
2022-06-11
stage2: make `error{}` the same size as `anyerror`
Veikka Tuominen
2022-06-11
stage2: improve debugging tools
Veikka Tuominen
2022-06-11
Merge pull request #11835 from ziglang/stage2-behavior
Andrew Kelley
2022-06-09
stage2: fix handling of aggregates with mixed comptime-only fields
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-06-07
stage2: better codegen for byte-aligned packed struct fields
Andrew Kelley
2022-06-07
stage2 llvm: fix float/int conversion compiler-rt calls
Veikka Tuominen
2022-06-07
stage2: implement asm with multiple outputs
Veikka Tuominen
2022-06-07
LLVM: handle extern function name collisions
Andrew Kelley
2022-06-05
C backend: implement `try` instruction
Andrew Kelley
2022-06-05
stage2: implement the new "try" ZIR/AIR instruction
Andrew Kelley
2022-06-03
stage2: ignore asm inputs named `_`
Veikka Tuominen
2022-06-01
LLVM: convert two ArrayLists into a MultiArrayList
Andrew Kelley
2022-05-31
LLVM: add target-cpu and target-features fn attributes
Andrew Kelley
2022-05-31
LLVM: pass slices as ptr/len combo
Andrew Kelley
2022-05-31
stage2: introduce support for noalias
Andrew Kelley
2022-05-31
LLVM: integrate param attrs with iterateParamTypes
Andrew Kelley
2022-05-31
LLVM: add readonly, nonnull, align attributes to pointer params
Andrew Kelley
2022-05-31
LLVM: elide some loads when lowering
Andrew Kelley
[next]