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
2023-12-03
x86_64: implement more atomic ops
Jacob Young
2023-12-03
Air: use typesafe `Air.Inst.Index`
Jacob Young
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-14
x86_64: actually track state during `@divFloor` of `i128`
Jacob Young
2023-11-12
x86_64: resolve tlv references on first use and spill to the stack
Jacob Young
2023-11-12
x86_64: remove unreachable Elf prong
Jakub Konka
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-08
x86_64: fix signed not of more than 64 bits
Jacob Young
2023-11-08
x86_64: fix optional comparison
Jacob Young
2023-11-06
x86_64: fix passing register-sized payload as non-reigster-sized union
Jacob Young
2023-11-05
x86_64: fix indirect return of `f80`
Jacob Young
2023-11-05
x86_64: fix tracking during `br`
Jacob Young
2023-11-04
Merge pull request #17844 from ziglang/elf-object
Jakub Konka
2023-11-04
x86_64: fix miscompilations
Jacob Young
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-11-04
elf: make sure we never emit .got.zig relocs when linking object files
Jakub Konka
2023-11-03
x86_64: reduce `RegisterManager` performance regression
Jacob Young
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-30
elf: move incremental codegen bits into ZigObject.zig
Jakub Konka
2023-10-30
coff: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-30
macho: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-29
x86_64: refactor codegen memory repr
Jacob Young
2023-10-29
x86_64: fix hazard between pic call and sysv cc
Jacob Young
2023-10-28
x86_64: handle .load_symbol in more places
Jacob Young
2023-10-28
x86_64: handle .load_symbol in mul_with_overflow and mul_div
Jakub Konka
2023-10-28
x86_64: pass behavior tests PIC and non-PIC
Jakub Konka
2023-10-28
x86_64: no more load/lea_symbol weirdness
Jakub Konka
2023-10-28
x86_64: rename load/lea_memory to load/lea_symbol
Jakub Konka
2023-10-28
x86_64: do not hardcode memory passed by Elf linker
Jakub Konka
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-27
x86_64: fix `cond_br`
Jacob Young
2023-10-27
x86_64: fix `@memset`
Jacob Young
2023-10-27
x86_64: add missing spill
Jacob Young
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-26
x86_64: fix behavior of `getValue`
Jacob Young
2023-10-26
x86_64: implement `@divFloor` and `@mod` for `i128`
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement inline asm GOT reference for PIC targets
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-23
x86_64: implement `@mod` for floating-point types
Jacob Young
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
[prev]
[next]