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
/
arch
/
x86_64
/
CodeGen.zig
Age
Commit message (
Expand
)
Author
2021-12-29
stage2: update PrintMir with latest instructions and Isel changes
Jakub Konka
2021-12-29
stage2: lower 1-byte and 2-byte values saved to stack
Jakub Konka
2021-12-29
stage2: add separate tag for MI encoding
Jakub Konka
2021-12-27
stage2: LLVM backend: implement `@tagName` for enums
Andrew Kelley
2021-12-23
Merge pull request #10394 from ziglang/stage2-x86_64-mir-intel-syntax
Andrew Kelley
2021-12-23
stage2: use lowerToRmEnc to lower two-operand imul
Jakub Konka
2021-12-23
stage2: lower jcc and setcc conditional jump/set instructions
Jakub Konka
2021-12-21
stage2: @shlWithOverflow
Robin Voetter
2021-12-21
stage2: @subWithOverflow
Robin Voetter
2021-12-21
stage2: @mulWithOverflow
Robin Voetter
2021-12-21
stage2: @returnAddress()
Robin Voetter
2021-12-21
stage2: @addWithOverflow
Robin Voetter
2021-12-20
stage2: merge MOV back with arith instructions
Jakub Konka
2021-12-20
stage2: remove obsolete MOV variant 0b11
Jakub Konka
2021-12-20
stage2: fix MOV MIR -> Isel lowering logic
Jakub Konka
2021-12-15
stage2: fix register size selection
Jakub Konka
2021-12-15
stage2: clean up tests
Jakub Konka
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-27
interleave Air instructions and tags in printing Mir instructions
Jacob G-W
2021-11-27
initial implementation of print_mir
Jacob G-W
2021-11-21
stage2: ensure 16byte stack alignment on macOS x86_64
Jakub Konka
2021-11-21
stage2: add x86_64 NOP MIR inst and lowering
Jakub Konka
2021-11-19
stage2,x86_64: fix genBinMathOp and clarify callee-saved regs
Jakub Konka
2021-11-19
x86_64/Emit: implement restoring callee_preserved_registers
Jacob G-W
2021-11-19
stage2 x86_64 codegen: don't count return registers as callee-preserved
Jacob G-W
2021-11-18
stage2: use correct register alias for mem operands
Jakub Konka
2021-11-11
Merge pull request #9935 from g-w1/plan9-std
Jakub Konka
2021-11-10
macho: use start.zig for macOS entrypoint
Jakub Konka
2021-11-09
Sema: implement coerce_result_ptr for optionals
Andrew Kelley
2021-11-09
add initial plan9 support to std
Jacob G-W
2021-11-08
stage2 x86_64: add MIR->Isel lowering step for x86_64
Jakub Konka
2021-10-31
stage2: move x86_64 codegen to arch/x86_64/CodeGen.zig
Jakub Konka
[prev]