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
/
zig_llvm.h
Age
Commit message (
Expand
)
Author
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-07
llvm: Use emulated TLS when appropriate for the target
Alex Rønne Petersen
2025-07-01
llvm: Disable the machine outliner pass on RISC-V
Alex Rønne Petersen
2025-04-04
compiler: Updates for LLVM/Clang 20 API changes.
Alex Rønne Petersen
2024-10-31
zig_llvm: Reduce our exposure to LLVM API breakage.
Alex Rønne Petersen
2024-09-19
zig_llvm: Update to LLVM 19.
Alex Rønne Petersen
2024-09-01
LLVM: Remove cpp bindings for setPICLevel, setPIELevel and setCodeModel
antlilja
2024-08-30
Merge pull request #21224 from alexrp/mips-gnu-fixes
Andrew Kelley
2024-08-30
llvm: Pass EmitOptions to libzigcpp by pointer.
Alex Rønne Petersen
2024-08-28
llvm: Disable FastISel on MIPS as a workaround for #21215.
Alex Rønne Petersen
2024-08-28
llvm: Set PIC level 1 for MIPS.
Alex Rønne Petersen
2024-07-23
LLVM: more fine-grained sancov emit options
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-05-08
update for LLVM 18 new target data
Andrew Kelley
2024-03-02
LLVM: Add enableBrokenDebugInfoCheck and getBrokenDebugInfo
antlilja
2024-02-21
LLVM: Remove unused from llvm/bindings.zig and zig_llvm.h/.cpp
antlilja
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-09-19
update for LLVM 17 new target data
Andrew Kelley
2023-08-08
llvm: finish converting globals
Jacob Young
2023-08-08
llvm: finish converting intrinsics
Jacob Young
2023-08-08
llvm: convert vector reduction intrinsics
Jacob Young
2023-08-08
llvm: finish converting attributes to use Builder and the C LLVM API
Jacob Young
2023-08-08
llvm: convert intrinsics to using `Builder`
Jacob Young
2023-08-06
Implement bitop intrinsics in new LLVM IR builder
antlilja
2023-08-06
Implement fp intrinsics in new LLVM IR builder
antlilja
2023-06-23
llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64
kcbanner
2023-04-20
Expose an option for producing 64-bit DWARF format
David Gonzalez Martin
2023-04-20
llvm: emit metadata for exported global variables (#15349)
Tw
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-03-30
llvm: fix crashes when loading a struct field
Jacob Young
2023-01-25
update zig_llvm.cpp and zig_llvm.h to LLVM 16
Andrew Kelley
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-16
llvm: implement arbitrary precision debug enumerators
Veikka Tuominen
2022-10-12
stage2: improve addrspace handling
Robin Voetter
2022-08-01
LLVM backends: work around poorly designed C API
Andrew Kelley
2022-08-01
stage1: LLVM lowering to opaque pointers API
Andrew Kelley
2022-07-31
update Target, CPU, OS, ABI, etc. to LLVM 15
Andrew Kelley
2022-07-01
LLD: the driver functions now return "false" to mean "error"
Andrew Kelley
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-04-27
stage2: Manually lower softfloat ops when needed
Cody Tapscott
2022-03-17
zig_llvm.h: fix some declarations not being C compatible
Andrew Kelley
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-15
stage2: add debug info for globals in the LLVM backend
William Sengir
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-08
LLVM: no longer store args into alloca instructions
Andrew Kelley
2022-02-03
update C API bindings to LLVM 14
Andrew Kelley
2021-12-28
stage2: LLVM backend: fix lowering of union constants
Andrew Kelley
[next]