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-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
stage2 ARM: correct spilling in genArmMul as well
joachimschmidt557
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
stage2: remove SPU Mark II backend
Andrew Kelley
2021-05-15
codegen: implement const value rendering for ints <= 64 bits
Andrew Kelley
2021-05-14
stage2 register manager: clean up API and add more unit tests
joachimschmidt557
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-09
stage2 ARM: Overhaul of genArmBinOp
joachimschmidt557
2021-05-09
Merge pull request #8474 from gracefuu/grace/encode-instruction
Andrew Kelley
2021-05-01
stage2: dbg_stmt ZIR instructions have line/col
Andrew Kelley
2021-04-28
stage2: implement semantic analysis for functions and global vars
Andrew Kelley
2021-04-28
stage2: semaDecl properly analyzes the decl block
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-25
stage2 register manager: Use an array instead of a hashmap for tracking
joachimschmidt557
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-20
stage2: fix compile error in codegen
jacob gw
2021-04-19
AstGen: implement inline asm output
Andrew Kelley
2021-04-17
stage2 codegen: Fix silent bug in reuseOperand
joachimschmidt557
2021-04-16
stage2 x86_64: fix incorrect comment in genX8664BinMath
gracefu
2021-04-16
stage2 x86_64: force 64 bit mode when loading address of GOT
gracefu
2021-04-16
stage2 x86_64: fix codegen ensureCapacity bug for function calls
gracefu
2021-04-16
stage2 x86_64: bugfix abi_size == 64 should be abi_size == 8
gracefu
2021-04-16
stage2 x86_64: try to fix RIP-relative offset to GOT for macho
gracefu
2021-04-16
stage2 x86_64: simplify inst encoder to a set of dumb helper fns
gracefu
2021-04-16
stage2 x86_64: implement integer mul
gracefu
2021-04-16
stage2 x86_64: use abi size to determine 64-bit operation
gracefu
2021-04-16
stage2 x86_64: refactor codegen to use inst encoder
gracefu
2021-04-15
stage2: entry point via std lib and proper updated file detection
Andrew Kelley
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
[next]