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
2021-04-04
LLVM sub-arch triple: remove TODO comment
Andrew Kelley
2021-04-02
stage2: progress towards basic structs
Andrew Kelley
2021-04-02
stage2 AArch64: Add ldrh and ldrb instructions
joachimschmidt557
2021-03-31
Merge pull request #8266 from ziglang/zir-memory-layout
Andrew Kelley
2021-03-31
stage2 AArch64: implement strb and strh
joachimschmidt557
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-23
stage2: handle void value in genRet in LLVM backend
Timon Kruiper
2021-03-23
stage2: rename fail to todo in LLVM backend
Timon Kruiper
2021-03-22
Fix getNot and add test cases
Luuk de Gram
2021-03-22
Implement more instructions for more control flow support
Luuk de Gram
2021-03-20
stage2: restructure LLVM backend
Timon Kruiper
2021-03-19
llvm backend: use new srcloc
jacob gw
2021-03-18
stage2: the code is compiling again
Andrew Kelley
2021-03-18
stage2: get Module and Sema compiling again
Andrew Kelley
2021-03-17
zld: use aarch64 for opcodes
Jakub Konka
2021-03-16
stage2 llvm bindings: use correct type for LLVMBool for ABI compat
Tadeo Kondrak
2021-03-14
stage2 llvm bindings: rename LLVMBool to Bool
Tadeo Kondrak
2021-03-08
stage2: error union payload must also be a valid variable type
Veikka Tuominen
2021-03-08
stage2 cbe: add error union and error union operations
jacob gw
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-03-08
stage2 cbe: errors
Veikka Tuominen
2021-03-08
stage2 cbe: regular optional types
Veikka Tuominen
2021-03-08
stage2 cbe: pointer like optionals
Veikka Tuominen
2021-03-06
stage2: implement var args
Veikka Tuominen
2021-03-02
stage2: add support for optionals in the LLVM backend
Timon Kruiper
2021-02-24
zig fmt src/
Andrew Kelley
2021-02-24
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-21
Merge pull request #7960 from Luukdegram/wasm-extern
Veikka Tuominen
2021-02-16
std: remove io.AutoIndentingStream
Isaac Freund
2021-02-09
stage2 ARM: fix callee_preserved_regs
joachimschmidt557
2021-02-05
Ensure function indices are correct and fix a memory leak
Luuk de Gram
2021-02-05
Create type declarations for extern functions and write the 'import' section
Luuk de Gram
2021-02-01
Merge pull request #7827 from Snektron/spirv-setup
Andrew Kelley
2021-02-01
Merge pull request #7895 from Luukdegram/wasm-control-flow
Andrew Kelley
2021-02-01
stage2: reimplement switch
Veikka Tuominen
2021-02-01
stage2 cbe: implement not and some bitwise ops
Veikka Tuominen
2021-02-01
stage2 cbe: implement switchbr
Veikka Tuominen
2021-02-01
stage2 cbe: block results
Veikka Tuominen
2021-02-01
stage2 cbe: condbr and breaks
Veikka Tuominen
2021-02-01
stage2 cbe: use AutoIndentingStream
Veikka Tuominen
2021-02-01
stage2 cbe: loop instruction
Veikka Tuominen
2021-01-26
Add tests, fix locals that are created in blocks like loops, and handle all b...
Luuk de Gram
2021-01-25
Merge pull request #7846 from LemonBoy/filtertest
Andrew Kelley
2021-01-24
Nested conditions and loops support
Luuk de Gram
2021-01-23
add LTO support
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-19
SPIR-V: Use free list for result id generation
Robin Voetter
2021-01-19
SPIR-V: OpMemoryModel and basic capability generation
Robin Voetter
2021-01-19
SPIR-V: Make emitting binary more efficient
Robin Voetter
[next]