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-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
2025-04-09
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️
2025-04-09
Fix mach-o naming for sancov sections
SuperAuguste
2025-04-07
Remove overzealous LLVM anti-instrumentation attributes
SuperAuguste
2025-04-04
llvm: Remove workaround for zero-length memset/memcpy on wasm.
Alex Rønne Petersen
2025-04-04
llvm: Use muslabin32/muslabi64 environments in the target triple.
Alex Rønne Petersen
2025-04-04
llvm: Allow FastISel on mips again.
Alex Rønne Petersen
2025-04-04
llvm: never_tail implies never_inline, so set noinline in this case too.
Alex Rønne Petersen
2025-04-04
llvm: Update the list of targets that use native f16/f128.
Alex Rønne Petersen
2025-04-04
llvm: Fix i128 alignment for various targets.
Alex Rønne Petersen
2025-04-04
llvm: Set target-abi module flag.
Alex Rønne Petersen
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2025-04-04
std.Target: Update CPU models/features for LLVM 20.
Alex Rønne Petersen
2025-04-04
compiler: Updates for LLVM/Clang 20 API changes.
Alex Rønne Petersen
2025-03-24
Use `-unknown` when converting WASI/Emscripten target triples into LLVM triples
Carl Åstholm
2025-03-23
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm
2025-03-19
compiler: Support more GCC code models and fix the mapping to LLVM code models.
Alex Rønne Petersen
2025-03-08
Merge pull request #22998 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-03-08
llvm: Replace DataLayoutBuilder with a simple target -> string switch.
Alex Rønne Petersen
2025-03-07
x86_64: implement write register splitting
Jacob Young
2025-02-27
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen
2025-02-24
Merge pull request #22154 from alexrp/disable-intrinsics
Alex Rønne Petersen
2025-02-24
llvm: Fix C ABI integer promotion for loongarch64.
Alex Rønne Petersen
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
[next]