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-09-08
llvm: handle pointers in packed structs in more places
Veikka Tuominen
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-09-03
stage2 llvm: improve handling of i128 on Windows C ABI
Veikka Tuominen
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-09-02
stage2 llvm: correct handling of zero-bit types in unionFieldPtr
Veikka Tuominen
2022-09-02
stage2 llvm: fix passing packed structs to callconv(.C) functions
Veikka Tuominen
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
stage2 llvm: use tag value instead of field index in airUnionInit
Veikka Tuominen
2022-08-30
Sema: improve handling of always_tail call modifier
Veikka Tuominen
2022-08-25
LLVM: fix missing alignment on wrapping instructions
Andrew Kelley
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-22
llvm: add valgrind client request integration for x86_64
Andrew Kelley
2022-08-22
Sema: allow optional pointers in packed structs
Veikka Tuominen
2022-08-21
Sema: handle union and enum field order being different
Veikka Tuominen
2022-08-19
LLVM: add DLL export attribute
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-18
LLVM: disable the ABI size safety check
Andrew Kelley
2022-08-18
stage2: agree with LLVM that `@alignOf(u128)` is 8
Andrew Kelley
2022-08-12
stage2: check for zero in `@intToError` safety
Veikka Tuominen
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-10
stage2 llvm: implement more C ABI
Veikka Tuominen
2022-08-10
LLVM: respect linksection for exported variables
Andrew Kelley
2022-08-10
stage2: Implement explicit backing integers for packed structs
Isaac Freund
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
2022-07-31
stage2 LLVM: Pass inline assembly outputs directly when not targeting memory
Cody Tapscott
2022-07-27
LLVM: fix returning extern union with C callconv
Andrew Kelley
2022-07-27
LLVM: fix lowering byte-aligned packed struct field pointers
Andrew Kelley
2022-07-26
LLVM: add probe-stack function attribute
Andrew Kelley
2022-07-25
wasm: Only allow lowering C-ABI compatible types
Luuk de Gram
2022-07-25
llvm: correctly lower c-abi for Wasm target
Luuk de Gram
2022-07-24
LLVM: notice the soft_float CPU feature
Andrew Kelley
2022-07-24
stage2: implement `noinline fn`
Meghan
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-23
Sema: bad union field access safety
Veikka Tuominen
2022-07-22
Merge pull request #12198 from Vexu/stage2
Andrew Kelley
2022-07-22
stage2: fix airIsErr when `is_ptr == true`
Veikka Tuominen
2022-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-20
stage2 llvm: fix handling of pointer fields in packed structs
Veikka Tuominen
2022-07-19
LLVM: change commentary on isByRef
Andrew Kelley
2022-07-19
LLVM: lower all error unions as byref=true
Andrew Kelley
2022-07-19
LLVM: lower all structs as byref=true
Andrew Kelley
2022-07-19
LLVM: lower optional types as byref=true
Andrew Kelley
2022-07-19
stage2: Change optional non-null field to i8
Cody Tapscott
2022-07-14
LLVM: disable the ABI size safety check
Andrew Kelley
2022-07-14
LLVM: fix ABI size of optional and error union types
Andrew Kelley
2022-07-14
Revert "stage2 llvm: Use unpacked struct for unions and arrays"
Andrew Kelley
2022-07-14
LLVM: add padding to optional types when lowering
Andrew Kelley
[next]