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
Age
Commit message (
Expand
)
Author
2023-09-21
InternPool,Sema,type,llvm: alignment fixes
mlugg
2023-09-21
compiler: get codegen of behavior tests working on at least one backend
mlugg
2023-09-21
fix regressions from this branch
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-19
llvm: update riscv floating-point c abi for LLVM 17
Jacob Young
2023-09-19
llvm: update data layout computation to LLVM 17
Jacob Young
2023-09-19
llvm: update address space definitions to LLVM 17
Jacob Young
2023-09-19
Builder: further constant select cleanup
Jacob Young
2023-09-19
LLVM: update backend to LLVM 17
Andrew Kelley
2023-09-19
LLVM 17 std lib updates and fixes
Andrew Kelley
2023-09-19
update for LLVM 17 new target data
Andrew Kelley
2023-09-18
LLVM: cache LLVM struct field indexes
Andrew Kelley
2023-09-12
InternPool: prevent anon struct UAF bugs with type safety
Andrew Kelley
2023-08-28
llvm/cbe: support slice in `@prefetch`
Jacob Young
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-20
Revert "llvm: fix bootstrap"
Jacob Young
2023-08-20
cbe: elide block result allocation for 0-bit types
mlugg
2023-08-18
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul
2023-08-17
InternPool: safer enum API
Andrew Kelley
2023-08-15
InternPool: preserve indices of builtin types when resolved
mlugg
2023-08-13
cmake: fix auto-detection of various host targets
Jacob Young
2023-08-09
llvm: enable even without libllvm linked
Jacob Young
2023-08-08
llvm: force strip without libllvm to avoid unimplemented behavior
Jacob Young
2023-08-08
llvm: remove dependence on llvm data layout alignment
Jacob Young
2023-08-08
llvm: fix alias issues
Jacob Young
2023-08-08
llvm: finish converting globals
Jacob Young
2023-08-08
Builder: fix enough bugs to pass the behavior tests
Jacob Young
2023-08-08
llvm: cleanup even more unused LLVM API bindings
Jacob Young
2023-08-08
llvm: finish converting instructions
Jacob Young
2023-08-08
llvm: finish converting intrinsics
Jacob Young
2023-08-08
llvm: convert vector reduction intrinsics
Jacob Young
2023-08-08
Builder: simplify intrinsic table
Jacob Young
2023-08-08
llvm: finish converting attributes to use Builder and the C LLVM API
Jacob Young
2023-08-08
llvm: convert intrinsics to using `Builder`
Jacob Young
2023-08-08
Builder: fix builtin pseudo-instruction dumping
Jacob Young
2023-08-08
Builder: fix attribute spacing
Jacob Young
2023-08-05
Merge pull request #16705 from antlilja/builder-intrinsics
Jacob Young
2023-08-05
llvm: add const addrspace cast
Robin Voetter
2023-08-06
Use new LLVM IR builder API in bit op lowering
antlilja
2023-08-06
Implement bitop intrinsics in new LLVM IR builder
antlilja
2023-08-06
Use new LLVM builder API in buildFloatOP
antlilja
2023-08-06
Implement fp intrinsics in new LLVM IR builder
antlilja
2023-08-05
cbe: don't emit traps in naked functions
Jacob Young
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-29
Merge pull request #16611 from xxxbxxx/packed-struct
Jacob Young
2023-07-29
llvm: support read-write output constraints in assembly
Jacob Young
2023-07-29
codegen: fix access to byte-aligned nested packed struct elems
Xavier Bouchoux
2023-07-29
llvm: partial fix of store undefined to packed result location
Xavier Bouchoux
[next]