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-02-21
Merge pull request #7960 from Luukdegram/wasm-extern
Veikka Tuominen
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
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-19
SPIR-V: Linking and codegen setup
Robin Voetter
2021-01-19
SPIR-V: Add generated specification
Robin Voetter
2021-01-18
update wasm backend to match new Module API
Andrew Kelley
2021-01-18
Merge pull request #7797 from Luukdegram/wasm-refactor
Andrew Kelley
2021-01-17
stage2 AArch64: add add/subtract (immediate) instructions
joachimschmidt557
2021-01-17
stage2 aarch64: add basic function pro/epilogue
Jakub Konka
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-16
stage2 ARM: add extra load/store instructions
joachimschmidt557
2021-01-16
stage2 AArch64: add very basic return values
joachimschmidt557
2021-01-16
Generate correct opcode for 'addGen' depending on type
Luuk de Gram
2021-01-16
Add tests and move tests to wasm's own file
Luuk de Gram
2021-01-15
Cleanup and 'add' instruction for bigger test area
Luuk de Gram
2021-01-15
stage2: refactor wasm backend - similar to the other backends
Luuk de Gram
2021-01-10
stage2: add support for loops in LLVM backend
Timon Kruiper
2021-01-09
Merge pull request #7725 from FireFox317/even-more-llvm
Andrew Kelley
2021-01-08
stage2: add initial impl of control flow in LLVM backend
Timon Kruiper
2021-01-07
remove z/Z format specifiers
Jonathan Marler
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: C backend: remove format() hackery
Andrew Kelley
2021-01-05
stage2: C backend: adjust spaces around functions
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
Remove some unwanted changes
LemonBoy
[next]