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
Age
Commit message (
Expand
)
Author
2022-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
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-11-16
stage2: equality compare optional with non-optional
Andrew Kelley
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-20
stage2: LLVM backend: implement switch_br
Andrew Kelley
2021-10-17
stage2: vector constants
Robin Voetter
2021-10-17
stage2: array->vector coercion
Robin Voetter
2021-10-16
stage2 - add llvm bindings to create attributes with string values
Lee Cannon
2021-10-15
stage2: make hasCodeGenBits() always true for pointers
Andrew Kelley
2021-10-14
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley
2021-10-14
stage2: improved union support
Andrew Kelley
2021-10-12
stage2: fix comptime stores and sentinel-terminated arrays
Andrew Kelley
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-10-05
stage2: LLVM backend: miscompilation fixes
Andrew Kelley
2021-09-30
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-29
stage2: LLVM backend: properly set module target data
Andrew Kelley
2021-09-29
stage2: LLVM backend: implement struct type fwd decls
Andrew Kelley
2021-09-28
stage2: implement `@clz` and `@ctz`
Andrew Kelley
2021-09-28
saturating arithmetic modifications
Andrew Kelley
2021-09-28
sat-arithmetic: add operator support
Travis Staloch
2021-09-24
stage2: implement `@memset` and `@memcpy` builtins
Andrew Kelley
2021-09-23
stage2: LLVM backend: improved naming and exporting
Andrew Kelley
2021-09-23
stage2: prepare for building freestanding libc
Andrew Kelley
2021-09-21
stage2: progress towards ability to compile compiler-rt
Andrew Kelley
2021-09-20
Merge branch 'address-space' of Snektron/zig into Snektron-address-space
Andrew Kelley
2021-09-20
stage2: implement comptime `@atomicRmw`
Andrew Kelley
2021-09-20
Address Spaces: Restructure llvmAddressSpace a bit
Robin Voetter
2021-09-20
Address Spaces: Implement in LLVM codegen
Robin Voetter
2021-09-20
Address Spaces: Chaining tests
Robin Voetter
2021-09-16
stage2: implement `@setAlignStack` and 128-bit cmpxchg
Andrew Kelley
2021-09-15
stage2: implement `@atomicRmw` and `@atomicLoad`
Andrew Kelley
2021-09-15
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-09-15
stage2: implement `@fence`
Andrew Kelley
2021-09-14
stage2: implement cmpxchg and improve comptime eval
Andrew Kelley
2021-09-13
stage2: add array_to_slice AIR instruction
Andrew Kelley
2021-08-31
stage2: update LLVM backend to for LLVM 13
Andrew Kelley
2021-08-31
Merge pull request #9655 from nektro/stage2-rem
Andrew Kelley
2021-08-31
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-31
stage2: only initialize the llvm backend for the target we are building (#9659)
Meghan
2021-08-30
stage2: implement runtime `%` and `@rem`
Meghan Denny
2021-08-28
Merge remote-tracking branch 'origin/master' into llvm13
Andrew Kelley
2021-08-19
stage2: implement shr and boilerplate for shl
Jacob G-W
2021-08-16
update src/ to LLVM 13 rc1 API
Andrew Kelley
[next]