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-03-11
x86_64: handle all instructions without introducing Memory operand
Jakub Konka
2023-03-11
x86_64: add helper for Jcc instruction
Jakub Konka
2023-03-11
x86_64: add helpers for CMOVcc and SETcc at the MIR level
Jakub Konka
2023-03-11
x86_64: handle encoding and decoding Imm64 unsigned
Jakub Konka
2023-03-11
x86_64: split up assemble() into more declarative single-purpose helpers
Jakub Konka
2023-03-11
x86_64: introduce assemble() helper which encodes/decodes into MIR -> Instruc...
Jakub Konka
2023-03-11
x86_64: all behavior tests passing
Jakub Konka
2023-03-11
Get more things passing
Jakub Konka
2023-03-11
x86_64: clean up call semantics in codegen
Jakub Konka
2023-03-11
x86_64: truncate immediates
Jakub Konka
2023-03-11
x86_64: downstream table-driven instruction encoder
Jakub Konka
2023-03-04
Merge pull request #14782 from r00ster91/trap
Andrew Kelley
2023-03-04
add @trap builtin
r00ster91
2023-03-03
arm: use common implementation of genTypedValue helper
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-02-27
codegen: fix test failures
Jacob Young
2023-02-20
x86: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-01
link: decouple DI atoms from linker atoms, and manage them in Dwarf linker
Jakub Konka
2023-02-01
link: make Plan9 atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make Elf atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2023-01-26
coff: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
elf: migrate to new non-allocateDeclIndexes API
Jakub Konka
2023-01-26
self-hosted: clean up calling logic for x86_64 and aarch64 across linkers
Jakub Konka
2023-01-26
macho: completely remove allocateDeclIndexes in favor of linker tracking
Jakub Konka
2023-01-25
self-hosted: rename codegen Result.appended to Result.ok
Jakub Konka
2023-01-25
self-hosted: remove unused `externally_managed` prong for Decls code
Jakub Konka
2022-12-30
fix generic function arg debug info referencing wrong parameter
Veikka Tuominen
2022-12-18
Merge pull request #13914 from Vexu/variadic
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
implement defining C variadic functions
Veikka Tuominen
2022-12-15
port packed vector elem ptr logic from stage1
Veikka Tuominen
2022-12-13
remove `stack` option from `@call`
Veikka Tuominen
2022-12-09
Eliminate `BoundFn` type from the language
Veikka Tuominen
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
dwarf: pass linker Tag and owner Decl.Index instead of *Atom
Jakub Konka
2022-12-02
x86: do not deref ptr type, let Dwart do it
Jakub Konka
2022-12-02
dwarf: use common DI union object for arg and var gen
Jakub Konka
2022-12-01
dwarf: fix typos after refactoring dbi gen
Jakub Konka
2022-12-01
codegen: make LinkerLoad a common struct shared by backends
Jakub Konka
2022-12-01
dwarf: extract common logic for generating func var dbg info
Jakub Konka
2022-12-01
dwarf: update arm and riscv codegens to the new model
Jakub Konka
2022-12-01
dwarf: extract common logic for generating func arg dbg info
Jakub Konka
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-09
x86_64: add DWARF encoding for vector registers
Jakub Konka
2022-10-29
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
Andrew Kelley
[prev]
[next]