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-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
2024-03-25
Merge pull request #19414 from mlugg/comptime-mutable-memory-yet-again
Andrew Kelley
2024-03-25
llvm: update current debug location scope when entering debug scope
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-19
Merge pull request #19337 from Snektron/spirv-globals
Robin Voetter
2024-03-18
spirv: fix optional comparison
Robin Voetter
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-03-18
spirv: add zig-specific ext inst
Robin Voetter
2024-03-18
spirv: make IdResult an enum
Robin Voetter
2024-03-18
spirv: update assembler with new spec
Robin Voetter
2024-03-18
spirv: update spec to SPIRV-Headers/8b246ff
Robin Voetter
2024-03-18
Merge pull request #19334 from antlilja/llvm-fast-math
Veikka Tuominen
2024-03-17
cbe: rework StringLiteral to decide between string literal or array initializ...
kcbanner
2024-03-17
Merge pull request #19333 from Vexu/fixes
Andrew Kelley
2024-03-17
Merge pull request #19323 from jacobly0/rm-fn-type-align
Andrew Kelley
2024-03-17
LLVM: Use fast math when requested
antlilja
2024-03-17
LLVM: Fix incorrect fast constant in FastMath packed struct
antlilja
2024-03-17
LLVM: Fix reaching unreachable code when emitting fast call
antlilja
2024-03-17
Revert "spirv: merge `construct(Struct/Vector/Array)` into `constructComposite`"
Robin Voetter
2024-03-17
Sema: fix spurious type has no namespace error
Veikka Tuominen
2024-03-17
LLVM lowerDebugType: Lower union types without a layout into an empty namespace
Anton Lilja
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
Fix incorrectly resolved merge conflicts
mlugg
2024-03-06
compiler: namespace type equivalence based on AST node + captures
mlugg
2024-03-06
InternPool: create specialized functions for loading namespace types
mlugg
2024-03-02
Merge pull request #19152 from antlilja/llvm-broken-debug
Andrew Kelley
2024-03-02
Air: replace `.dbg_inline_*` with `.dbg_inline_block`
Jacob Young
2024-03-02
LLVM: Fail to emit if LLVM encounters broken debug info
antlilja
[next]