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
2024-05-09
llvm: always include debug information for global variables
Pyry Kovanen
2024-05-09
codegen/llvm: handle missing Apple targets
Jakub Konka
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-08
LLVM: zeroext/signext does happen on macos
Andrew Kelley
2024-05-08
LLVM: fix x86 and x86_64 datalayout string calculation
Andrew Kelley
2024-05-08
add a debug subcommand for printing LLVM integer type alignment
Andrew Kelley
2024-05-08
LLVM backend: no more signext on aarch64
Andrew Kelley
2024-05-08
x86_64 sysv C ABI: fix f128 param and return types
Andrew Kelley
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-08
add detect-cpu subcommand for debugging CPU features
Andrew Kelley
2024-05-08
LLVM 18 update: avoid passing vectors sometimes
Andrew Kelley
2024-05-08
LLVM 18 std lib updates and fixes
Andrew Kelley
2024-05-08
update for LLVM 18 new target data
Andrew Kelley
2024-05-04
InternPool: eliminate `var_args_param_type`
mlugg
2024-05-02
LLVM: Fix panic when using tagged union backed by enum with negative values
Anton Lilja
2024-04-30
cbe: fix ub with integer `@abs`
Jacob Young
2024-04-30
C backend: avoid memcpy when len=0
Andrew Kelley
2024-04-28
Sema+llvm: properly implement `Interrupt` callconv
Julian
2024-04-25
LLVM: Remove deprecated or soon to be deprecated constant expressions
antlilja
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-04-22
x86_64: fix C abi for unions
Jacob Young
2024-04-19
llvm: fix debug info when running tests
Jacob Young
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-04-08
InternPool: remove slice from byte aggregate keys
Jacob Young
2024-04-08
cbe: fix struct field location computation
Jacob Young
2024-04-08
cbe: remove threadlocal variables in single threaded mode
Jacob Young
2024-04-06
Merge pull request #19562 from Snektron/spirv-remove-cache
Andrew Kelley
2024-04-06
Builder: fix encoding big integers in bitcode
Jacob Young
2024-04-06
LLVM Builder: Emit binary op optional flags for exact and no wrap
antlilja
2024-04-06
spirv: yeet cache
Robin Voetter
2024-04-06
spirv: remove cache usage from assembler
Robin Voetter
2024-04-06
spirv: remove cache usage for types
Robin Voetter
2024-04-06
spirv: remove cache usage for constants
Robin Voetter
2024-04-06
spirv: id range helper
Robin Voetter
2024-04-06
spirv: implement `@mulWithOverflow`
Ali Chraghi
2024-04-06
spirv: OpExtInstImport in assembler
Ali Chraghi
2024-04-06
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi
2024-04-05
spirv: make behavior tests passing
Ali Chraghi
2024-04-01
Merge pull request #19490 from Snektron/spirv-dedup
Robin Voetter
2024-03-30
cbe: fix uncovered bugs
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-30
cbe: fix bugs revealed by an upcoming commit
Jacob Young
2024-03-30
spirv: clz, ctz for opencl
Robin Voetter
2024-03-26
compiler: eliminate TypedValue
mlugg
2024-03-26
compiler: eliminate most usages of TypedValue
mlugg
2024-03-26
Zcu.Decl: replace `typedValue` with `valueOrFail`
mlugg
2024-03-26
Zcu: eliminate `Decl.alive` field
mlugg
2024-03-26
compiler: eliminate legacy Value representation
mlugg
2024-03-26
Zcu.Decl: remove `ty` field
mlugg
[next]