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-06-10
stage2: move undef, unreach, null values to InternPool
Andrew Kelley
2023-06-10
stage2: move many Type encodings to InternPool
Andrew Kelley
2023-06-10
stage2: move all integer types to InternPool
Andrew Kelley
2023-06-10
Type.isSlice: make it InternPool aware
Andrew Kelley
2023-06-10
stage2: move most simple values to InternPool
Andrew Kelley
2023-06-10
stage2: move most simple types to InternPool
Andrew Kelley
2023-06-10
stage2: move named int types to InternPool
Andrew Kelley
2023-06-10
stage2: move float types to InternPool
Andrew Kelley
2023-06-10
InternPool: implement isSinglePointer
Andrew Kelley
2023-06-10
stage2: add `interned` AIR tag
Andrew Kelley
2023-06-10
stage2: start the InternPool transition
Andrew Kelley
2023-06-06
llvm: stop generating FPU code if there is no FPU
David Gonzalez Martin
2023-05-30
spirv: eliminate remaining uses of emitConstant
Robin Voetter
2023-05-30
spirv: rename TypeConstantCache -> Cache
Robin Voetter
2023-05-30
spirv: translate remaining types
Robin Voetter
2023-05-30
spirv: translate remaining types
Robin Voetter
2023-05-30
spirv: cache strings for debug names
Robin Voetter
2023-05-30
spirv: translate structs to cache key
Robin Voetter
2023-05-30
spirv: translate vectors to cache key
Robin Voetter
2023-05-30
spirv: cache pointers
Robin Voetter
2023-05-30
spirv: cache function prototypes
Robin Voetter
2023-05-30
spirv: cache for ints
Robin Voetter
2023-05-30
spirv: cache for floats
Robin Voetter
2023-05-30
spirv: basic setup for using new type constant cache
Robin Voetter
2023-05-30
spirv: TypeConstantCache
Robin Voetter
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-25
llvm: fix vector type in vector_store_elem
Veikka Tuominen
2023-05-23
std.sort: add pdqsort and heapsort
Ali Chraghi
2023-05-23
Merge pull request #15235 from Vexu/safety
Veikka Tuominen
2023-05-22
llvm: also generate metadata for extern global variables
Tw
2023-05-20
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley
2023-05-20
spirv: make constant handle float, errorset, errorunion
Robin Voetter
2023-05-20
spirv: don't generate union tag type if it doesnt exist
Robin Voetter
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: ptr_sub
Robin Voetter
2023-05-20
spirv: pointer bitcasting
Robin Voetter
2023-05-20
spirv: lower integer pointer constants
Robin Voetter
2023-05-20
spirv: ptr_add
Robin Voetter
2023-05-20
spirv: use extractField more
Robin Voetter
2023-05-20
spirv: fix some (Ptr)AccessChain uses
Robin Voetter
2023-05-20
spirv: dont use OpIAddCarry
Robin Voetter
2023-05-20
spirv: use intInfo instead of arithmeticTypeInfo in airIntCast
Robin Voetter
2023-05-20
spirv: implement pointer comparison in for air cmp
Robin Voetter
2023-05-20
spirv: lower get_union_tag
Ali Chraghi
2023-05-16
add runtime safety for noreturn function returning
Veikka Tuominen
2023-05-15
spirv: lower ptrtoint & ignore dbg_inline instructions
Ali Chraghi
2023-05-15
spirv: implement arithmeticTypeInfo for Enum (`@intToEnum`)
Ali Chraghi
2023-05-15
spirv: lower float_to_int and int_to_float
Ali Chraghi
2023-05-12
Merge pull request #15240 from Snektron/spirv-basic
Andrew Kelley
2023-05-12
Optimize access of array member in a structure.
shwqf
[next]