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
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
2021-10-25
Merge pull request #10034 from Snektron/stage2-slice
Andrew Kelley
2021-10-26
stage2: runtime c pointer null comparison
Robin Voetter
2021-10-25
Merge pull request #9874 from leecannon/frame_pointer
Andrew Kelley
2021-10-25
stage2: generate correct constants for zero-sized arrays
Robin Voetter
2021-10-24
stage1/stage2: Simplify divTrunc impl
LemonBoy
2021-10-23
stage2: implement more C pointer Sema and comptime ptr arith
Andrew Kelley
2021-10-22
stage2: LLVM backend: fix optional_payload instructions
Andrew Kelley
2021-10-22
stage2: slice and alignment fixes
Andrew Kelley
2021-10-22
Sema: fix a couple use-after-free bugs
Andrew Kelley
2021-10-21
stage2: LLVM backend: add a missing setUnnamedAddr
Andrew Kelley
2021-10-21
stage2: more division support
Andrew Kelley
2021-10-21
stage2: elemPtr for slices
Robin Voetter
2021-10-21
stage2: remove ptr_ptr_elem_val and ptr_slice_elem_val
Robin Voetter
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-20
stage2: LLVM backend: fix decls sometimes not marked alive
Andrew Kelley
2021-10-20
stage2: fix inline assembly with expression output
Andrew Kelley
2021-10-20
stage2: LLVM backend: implement switch_br
Andrew Kelley
2021-10-19
stage2: implement union member access as enum tag
Andrew Kelley
2021-10-20
stage2: union field value
Robin Voetter
2021-10-20
stage2: air ptr_slice_len_ptr and ptr_slice_ptr_ptr
Robin Voetter
2021-10-19
macho: fix LLVM codepaths in self-hosted linker
Jakub Konka
2021-10-17
Merge pull request #9960 from Snektron/bit-not
Andrew Kelley
2021-10-17
stage2: LLVM backend: lower constant field/elem ptrs
Andrew Kelley
2021-10-17
stage2: fix handling of error unions as return type
Andrew Kelley
2021-10-17
stage2: implement error wrapping
Andrew Kelley
2021-10-17
stage2: vector constants
Robin Voetter
2021-10-17
stage2: array->vector coercion
Robin Voetter
2021-10-16
stage2 codegen
Lee Cannon
2021-10-16
stage2 - add llvm bindings to create attributes with string values
Lee Cannon
2021-10-16
stage2: fixes to extern variables
Andrew Kelley
2021-10-15
stage2: optional comparison and 0-bit payloads
Andrew Kelley
2021-10-15
stage2: make hasCodeGenBits() always true for pointers
Andrew Kelley
2021-10-14
stage2: LLVM backend: implement `wrap_optional` AIR
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-13
stage2: improve handling of 0-bit types and arrays
Andrew Kelley
[next]