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-01-31
move compiler's CType logic to std.Target
Andrew Kelley
2023-01-22
llvm: implement explicit Win64 and SysV calling conventions
Veikka Tuominen
2023-01-20
Merge pull request #14357 from kcbanner/llvm_byval_struct
Veikka Tuominen
2023-01-19
llvm: implement Stdcall return types
Veikka Tuominen
2023-01-19
llvm: pass non-scalars as byref in .Stdcall
kcbanner
2023-01-17
windows x86_64 C ABI: pass byref structs as byref_mut
Veikka Tuominen
2023-01-17
llvm: do not offset packed struct field pointers if they have a host size
Veikka Tuominen
2023-01-16
Sema: automatically optimize order of struct fields
Veikka Tuominen
2023-01-14
llvm: correctly handle C ABI structs with f32/f64 alignment differences
Veikka Tuominen
2023-01-14
add C ABI tests for exotic float types
Veikka Tuominen
2023-01-10
Fixes bug in AVR codegen for llvm backend
Felix "xq" Queißner
2023-01-05
llvm codegen: fix f16,f32,f64 nan bitcasts
Michael Dusan
2023-01-04
Sema: implement AVR address spaces
Maciej 'vesim' Kuliński
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-30
llvm: do not pad vector element debug types
Veikka Tuominen
2022-12-30
llvm: work around lldb bugs
Veikka Tuominen
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-27
llvm: add asserts and behavior tests for #14063
Jacob Young
2022-12-27
llvm: cleanup code no longer needed with opaque pointers
Jacob Young
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-20
Merge pull request #14004 from Vexu/packed-struct-vector
Veikka Tuominen
2022-12-19
llvm: handle vectors in packed structs
Veikka Tuominen
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
[next]