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
2022-12-18
codegen: fix taking the address of a zero-bit field in a zero-bit struct
Jacob Young
2022-12-18
llvm: fix use of invalid alignment
Jacob Young
2022-12-18
llvm: avoid creating an invalid llvm type
Jacob Young
2022-12-18
llvm: fix lowering pointer to final zero-width field of a comptime value
Jacob Young
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-17
zig fmt: fix extra whitespace with multiline strings
yujiri8
2022-12-16
codegen - lower str_lit to vector
Travis Staloch
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-09
llvm: resolve all relative paths when creating DIFiles
Jakub Konka
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-04
CBE and LLVM: handle unused try instructions
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-11-30
llvm: make debuggers actually usable
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-30
LLVM: fix canElideLoad behavior with loops
Andrew Kelley
2022-11-29
llvm: implement `union_init` for packed unions
Veikka Tuominen
2022-11-28
llvm: improve emitted debug info
Veikka Tuominen
2022-11-25
Merge pull request #13627 from Vexu/tuple-decls
Andrew Kelley
2022-11-23
Sema: implement tuple declarations
Veikka Tuominen
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-21
Merge pull request #13292 from mitchellh/valgrind-arm64
Andrew Kelley
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-20
llvm: aarch64 C ABI: pass byref params as mutable pointers
Veikka Tuominen
2022-11-20
llvm: use alignment of ABI return type when it differs from raw return type
Veikka Tuominen
2022-11-20
compute LLVMTypes in ParamTypeIterator (#13592)
Guillaume Wenzek
2022-11-19
LLVM: add valgrind integration for x86 and aarch64
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-16
Sema+llvm: improve handling of namespace-like unions
Veikka Tuominen
2022-11-16
llvm: implement arbitrary precision debug enumerators
Veikka Tuominen
2022-11-12
llvm: check that tuple fields have runtime bits
Veikka Tuominen
2022-11-12
llvm: correctly lower references to generic functions
Veikka Tuominen
2022-11-11
llvm: correct calculation of index of zero-bit field
Veikka Tuominen
2022-11-11
llvm: fix leaks of fully qualified names
Veikka Tuominen
2022-11-11
stage2: Support modifiers in inline asm
Cody Tapscott
2022-11-10
stage2 llvm: Elide more loads
Cody Tapscott
2022-11-10
stage2: Be more strict about eliding loads
Cody Tapscott
2022-11-09
llvm: implement packed unions
Veikka Tuominen
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-02
Merge pull request #13396 from Luukdegram/fix-12880
Andrew Kelley
2022-11-02
stage2 llvm: Respect alignment for `.union_init`
Cody Tapscott
2022-11-01
llvm: mangle extern Wasm functions
Luuk de Gram
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-27
llvm: pass optional slices like regular slices
Veikka Tuominen
2022-10-27
llvm: do not return undefined pointers from array_to_slice
Veikka Tuominen
2022-10-27
llvm: handle namespace like packed structs
Veikka Tuominen
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-23
Merge pull request #13251 from Vexu/c-abi
Andrew Kelley
[next]