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-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
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
2022-10-12
allow global/local/shared address spaces on amdgcn
Robin Voetter
2022-10-12
amdgpu: add AmdgpuKernel calling convention
Robin Voetter
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-10-11
stage2 LLVM: Use a packed aggregate for union payload init
Cody Tapscott
2022-10-03
Merge pull request #13032 from jacobly0/br-on-undef-val
Andrew Kelley
2022-10-03
stage2: fix C ABI for bool
Jacob Young
2022-10-01
llvm: add assert to reliably catch undefined value use
Jacob Young
2022-10-01
Sema: ensure builtin.StackTrace fields are analyzed
Jacob Young
2022-10-01
llvm: avoid undefined values by ensuring the StackTrace decl is analyzed
Jacob Young
2022-09-28
stage2: Fix multiple_llvm_int parameter passing
Cody Tapscott
2022-09-26
Merge pull request #12959 from kcbanner/fix_uwtable
Jakub Konka
2022-09-25
llvm: fix uwtable attribute value
kcbanner
2022-09-24
llvm: avoid crash on duplicate asm input/output name
Veikka Tuominen
2022-09-21
LLVM: remove purposeless const qualifiers
Andrew Kelley
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-08
stage2: fix building for 32-bit targets
Andrew Kelley
2022-09-08
llvm: handle pointers in packed structs in more places
Veikka Tuominen
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-09-03
stage2 llvm: improve handling of i128 on Windows C ABI
Veikka Tuominen
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-09-02
stage2 llvm: correct handling of zero-bit types in unionFieldPtr
Veikka Tuominen
2022-09-02
stage2 llvm: fix passing packed structs to callconv(.C) functions
Veikka Tuominen
[next]