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
/
bindings.zig
Age
Commit message (
Expand
)
Author
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-06-05
LLVM backend: loongarch64 support
Andrew Kelley
2024-05-08
add a debug subcommand for printing LLVM integer type alignment
Andrew Kelley
2024-05-08
add detect-cpu subcommand for debugging CPU features
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: fix builds that don't link with libllvm
Jacob Young
2024-02-21
LLVM: Remove unused from llvm/bindings.zig and zig_llvm.h/.cpp
antlilja
2024-02-21
Add LLVM bindings for parsing LLVM bitcode
antlilja
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-09-19
LLVM: update backend to LLVM 17
Andrew Kelley
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: cleanup even more unused LLVM API bindings
Jacob Young
2023-08-08
llvm: finish converting instructions
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-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-23
llvm: convert global assembly
Jacob Young
2023-07-23
llvm: convert attributes and non-intrinsic calls
Jacob Young
2023-07-19
llvm: convert most instructions
Jacob Young
2023-07-19
llvm: convert basic block creation
Jacob Young
2023-07-19
llvm: cleanup management and implement more const functions
Jacob Young
2023-07-19
llvm: finish converting `lowerValue`
Jacob Young
2023-07-19
llvm: convert all calls to `constInt`
Jacob Young
2023-07-19
llvm: finish converting `lowerType`
Jacob Young
2023-07-19
llvm: compute data layout without help like a grownup compiler
Jacob Young
2023-07-19
llvm: start tracking more things without relying on the llvm api
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-23
llvm: fixup elem_count argument of ZigLLVMCreateDebugArrayType to be i64
kcbanner
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
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
[next]