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
2022-05-09
x64: make one entry point for binary ops
Jakub Konka
2022-05-09
x64: add naive impl of shr
Jakub Konka
2022-05-07
regalloc: refactor locking multiple registers at once
Jakub Konka
2022-05-07
x64: refactor code to avoid stage1 sema limitations
Jakub Konka
2022-05-07
regalloc: rename freeze/unfreeze to lock/unlock registers
Jakub Konka
2022-05-07
x64: fix misused register locks
Jakub Konka
2022-05-07
regalloc: ensure we only freeze/unfreeze at the outermost scope
Jakub Konka
2022-05-06
x64: handle CF flags spilling in overflow calls
Jakub Konka
2022-05-05
x64: mul_with_overflow: cannot reuse operand if not the result
Jakub Konka
2022-05-05
x64: handle unsigned mul_with_overflow for non-pow-2 ints
Jakub Konka
2022-05-05
x64: handle signed mul_with_overflow for non-pow-2 ints
Jakub Konka
2022-05-05
x64: explicitly handle Vector vs Int types for overflow arith
Jakub Konka
2022-05-04
LLVM: fix C ABI for windows
Andrew Kelley
2022-05-03
Merge pull request #11571 from ziglang/stage2-test-behavior
Andrew Kelley
2022-05-03
x86_64: use math.zig to check isPowerOfTwo and calc log2_int
Jakub Konka
2022-05-02
stage2: improve inline asm stage1 compatibility
Andrew Kelley
2022-04-27
add new builtin function `@tan`
Andrew Kelley
2022-04-21
LLVM: C calling convention lowering fixes
Andrew Kelley
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-15
stage2: lower u128, and refactor some bits in x64
Jakub Konka
2022-04-14
stage2: progress towards stage3
Andrew Kelley
2022-04-13
macho,x64: resolve debug info relocs for RIP-based addressing
Jakub Konka
2022-04-13
stage2,x64: deref memory if referenced via GOT for local vars
Jakub Konka
2022-04-13
stage2,x64: generate debug info for local vars at hardcoded mem addr
Jakub Konka
2022-04-13
stage2,x64: recursively mark decls as alive when lowering
Jakub Konka
2022-04-12
Liveness: modify encoding to support over 32 operands
Andrew Kelley
2022-04-07
Liveness: utilize Air.refToIndex
Andrew Kelley
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-04-04
dwarf: emit debug info for local variables on x86_64
Jakub Konka
2022-04-01
x64: implement add/sub with wrapping and xor op
Jakub Konka
2022-03-31
stage2: handle assembly input names
Veikka Tuominen
2022-03-30
dwarf: pass DeclState around instead of storing a temp global in Dwarf
Jakub Konka
2022-03-30
Merge pull request #11342 from ziglang/stage2-x64-mul-div
Jakub Konka
2022-03-29
stage2: implement `@intToError` with safety
Andrew Kelley
2022-03-30
x64: spill .rdi to stack if expecting return value saved on stack
Jakub Konka
2022-03-30
x64: track callee and caller saved registers
Jakub Konka
2022-03-30
x64: clean up instruction tracking for div/mul ops
Jakub Konka
2022-03-30
x64: redo @mulWithOverflow using rax/rdx based multiplication
Jakub Konka
2022-03-30
x64: clean up abstraction for generating integer division
Jakub Konka
2022-03-28
x64: partially fix genImul, enable overflow tests
Jakub Konka
2022-03-28
x64: implement add, sub and mul with overflow
Jakub Konka
2022-03-27
dwarf: track type relocation state in Dwarf module
Jakub Konka
2022-03-26
Merge pull request #11289 from schmee/stage2-select
Andrew Kelley
2022-03-25
stage2 x86_64: remove MCValue.embedded_in_code
joachimschmidt557
2022-03-25
sema: use `pl_op` for `@select`
John Schmidt
2022-03-25
stage2: implement `@select`
John Schmidt
2022-03-24
x64: fix for 32bit builds
Jakub Konka
2022-03-24
x64: account for signed ints in struct_field_val when struct fits in a register
Jakub Konka
2022-03-24
x64: fix struct_field_val for structs fitting in register
Jakub Konka
2022-03-24
x64: implement aggregate_init for arrays
Jakub Konka
[prev]
[next]