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
Group-Canceled
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
groupAwait
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-03-24
x64: implement aggregate_init for structs
Jakub Konka
2022-03-22
stage2: lazy `@alignOf`
Andrew Kelley
2022-03-21
stage2: add AIR instruction `cmp_vector`
William Sengir
2022-03-21
Merge pull request #11195 from mparadinha/float-to-int
Jakub Konka
2022-03-21
x64: refactor fix reg aliasing in genSetReg
Jakub Konka
2022-03-21
stage2: x86_64: use correct register size when loading things from memory
mparadinha
2022-03-21
stage2: x86_64: implement `ptr_elem_val`
mparadinha
2022-03-21
stage2: add way to print values with types
Veikka Tuominen
2022-03-20
stage2: remove Value.Tag.abi_align_default
Andrew Kelley
2022-03-19
stage2: add dbg_block_{begin,end} instruction
Veikka Tuominen
2022-03-17
stage2: implement `@reduce`
Andrew Kelley
2022-03-16
stage2: x86_64: floatToInt for f32 and f64
mparadinha
2022-03-16
stage2: x86_64: add new `fld` instruction
mparadinha
2022-03-16
stage2: x86_64: add new `fisttp` instruction
mparadinha
2022-03-16
stage2 llvm: keep track of inlined functions
Veikka Tuominen
2022-03-16
Sema: emit dbg_func around inline calls
Veikka Tuominen
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-12
stage2 x86_64: Fix assertion in getResolvedInstValue
joachimschmidt557
2022-03-11
Merge pull request #11120 from Vexu/stage2
Andrew Kelley
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-08
dwarf: move all dwarf into standalone module
Jakub Konka
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-05
macho: remove anon_struct_type which is now redundant
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
[prev]
[next]