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
Age
Commit message (
Expand
)
Author
2024-02-14
x86_64: fix crash loading a packed value from a spilled pointer
Jacob Young
2024-02-12
x86_64: implement `@clz` and `@ctz` of big integers
Jacob Young
2024-02-12
x86_64: implement `@byteSwap` of big integers
Jacob Young
2024-02-12
x86_64: fix compiler_rt tests
Jacob Young
2024-02-12
x86_64: implement shifts of big integers
Jacob Young
2024-02-12
x86_64: fix register clobber
Jacob Young
2024-02-12
x86_64: implement c abi for bool vectors
Jacob Young
2024-02-12
x86_64: implement `@abs` of big integers
Jacob Young
2024-02-12
x86_64: fix assert location
Jacob Young
2024-02-12
x86_64: fix packed load
Jacob Young
2024-02-12
x86_64: implement `ret_safe`
Jacob Young
2024-02-12
x86_64: fix incorrect alignment check
Jacob Young
2024-02-12
x86_64: implement mul, div, and mod of large integers
Jacob Young
2024-02-06
x86: remove final vestiges of mir_to_air (#18836)
Pyry Kovanen
2024-02-06
add the `clflush` mnem
David Rubin
2024-02-05
compiler: rename value.zig to Value.zig
Andrew Kelley
2024-02-05
x86_64: fix miscompilations on baseline
Jacob Young
2024-01-31
x86_64+macho: emit .got instead of .got_load relocs
Jakub Konka
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-24
macho: ensure we zero-out regions after copying them over
Jakub Konka
2024-01-24
macho: actually lower TLS variables
Jakub Konka
2024-01-24
x86_64: emit MachO TLV sequence
Jakub Konka
2024-01-24
x86_64: save TLS to stack for MachO
Jakub Konka
2024-01-24
macho: again fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
macho: fix symbol index dereference in codegen wrt ZigObject
Jakub Konka
2024-01-24
codegen: implement more missing bits
Jakub Konka
2024-01-24
codegen: re-implement enough of codegen to error out instead panic
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-08
stage2 AArch64: get empty file compiling again
joachimschmidt557
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
compiler: update references to target
Andrew Kelley
2024-01-01
update references to module (to be renamed to zcu)
Andrew Kelley
2023-12-04
x86_64: fix packed struct field reuse
Jacob Young
2023-12-04
x86_64: fix vector comparisions
Jacob Young
2023-12-04
x86_64: implement more operations on vectors with 1-bit elements
Jacob Young
2023-12-03
x86_64: implement movement for pointer vectors
Jacob Young
2023-12-03
x86_64: "implement" `aggregate_init` for vectors
Jacob Young
2023-12-03
x86_64: implement some todos
Jacob Young
2023-12-03
x86_64: implement more compliant vectors
Jacob Young
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-23
x86_64: optimize compile time of `mnemonic_to_encodings_map`
Jacob Young
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
[prev]
[next]