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.zig
Age
Commit message (
Expand
)
Author
2023-11-12
rework memory management of Module.Namespace hash maps
Andrew Kelley
2023-11-10
llvm: workaround SROA misoptimizations in LLVM
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-26
link: support exporting constant values without a Decl
Andrew Kelley
2023-10-24
InternPool: remove runtime_value representation
mlugg
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-21
migrate make_ptr_const to new anonymous decl mechanism
Andrew Kelley
2023-10-15
spirv: anon decl refs
Robin Voetter
2023-10-14
LLVM: work around `@floatFromInt` bug
Andrew Kelley
2023-10-13
llvm: fix incorrect file paths in debug info
Andrew Kelley
2023-10-09
Merge pull request #17391 from xxxbxxx/load-i4
Andrew Kelley
2023-10-08
more fixes related to previous commits Package/Module API
Andrew Kelley
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-08
codegen/llvm: add workarounds to loadTruncate() for llvm codegen bugs
Xavier Bouchoux
2023-10-08
codegen/llvm: truncate padding bits when loading a non-byte-sized value
Xavier Bouchoux
2023-10-08
llvm: fix load of packed struct that was initialized through pointers
Jacob Young
2023-10-04
comp: add support for -fdata-sections
Jakub Konka
2023-10-03
compiler: start handling anonymous decls differently
Andrew Kelley
2023-10-03
llvm: remove extra copy of wrapped payloads
ocrap7
2023-10-03
Merge pull request #17375 from xxxbxxx/packed-struct
Andrew Kelley
2023-10-03
Merge pull request #17341 from rzezeski/illumos-updates
Andrew Kelley
2023-10-03
codegen: fix byte-aligned field offsets in unaligned nested packed structs
Xavier Bouchoux
2023-10-03
codegen: fix field offsets in packed structs
Xavier Bouchoux
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
2023-09-21
LLVM: fix UAF when lowering debug info for structs
Andrew Kelley
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-21
compiler: get codegen of behavior tests working on at least one backend
mlugg
2023-09-21
fix regressions from this branch
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-19
llvm: update riscv floating-point c abi for LLVM 17
Jacob Young
2023-09-19
llvm: update data layout computation to LLVM 17
Jacob Young
2023-09-19
llvm: update address space definitions to LLVM 17
Jacob Young
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-18
LLVM: cache LLVM struct field indexes
Andrew Kelley
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-08-28
llvm/cbe: support slice in `@prefetch`
Jacob Young
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-08-08
llvm: force strip without libllvm to avoid unimplemented behavior
Jacob Young
2023-08-08
llvm: remove dependence on llvm data layout alignment
Jacob Young
2023-08-08
llvm: fix alias issues
Jacob Young
2023-08-08
llvm: finish converting globals
Jacob Young
[next]