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
2022-03-11
stage2 regalloc: replace Register.allocIndex with generic indexOfReg
joachimschmidt557
2022-03-11
stage2: implement `@shuffle` at runtime
Veikka Tuominen
2022-03-11
stage2: passing threadlocal tests for x86_64-linux
Andrew Kelley
2022-03-06
stage2: rework `@mulAdd`
Andrew Kelley
2022-03-06
stage2: implement `@mulAdd` for scalar floats
John Schmidt
2022-03-06
x64: fix (un)wrapping error unions + refactor
Jakub Konka
2022-03-03
wasm: Implement `@wasmMemoryGrow` builtin
Luuk de Gram
2022-03-02
codegen: handle elem_ptr when lowering to memory
Jakub Konka
2022-03-02
x64: fix bug in lowering optionals directly to immediate
Jakub Konka
2022-03-02
x64: fix incorrect calc of rdi spill stack loc for backpatching
Jakub Konka
2022-03-02
x64: fix intCast to properly clear out dest register
Jakub Konka
2022-03-02
x64: rectify and add missing optionals bits
Jakub Konka
2022-03-01
codegen: lower field_ptr to memory across linking backends
Jakub Konka
2022-03-01
x64: fix array to slice impl
Jakub Konka
2022-03-01
x64: impl airMemset using inline memset
Jakub Konka
2022-03-01
x64: impl airMemcpy using inline memcpy
Jakub Konka
2022-02-28
x64: pass more behavior tests
Jakub Konka
2022-02-28
x64: implement get_union_tag for register
Jakub Konka
2022-02-28
x64: clean up loadMemPtrIntoRegister abstraction
Jakub Konka
2022-02-28
codegen: fix padding calculation for error unions when lowering
Jakub Konka
2022-02-28
x64: impl unwrap_errunion_payload and unwrap_errunion_err for register
Jakub Konka
2022-02-28
stage2: fix frame_address AIR instruction
Andrew Kelley
2022-02-28
stage2: implement `@frameAddress`
Veikka Tuominen
2022-02-28
x64: fix switch condition mir; pass more union tests
Jakub Konka
2022-02-28
x64: fix store with ABI size > 8 on stack; pass union tests
Jakub Konka
2022-02-28
x64: impl airGetUnionTag
Jakub Konka
2022-02-28
x64: make lowerUnnamedConst a fallthrough condition
Jakub Konka
2022-02-28
x64: impl airSetUnionTag
Jakub Konka
2022-02-26
stage2: implement `@unionInit`
Andrew Kelley
2022-02-25
x64+aarch64: check for pointer to zero-bit type when lowering decl
Jakub Konka
2022-02-25
aarch64: check if type has runtime bits before allocating mem ptr
Jakub Konka
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
x64: account for multiple returns from functions
Jakub Konka
2022-02-22
x64: disable printing results on macos until I fix the linker
Jakub Konka
2022-02-22
x64: spill compare flags between blocks, extern calls, and cmp insts
Jakub Konka
2022-02-22
x64: add naive impl of else in switch
Jakub Konka
2022-02-22
x64: fix lowering of error unions (we didn't pad to alignment)
Jakub Konka
2022-02-22
x64: add basic, naive impl of switch
Jakub Konka
2022-02-22
x64: add basic impl of shl for integers
Jakub Konka
2022-02-22
x64: add basic impl of minimum builtin for ints
Jakub Konka
2022-02-22
x64: implement unwrap_err_payload and unwrap_err_err for stack offset
Jakub Konka
2022-02-22
codegen: lower error_set and error_union
Jakub Konka
2022-02-22
x64: recover address in rdi if was spilled
Jakub Konka
2022-02-22
x64: pass pointer to stack for return value in .rdi register
Jakub Konka
2022-02-22
x64: first, really horrible attempt at returning values on stack
Jakub Konka
2022-02-22
x64: reorder resolving call params: return values first, then params
Jakub Konka
2022-02-22
x64: sub is non-commutative
Jakub Konka
2022-02-21
Merge pull request #10925 from Vexu/stage2
Andrew Kelley
2022-02-19
stage2: implement errunion_payload_ptr_set
Veikka Tuominen
2022-02-19
x64: clean up implementation of divs, mod, rem for integers
Jakub Konka
[prev]
[next]