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
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
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-01
saturating arithmetic builtins: add, sub, mul, shl (#9619)
travisstaloch
2021-08-16
update src/ to LLVM 13 rc1 API
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-06-29
Remove mention of lldMachO from the project
Jakub Konka
2021-06-18
stage1: Store the specified code model in the LLVM module
LemonBoy
2021-02-28
stage1: update to LLVM 12 sret callsite requirements
Andrew Kelley
[next]