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-20
compute LLVMTypes in ParamTypeIterator (#13592)
Guillaume Wenzek
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
2022-10-15
llvm: fix bug lowering aggregate_init with a byref sentinel
Jacob Young
2022-10-15
Merge pull request #13100 from topolarity/powerpc64le
Andrew Kelley
2022-10-14
stage2: fix emitting asm and bin at the same time
Jacob Young
2022-10-13
stage2: Use softfloat for `f16` on MIPS targets
Cody Tapscott
2022-10-13
Disable llvm.prefetch for PowerPC
Cody Tapscott
2022-10-13
stage2: Add softfloat support for `@reduce`
Cody Tapscott
2022-10-13
stage2 LLVM: Correct long double for WASM
Cody Tapscott
2022-10-13
stage2: Fix softfloat support for PPC64(LE)
Cody Tapscott
2022-10-12
stage2: improve globals with address spaces a little
Robin Voetter
2022-10-12
stage2: f128 improvements for targets that do not support it
Robin Voetter
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-10-12
stage2: improve addrspace handling
Robin Voetter
[next]