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
2024-02-21
Add LLVM bindings for parsing LLVM bitcode
antlilja
2024-02-21
LLVM Builder: Add debug locations to instructions
antlilja
2024-02-21
LLVM Builder: Add debug/metadata system
antlilja
2024-02-21
LLVM: Add toBitcode to Builder
antlilja
2024-02-21
LLVM IR specific bitcode
antlilja
2024-02-21
Add LLVM bitcode writer
antlilja
2024-02-21
LLVM Builder: Add dbg.declare and dbg.value intrinsics
antlilja
2024-02-21
LLVM Builder: Add integer values to more enums fields
antlilja
2024-02-21
Fix FastMath packed struct
antlilja
2024-02-21
Added value_indices and valueIndex to Function
antlilja
2024-02-21
Made .block = false in WipFunction.hasResultWip
antlilja
2024-02-21
Builder: Add function_attributes_set
antlilja
2024-02-21
Added opcode functions to Instruction/Constant.Tag
antlilja
2024-02-21
Added values to AtomicRmw.Operation enum fields
antlilja
2024-02-21
Fixed values in AtomicOrdering enum
antlilja
2024-02-21
LLVM Builder: Add toLlvm helper to Alignment
antlilja
2024-02-21
LLVM Builder: Add strtab helper to String
antlilja
2024-02-21
LLVM Builder: Make Type.Simple reflect LLVM codes
antlilja
2024-02-21
LLVM: Assign correct values to enum/union tags
antlilja
2024-02-06
Builder: fix memory leaks
Jacob Young
2024-02-04
x86_64: fix errors compiling the compiler
Jacob Young
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
[prev]
[next]