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
2025-02-24
Merge pull request #22154 from alexrp/disable-intrinsics
Alex Rønne Petersen
2025-02-24
llvm: Fix C ABI integer promotion for loongarch64.
Alex Rønne Petersen
2025-02-23
cbe: Implement support for -fno-builtin and @disableIntrinsics().
Alex Rønne Petersen
2025-02-23
compiler: Implement @disableIntrinsics() builtin function.
Alex Rønne Petersen
2025-02-22
zig build fmt
Andrew Kelley
2025-02-23
Merge pull request #22903 from alexrp/llvm-nobuiltin-memcpy-inline
Alex Rønne Petersen
2025-02-22
llvm: Use inline variants of memcpy/memset intrinsics when using -fno-builtin.
Alex Rønne Petersen
2025-02-22
llvm.Builder: Update some intrinsic definitions for LLVM 19.
Alex Rønne Petersen
2025-02-21
fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile units
Xavier Bouchoux
2025-02-18
spirv: extend supported `c` constraint values
Ali Cheraghi
2025-02-18
spirv: ziggify and remove unknown spirv features
Ali Cheraghi
2025-02-18
spirv: respect cpu features
Ali Cheraghi
2025-02-18
spirv: cache more types & merge constructX functions
Ali Cheraghi
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.propeller1_sysv to propeller_sysv.
Alex Rønne Petersen
2025-02-17
std.builtin: Rename CallingConvention.wasm_watc to wasm_mvp.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-10
cbe: fix incomplete array element types
Jacob Young
2025-02-10
cbe: fix crash rendering argument names in lazy functions
Jacob Young
2025-02-10
cbe: emit linksection for `@export`
Jacob Young
2025-02-07
std.ArrayHashMap: popOrNul() -> pop()
Meghan Denny
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-31
Sema: introduce all_vector_instructions backend feature
Jacob Young
2025-01-30
compiler: add `intcast_safe` AIR instruction
mlugg
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-22
compiler: pass error return traces everywhere
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-19
llvm: convert `@divFloor` and `@mod` to forms llvm will recognize
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
rewrite wasm/Emit.zig
Andrew Kelley
2025-01-15
compiler: add type safety for export indices
Andrew Kelley
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-14
Sema: more validation for builtin decl types
mlugg
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-08
cbe: fix miscomps of x86_64 backend
Jacob Young
2025-01-05
Added support for thin lto
Travis Lange
2025-01-05
compiler: slightly simplify builtin decl memoization
mlugg
2025-01-04
incremental: new `AnalUnit` to group dependencies on `std.builtin` decls
mlugg
2024-12-27
llvm: fix UB in metadata printer
David Rubin
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
[next]