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-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-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-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
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
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-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 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
[prev]
[next]