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
/
llvm.zig
Age
Commit message (
Expand
)
Author
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-30
LLVM: fix canElideLoad behavior with loops
Andrew Kelley
2022-11-29
llvm: implement `union_init` for packed unions
Veikka Tuominen
2022-11-28
llvm: improve emitted debug info
Veikka Tuominen
2022-11-25
Merge pull request #13627 from Vexu/tuple-decls
Andrew Kelley
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-21
Merge pull request #13292 from mitchellh/valgrind-arm64
Andrew Kelley
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-20
llvm: aarch64 C ABI: pass byref params as mutable pointers
Veikka Tuominen
2022-11-20
llvm: use alignment of ABI return type when it differs from raw return type
Veikka Tuominen
2022-11-20
compute LLVMTypes in ParamTypeIterator (#13592)
Guillaume Wenzek
2022-11-19
LLVM: add valgrind integration for x86 and aarch64
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
Sema+llvm: improve handling of namespace-like unions
Veikka Tuominen
2022-11-16
llvm: implement arbitrary precision debug enumerators
Veikka Tuominen
2022-11-12
llvm: check that tuple fields have runtime bits
Veikka Tuominen
2022-11-12
llvm: correctly lower references to generic functions
Veikka Tuominen
2022-11-11
llvm: correct calculation of index of zero-bit field
Veikka Tuominen
2022-11-11
llvm: fix leaks of fully qualified names
Veikka Tuominen
2022-11-11
stage2: Support modifiers in inline asm
Cody Tapscott
2022-11-10
stage2 llvm: Elide more loads
Cody Tapscott
2022-11-10
stage2: Be more strict about eliding loads
Cody Tapscott
2022-11-09
llvm: implement packed unions
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-02
Merge pull request #13396 from Luukdegram/fix-12880
Andrew Kelley
2022-11-02
stage2 llvm: Respect alignment for `.union_init`
Cody Tapscott
2022-11-01
llvm: mangle extern Wasm functions
Luuk de Gram
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-27
llvm: pass optional slices like regular slices
Veikka Tuominen
2022-10-27
llvm: do not return undefined pointers from array_to_slice
Veikka Tuominen
2022-10-27
llvm: handle namespace like packed structs
Veikka Tuominen
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-23
Merge pull request #13251 from Vexu/c-abi
Andrew Kelley
2022-10-22
x86_64 llvm: correct lowering of ptr sized float struct
Veikka Tuominen
2022-10-22
stage2: implement RISCV C ABI
Veikka Tuominen
2022-10-22
add C ABI tests for simd vectors
Veikka Tuominen
2022-10-21
std.Target: Remove `longDoubleIs`
Cody Tapscott
2022-10-21
stage2: Add `.save_err_return_trace_index` AIR op
Cody Tapscott
2022-10-21
aarch64 C ABI: return union instead of array of two enums
Veikka Tuominen
2022-10-21
stage2: implement ARM C ABI
Veikka Tuominen
2022-10-21
Merge pull request #13219 from Vexu/stage2-fixes
Veikka Tuominen
2022-10-20
stage2: fix handling of aarch64 C ABI float array like structs
Veikka Tuominen
2022-10-18
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi
2022-10-17
tools: add lldb stage2 pretty printers
Jacob Young
2022-10-15
llvm: fix lowering of non-byte-aligned field pointers
Jacob Young
2022-10-15
llvm: fix lowering of runtime refs to comptime-only decls
Jacob Young
2022-10-15
Merge branch 'amdgpu-improvements' of https://github.com/Snektron/zig into Sn...
Andrew Kelley
[next]