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
Age
Commit message (
Expand
)
Author
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-10
BitcodeReader: followup cleanup
Jacob Young
2023-11-09
Compilation: forward clang diagnostics to error bundles
Jacob Young
2023-10-23
Merge pull request #17651 from Vexu/error-limit
Andrew Kelley
2023-10-22
remove uses of non-configurable `err_int`
Veikka Tuominen
2023-10-21
InternPool: store alignment of anon decls
Andrew Kelley
2023-10-19
link: initialize llvm before calling the llvm API
Jacob Young
2023-10-19
Builder: fix incorrect type for 32-bit systems
Jacob Young
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-09-19
llvm: update address space definitions to LLVM 17
Jacob Young
2023-09-19
Builder: further constant select cleanup
Jacob Young
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-20
Revert "llvm: fix bootstrap"
Jacob Young
2023-08-13
cmake: fix auto-detection of various host targets
Jacob Young
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-08-08
llvm: fix alias issues
Jacob Young
2023-08-08
llvm: finish converting globals
Jacob Young
2023-08-08
Builder: fix enough bugs to pass the behavior tests
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
Builder: simplify intrinsic table
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-08
Builder: fix builtin pseudo-instruction dumping
Jacob Young
2023-08-08
Builder: fix attribute spacing
Jacob Young
2023-08-05
Merge pull request #16705 from antlilja/builder-intrinsics
Jacob Young
2023-08-05
llvm: add const addrspace cast
Robin Voetter
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-25
frontend: forbid packed and extern tuples
Andrew Kelley
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-07-23
llvm: convert global assembly
Jacob Young
2023-07-23
llvm: convert inline assembly
Jacob Young
2023-07-23
llvm: convert attributes and non-intrinsic calls
Jacob Young
2023-07-21
llvm: fix building for 32-bit targets
Andrew Kelley
2023-07-20
llvm: cleanup LLVM IR dumping
Jacob Young
2023-07-20
llvm: add Builder trailing extra interface
Jacob Young
2023-07-19
llvm: fix bootstrap
Jacob Young
2023-07-19
llvm: fix various crashes
Jacob Young
2023-07-19
llvm: minor fixes
Jacob Young
2023-07-19
llvm: convert most instructions
Jacob Young
2023-07-19
llvm: convert cursor positioning
Jacob Young
2023-07-19
llvm: convert basic block creation
Jacob Young
2023-07-19
llvm: finish converting constants
Jacob Young
2023-07-19
llvm: cleanup management and implement more const functions
Jacob Young
[next]