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.zig
Age
Commit message (
Expand
)
Author
2021-04-17
stage2 codegen: Fix silent bug in reuseOperand
joachimschmidt557
2021-04-11
stage2 ARM: Add fibonacci test
joachimschmidt557
2021-04-11
stage2 codegen: Set MCValue of register arguments to their stack copy
joachimschmidt557
2021-04-09
Merge pull request #8470 from ziglang/stage2-start
Andrew Kelley
2021-04-08
stage2: simplify Decl src_node field
Andrew Kelley
2021-04-08
Merge pull request #8464 from gracefuu/grace/wasm-ops
Andrew Kelley
2021-04-08
stage2: Add .div to ir.zig
gracefu
2021-04-07
stage2 regalloc: Add unit test for getReg
joachimschmidt557
2021-04-06
stage2 regalloc: Add getReg and getRegWithoutTracking
joachimschmidt557
2021-04-02
stage2 AArch64: Add ldrh and ldrb instructions
joachimschmidt557
2021-04-02
stage2 register_manager: Add unit tests for tryAllocReg and allocReg
joachimschmidt557
2021-04-02
stage2 codegen: Extract register management code into separate file
joachimschmidt557
2021-04-01
stage2: implement structs in the frontend
Andrew Kelley
2021-03-31
Merge pull request #8266 from ziglang/zir-memory-layout
Andrew Kelley
2021-03-31
Sema: implement switch validation for ranges
Andrew Kelley
2021-03-31
stage2 codegen: Make sure function return value is in a callee
joachimschmidt557
2021-03-31
stage2 AArch64: implement strb and strh
joachimschmidt557
2021-03-28
stage2: implement sema for @errorToInt and @intToError
jacob gw
2021-03-18
stage2: codegen: update asm IR to new names
Andrew Kelley
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-18
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-17
stage2: Module and Sema are compiling again
Andrew Kelley
2021-03-17
macho: offset table part of GOT
Jakub Konka
2021-03-17
macho: apply some renames to bring closer to zld
Jakub Konka
2021-03-11
Merge pull request #7934 from Vexu/stage2-cbe
Andrew Kelley
2021-03-11
stage2 tzir: Add wrapping integer arithmetic instructions
joachimschmidt557
2021-03-08
cbe: add error comparison support
jacob gw
2021-03-02
stage2 ARM: Implement basic integer multiplication
joachimschmidt557
2021-02-25
improve stage2 to allow catch at comptime:
g-w1
2021-02-25
stage2 ARM: Save callee-saved registers
joachimschmidt557
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
stage2 codegen: Add Type argument to genSetReg
joachimschmidt557
2021-02-12
stage2: more progress towards Module/astgen building with new mem layout
Andrew Kelley
2021-02-12
stage2: fix zero-sized function parameters (#7998)
Tadeo Kondrak
2021-02-09
require specifier for arrayish types
Jonathan Marler
2021-02-09
stage2 ARM: fix register allocation in genArmBinOp
joachimschmidt557
2021-02-01
stage2 ARM: save function arguments to stack for debugging
joachimschmidt557
2021-01-31
astgen: rework labeled blocks
Andrew Kelley
2021-01-31
sema: after block gets peer type resolved, insert type coercions
Andrew Kelley
2021-01-31
stage2: rework astgen result locations
Andrew Kelley
2021-01-18
stage2: rework ZIR/TZIR for optionals and error unions
Andrew Kelley
2021-01-18
stage2 AArch64: implement jump
joachimschmidt557
2021-01-18
Merge pull request #7808 from joachimschmidt557/stage2-aarch64
Jakub Konka
2021-01-17
stage2 AArch64: update function prologue and epilogue to include stack
joachimschmidt557
2021-01-17
stage2 AArch64: fix stack offsets in genSetStack
joachimschmidt557
2021-01-17
macho: refactor undef symbol handling
Jakub Konka
2021-01-17
stage2 aarch64: add basic function pro/epilogue
Jakub Konka
2021-01-17
stage2 aarch64: add basic genSetStack
Jakub Konka
[next]