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
2025-07-13
LLVM backend: fixes
Andrew Kelley
2025-07-13
Do not store StackTrace type
Ali Cheraghi
2025-07-13
LLVM: Move pt field from Object to NavGen
antlilja
2025-07-07
compiler: upgrade various std.io API usage
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-08
Merge pull request #24362 (remove async, await, usingnamespace)
Andrew Kelley
2025-07-08
llvm: Revert #17963 (workaround for #16392)
Alex Rønne Petersen
2025-07-07
zig fmt
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-07-07
llvm: Use emulated TLS when appropriate for the target
Alex Rønne Petersen
2025-07-02
compiler: change canonical path for backend ABI source files
Andrew Kelley
2025-07-02
compiler: delete arm backend
Andrew Kelley
2025-07-02
compiler: delete aarch64 backend
Andrew Kelley
2025-07-01
llvm: Disable the machine outliner pass on RISC-V
Alex Rønne Petersen
2025-07-01
llvm: Fix alignment of by-ref ptr_elem_val and slice_elem_val
Alex Rønne Petersen
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-12
x86_64: remove air references from mir
Jacob Young
2025-06-12
compiler: rework backend pipeline to separate codegen and link
mlugg
2025-06-12
link: divorce LLD from the self-hosted linkers
mlugg
2025-06-12
compiler: slightly untangle LLVM from the linkers
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-04
valgrind: Add riscv64-linux support.
Alex Rønne Petersen
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-05-31
cbe: implement `stdbool.h` reserved identifiers
Jacob Young
2025-05-31
Sema: remove `all_vector_instructions` logic
Jacob Young
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-29
Legalize: introduce a new pass before liveness
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-20
Merge pull request #23836 from mlugg/incr-fixes
Matthew Lugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-05-12
llvm: Fix a bunch of volatile semantics violations.
Alex Rønne Petersen
2025-05-12
llvm: Don't set nonnull attribute on pointers in non-generic address spaces.
Alex Rønne Petersen
2025-05-12
llvm: Don't set nonnull attribute on allowzero slices.
Alex Rønne Petersen
2025-05-12
llvm: Set null_pointer_is_valid attribute when accessing allowzero pointers.
Alex Rønne Petersen
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-05-02
inline assembly: implement gcc's "%=" syntax
samy007
2025-05-01
wasm-c-abi: llvm fix struct handling + reorganize
Pavel Verigo
2025-04-28
Merge pull request #23698 from alexrp/goff-xcoff-stubs
Alex Rønne Petersen
2025-04-28
std.Target: Remove Os.Tag.elfiamcu.
Alex Rønne Petersen
2025-04-27
Merge pull request #22605 from dweiller/memmove
Andrew Kelley
2025-04-27
llvm: Fix data layout string for s390x-zos.
Alex Rønne Petersen
2025-04-26
std.Target: Remove Abi.gnuilp32.
Alex Rønne Petersen
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-09
compiler: Allow using LLVM's SPIR-V backend.
Alex Rønne Petersen
[next]