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-01-30
stage2: implement shl_exact and shr_exact
Andrew Kelley
2022-01-26
stage2: add zero- and sign-extend moves to x86_64
Jakub Konka
2022-01-25
stage2: x64: implement airTrunc
mparadinha
2022-01-25
stage2: populate debug info for args passed on stack
Jakub Konka
2022-01-24
stage2: rework a lot of stuff
Andrew Kelley
2022-01-23
stage2: remove asserts and comments which are Emit.zig responsibility
Jakub Konka
2022-01-22
stage2: do not copy args passed via stack into functions locals
Jakub Konka
2022-01-22
stage2: clean up preserving callee regs on the stack
Jakub Konka
2022-01-19
stage2: add tweak to please Apple re stack alignment
Jakub Konka
2022-01-19
stage2: fix passing arguments on the stack
Jakub Konka
2022-01-18
Merge pull request #10624 from ziglang/prefetch
Andrew Kelley
2022-01-18
Merge pull request #10625 from ziglang/stage2-x86_64-inline-memset
Jakub Konka
2022-01-18
stage2: implement `@prefetch`
Andrew Kelley
2022-01-18
stage2: implement airArrayElemVal
Jakub Konka
2022-01-18
Revert "stage2: implement `@prefetch`"
Andrew Kelley
2022-01-18
stage2: partially implement intcast on x86_64
Jakub Konka
2022-01-18
stage2: add inline memset for x86_64 backend
Jakub Konka
2022-01-17
stage2: separate ptr and stack offset codepaths in genSetStack
Jakub Konka
2022-01-17
stage2: implement airArrayToSlice for x86_64
Jakub Konka
2022-01-17
stage2: implement airCondBr for immediate MCValue in x86_64
Jakub Konka
2022-01-15
stage2: implement `@prefetch`
Andrew Kelley
2022-01-15
stage2: implement signed compare
Jakub Konka
2022-01-15
stage2: rename Isel to Emit for x86_64
Jakub Konka
2022-01-15
stage2: refactor handling of immediates in x86_64 backend
Jakub Konka
2022-01-13
stage2: fix build on 32-bit ISAs
Andrew Kelley
2022-01-12
stage2: implement `@ctz` and `@clz` including SIMD
Andrew Kelley
2022-01-09
stage2 codegen: fix airBlock bug in 3 backends
joachimschmidt557
2022-01-08
stage2: @errorName sema+llvm
Robin Voetter
2022-01-06
stage2: implement basics of airWrapErrUnionErr
Jakub Konka
2022-01-06
stage2: fix airStructFieldPtr and airStructFieldVal
Jakub Konka
2022-01-06
stage2: fix airSliceElemVal
Jakub Konka
2022-01-06
stage2: fix inline memcpy
Jakub Konka
2022-01-06
stage2: implement slice_ptr
Jakub Konka
2022-01-06
stage2: fix loading pointer value from register
Jakub Konka
2022-01-06
stage2: implement CMP stack value with immediate
Jakub Konka
2022-01-04
stage2: turn several panics into codegen errors
Jakub Konka
2022-01-04
stage2: pass empty zig test
Jakub Konka
2022-01-04
stage2: implement struct_field_val and struct_field_val_ptr
Jakub Konka
2022-01-04
stage2: implement inline memcpy
Jakub Konka
2022-01-04
stage2: implement slice_elem_val
Jakub Konka
2022-01-04
stage2: implement isErr/isNonErr and unwrap error
Jakub Konka
2022-01-04
stage2: implement setting stack from memory value
Jakub Konka
2022-01-04
stage2: clean up load function
Jakub Konka
2022-01-04
stage2: implement slice_len for slices on the stack
Jakub Konka
2022-01-04
stage2: fix loading ptr into register
Jakub Konka
2022-01-01
stage2: remove safety check for optional payload in codegen
Jakub Konka
2021-12-31
stage2: implement loading-storing via pointer (in register)
Jakub Konka
2021-12-31
stage2: implement genSetReg for ptr_stack_offset
Jakub Konka
2021-12-31
stage2: implement isNull() and isNonNull()
Jakub Konka
2021-12-31
stage2: rename Emit to Isel for x86_64
Jakub Konka
[prev]
[next]