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
/
arch
Age
Commit message (
Expand
)
Author
2023-04-07
Fix 32-bit compile errors
Auguste Rame
2023-04-07
Handle compile time case for vector element access using lane access
Auguste Rame
2023-04-07
Finish shuffle, fix arrayElemVal for vectors
Auguste Rame
2023-04-07
Make airShuffle work for unrolled
Auguste Rame
2023-04-07
Merge pull request #14668 from Techatrix/wasm-floatops
Luuk de Gram
2023-04-07
Merge pull request #15195 from mlugg/fix/liveness-loop-defer-deaths
Andrew Kelley
2023-04-07
Make self-hosted wasm @returnAddress return 0
Auguste Rame
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-04-03
x86_64: implement cmp_lt_errors_len
Jacob Young
2023-04-03
x86_64: fix typos
Jacob Young
2023-04-03
x86_64: canonicalise loops
Jacob Young
2023-04-03
x86_64: implement store to immediate address
Jacob Young
2023-04-03
x86_64: implement storing large immediates
Jacob Young
2023-04-03
x86_64: implement a more generic assembler for inline assembly
Jacob Young
2023-04-02
x86_64: implement shl with overflow
Jacob Young
2023-04-02
x86_64: implement large add/sub with overflow
Jacob Young
2023-04-02
x86_64: implement wide multiply
Jacob Young
2023-04-02
x86_64: implement struct_field_val for large packed structs
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-04-02
x86_64: implement calling var args functions
Jacob Young
2023-04-02
x86_64: implement aggregate init of a packed struct
Jacob Young
2023-03-30
new builtins: @workItemId, @workGroupId, @workGroupSize
Robin Voetter
2023-03-28
link: pass expected lib name as hint in getGlobalSymbol()
Jakub Konka
2023-03-27
x86_64: cleanup debug mir dumping
Jacob Young
2023-03-27
x86_64: fix popcnt and disable regressed test
Jacob Young
2023-03-27
x86_64: implement trunc with large source
Jacob Young
2023-03-27
x86_64: fix 64-bit multiply by 32-bit immediate
Jacob Young
2023-03-27
x86_64: implement some binary ops for large values
Jacob Young
2023-03-27
x86_64: add live codegen debug
Jacob Young
2023-03-27
x86_64: factor out lowering from emitting
Jacob Young
2023-03-27
x86_64: enable mem dst bin ops, and fix uncovered bugs
Jacob Young
2023-03-26
wasm: implement float operations with compiler-rt
Techatrix
2023-03-25
x86_64: remove unused Mir encodings
Jacob Young
2023-03-25
x86_64: implement teb inline assembly for windows
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-25
x86_64: fix cmpxchg
Jacob Young
2023-03-25
x86_64: implement 128-bit intcast
Jacob Young
2023-03-25
x86_64: implement 128-bit shifts
Jacob Young
2023-03-25
x86_64: implement large ptr_elem_val
Jacob Young
2023-03-25
x86_64: implement struct_field_val for packed containers
Jacob Young
2023-03-25
x86_64: implement struct_field_ptr for packed containers
Jacob Young
2023-03-25
x86_64: implement saturating arithmetic
Jacob Young
2023-03-24
x86_64: add back assume unused
Jacob Young
2023-03-24
x86_64: detect canonicalisation hazards
Jacob Young
2023-03-24
x86_64: try to fix br canonicalization
Jacob Young
2023-03-24
x86_64: canonicalize each br of a block
Jacob Young
2023-03-24
x86_64: fix block result value tracking
Jacob Young
2023-03-24
x86_64: fix more value tracking bugs
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
[next]