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-07-11
stage2 plan9: add aarch64 support
Jacob G-W
2021-07-08
plan9 cleanups
Andrew Kelley
2021-07-08
plan9 linker: remove unused stuff
Jacob G-W
2021-07-08
stage2: include enough inline asm support for more plan9 syscalls
Jacob G-W
2021-07-08
plan9 linker: use a global offset table
Jacob G-W
2021-07-08
plan9 linker: do relocations
Jacob G-W
2021-07-08
plan9 linker: make runnable binaries
Jacob G-W
2021-07-07
stage2: fix if expressions on error unions
Andrew Kelley
2021-07-07
stage2: get tests passing
Andrew Kelley
2021-06-21
cleanups related to unused params
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-21
stage2 Sema: implement @intToPtr (#9144)
g-w1
2021-06-21
stage2: simplify codegen for errorToInt and intToError
Jacob G-W
2021-06-09
stage2 codegen: Remove hacks for discontinued SPU II backend
joachimschmidt557
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-22
stage2: Move BlockData out of ir.Inst.Block
joachimschmidt557
2021-05-22
stage2: rename ir.zig to air.zig
Andrew Kelley
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
[next]