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-18
Merge pull request #15302 from jacobly0/x86_64-non-liveness
Andrew Kelley
2023-04-17
x86_64: clean up formatting functions for Instruction and Operand
Jakub Konka
2023-04-16
x86_64: implement packed load and store
Jacob Young
2023-04-16
x86_64: fix overflow of extended multiply
Jacob Young
2023-04-16
x86_64: fix @clz direction
Jacob Young
2023-04-15
x86_64: fix loading/storing pointers from linker deferred memory locations
Jakub Konka
2023-04-15
x86_64: cleanup different memory load types
Jakub Konka
2023-04-15
x86_64: split MCValue.tlv_reloc into .load_tlv and .lea_tlv
Jakub Konka
2023-04-13
Merge pull request #15185 from ziglang/macho-tls
Jakub Konka
2023-04-13
Merge pull request #15257 from Luukdegram/wasm-tagname
Luuk de Gram
2023-04-13
x86_64: make TLV a separate MCValue
Jakub Konka
2023-04-13
x86_64: fix load() and store() to accommodate TLV
Jakub Konka
2023-04-13
x86_64: emit pointer to TLV for macho
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-13
x86_64: remove loadMemPtrIntoRegister() now redundant
Jakub Konka
2023-04-13
x86_64: simplify genInlineMemset() when setting value in memory
Jakub Konka
2023-04-13
x86_64: simplify genInlineMemcpy() when copying from memory
Jakub Konka
2023-04-13
x86_64: simplify genSetStack() when storing value from memory
Jakub Konka
2023-04-13
x86_64: simplify genSetStackArg() when storing value from memory
Jakub Konka
2023-04-13
x86_64: simplify isNull() when loading optional from memory
Jakub Konka
2023-04-13
x86_64: simplify airArrayElemVal() when pulling array from memory
Jakub Konka
2023-04-13
x86_64: simplify genBinOp() and genBinOpMir() when modifying value in memory
Jakub Konka
2023-04-13
x86_64: simplify genUnOpMir() when modifying value in memory
Jakub Konka
2023-04-13
x86_64: simplify store() logic when ptr is in memory
Jakub Konka
2023-04-13
x86_64: simplify store() logic when value is in memory
Jakub Konka
2023-04-13
x86_64: remove loadMemPtrIntoRegister in genSetReg
Jakub Konka
2023-04-13
x86_64: fix clz miscompile
Jacob Young
2023-04-13
x86_64: fix constant pointers to zero-bit types
Jacob Young
2023-04-13
x86_64: fix atomic loop implementation
Jacob Young
2023-04-13
x86_64: fix some of the mass confusion about the meaning of `MCValue`
Jacob Young
2023-04-12
wasm: make tagName null-terminated
Luuk de Gram
2023-04-12
wasm: generate unnamed constant for tag
Luuk de Gram
2023-04-12
wasm: generate function to get tag name
Luuk de Gram
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
[next]