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-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
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-13
macho: add x86_64 support
Jakub Konka
2021-01-13
macho: document more code + add test case
Jakub Konka
2021-01-13
macho: refactor writing and managing externs
Jakub Konka
2021-01-13
macho: write out stubs for new externs only
Jakub Konka
2021-01-13
macho: populate stubs and stub_helper
Jakub Konka
2021-01-13
stage2: lay the groundwork in prep for extern fn
Jakub Konka
2021-01-10
stage2: fix bug in genArg
joachimschmidt557
2021-01-06
Merge pull request #7622 from tetsuo-cpp/array-hash-map-improvements
Andrew Kelley
2021-01-06
stage2 ARM: fix stack offsets for genSetReg and genSetStack
joachimschmidt557
2021-01-06
stage2 ARM: fix offsets in exitlude jump relocations
joachimschmidt557
2021-01-06
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron
2021-01-03
stage2 x86_64: fix bug in Function.gen
joachimschmidt557
2021-01-03
stage2: implement basic function params aarch64
Jakub Konka
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
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-01
stage2 AArch64: add logical (shifted register) instructions
joachimschmidt557
2021-01-01
stage2 ARM: implement genSetReg with compare_flags
joachimschmidt557
2021-01-01
stage2 ARM: implement genCondBr for compare_flags
joachimschmidt557
2021-01-01
stage2 ARM: implement genCondBr
joachimschmidt557
2020-12-30
stage2: rework Value Payload layout
Andrew Kelley
2020-12-30
stage2: rework Type Payload layout
Andrew Kelley
2020-12-21
stage2 ARM: implement basic binary bitwise operations
joachimschmidt557
2020-12-09
stage2+aarch64: clean up offset helper structs
Jakub Konka
2020-12-09
stage2+aarch64: fix stage2 tests
Jakub Konka
2020-12-09
stage2+aarch64: use stp and ldp to navigate MachO jump table
Jakub Konka
2020-12-03
Merge pull request #7273 from kubkon/lld-codesig-poc
Andrew Kelley
2020-12-02
stage2: wire up -Dskip-non-native
Andrew Kelley
2020-12-01
lld: use commands.LoadCommand in self-hosted linker
Jakub Konka
2020-11-28
stage2 ARM: use strb + implement genBoolOp
joachimschmidt557
2020-11-28
stage2 ARM: Implement genNot
joachimschmidt557
2020-11-28
stage2 codegen: use switch in genBoolOp
joachimschmidt557
[next]