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-02-10
stage2: LLVM backend: make unnamed struct globals
Andrew Kelley
2022-02-09
stage2: implement all builtin floatops for f{16,32,64}
John Schmidt
2022-02-07
stage2: implement @sqrt for f{16,32,64}
John Schmidt
2022-02-07
Merge pull request #10803 from ziglang/decl-has-lib-name
Andrew Kelley
2022-02-06
stage2: add new Decl subtype, ExternFn
Jakub Konka
2022-02-05
stage2: add support for Nvptx target
gwenzek
2022-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-24
llvm backend: fix not updating map after deleting global
Andrew Kelley
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-20
stage2: implement tuples
Andrew Kelley
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-15
stage2: fix Decl garbage collection not marking enough
Andrew Kelley
2022-01-13
stage2: fix build on 32-bit ISAs
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-08
stage2: @errorName sema+llvm
Robin Voetter
2022-01-07
Fix llvmFieldIndex for zero sized fields
Jimmi Holst Christensen
2022-01-06
zig fmt
Andrew Kelley
2022-01-06
Sema: const inferred alloc infers comptime-ness
Andrew Kelley
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-03
stage2: introduce renameTmpIntoCache into the linker API
Andrew Kelley
2021-12-28
stage2: LLVM backend: fix lowering of union constants
Andrew Kelley
2021-12-27
stage2: LLVM backend: fix const packed structs
Andrew Kelley
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-24
stage2: LLVM: fix lowering of packed structs
Andrew Kelley
2021-12-23
stage2: initial implementation of packed structs
Andrew Kelley
2021-12-21
Sema: fix empty struct init
Andrew Kelley
2021-12-21
stage2: @shlWithOverflow
Robin Voetter
2021-12-21
stage2: @subWithOverflow
Robin Voetter
2021-12-21
stage2: make anyopaque sized
Robin Voetter
2021-12-21
stage2: @mulWithOverflow
Robin Voetter
2021-12-21
stage2: @returnAddress()
Robin Voetter
2021-12-21
stage2: @addWithOverflow
Robin Voetter
2021-12-03
stage2: use Target.Abi instead of introducing Target.TargetAbi
Andrew Kelley
2021-12-03
default mabi based on RISC-V extensions and -mabi build option
vole-dev
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-26
Sema: fix analyzeBlockBody logic
Andrew Kelley
2021-11-21
stage2: fix the build for 32-bit architectures
Andrew Kelley
2021-11-16
stage2: LLVM backend: memset to 0xaa for undefined stores
Andrew Kelley
2021-11-16
stage2: equality compare optional with non-optional
Andrew Kelley
2021-11-09
Sema: implement coerce_result_ptr for optionals
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-29
stage2: implement `@popCount` for non-vectors
Andrew Kelley
2021-10-28
C backend: implement trunc instruction
Andrew Kelley
2021-10-26
stage2 LLVM backend: fix bitcast
Andrew Kelley
2021-10-26
Sema: improved C pointers and casting
Andrew Kelley
[next]