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
/
Emit.zig
Age
Commit message (
Expand
)
Author
2023-03-11
x86_64: simplify immediate handling at MIR level
Jakub Konka
2023-03-11
x86_64: add .dead pseudo-instruction to mark an unused MIR instruction
Jakub Konka
2023-03-11
x86_64: add wrapper for .jmp_reloc
Jakub Konka
2023-03-11
x86_64: apply couple of tweaks and pass behavior tests
Jakub Konka
2023-03-11
x86_64: add missing decodings for .movsx
Jakub Konka
2023-03-11
x86_64: finish rolling out all MIR assembly helpers
Jakub Konka
2023-03-11
x86_64: start converting MI references
Jakub Konka
2023-03-11
x86_64: add RM and MR helpers to codegen
Jakub Konka
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: 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
add @trap builtin
r00ster91
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-31
link: make Coff atoms fully owned by the linker
Jakub Konka
2023-01-31
link: make MachO atoms fully owned by the linker
Jakub Konka
2022-12-30
x86_64: remove extra whitespace
Manlio Perillo
2022-12-05
dwarf: pull out debug line program internals into DeclState helpers
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-09-27
add inline switch union tag captures
Veikka Tuominen
2022-09-18
macho: move to incremental writes and global relocs for incremental
Jakub Konka
2022-09-10
x86_64: combine got_load, direct_load and imports_load into linker_load MCV
Jakub Konka
2022-09-09
macho+coff: return index into global table from getGlobalSymbol
Jakub Konka
2022-09-07
coff: mark relocations dirty when target atoms change
Jakub Konka
2022-09-07
x86_64: allow for any index register in complex SIB encodings
Jakub Konka
2022-09-07
x86_64: add support for Win64/C calling convention
Jakub Konka
2022-09-07
coff: fix contents of IAT, and ensure codegen loads addr into reg
Jakub Konka
2022-09-07
coff: add relocation for call_extern
Jakub Konka
2022-08-30
coff: cleanup relocations; remove COFF support from other backends
Jakub Konka
2022-08-30
coff: add basic handling of GOT PC relative indirection
Jakub Konka
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-22
macho: improve logs for dyld info
Jakub Konka
2022-07-22
macho: rework symbol handling to match zld/ELF
Jakub Konka
2022-06-07
x64: simplify saving registers to stack in prologue
Jakub Konka
2022-05-25
x64: move from compare_flags_* mcv to eflags with condition codes enum
Jakub Konka
2022-05-20
x64: implement matching SSE instructions for generic cross-comp target
Jakub Konka
2022-05-19
x64: check for floating-point intrinsics in codegen
Jakub Konka
2022-05-19
x64: handle basic f32 using AVX registers
Jakub Konka
2022-05-19
x64: merge general purpose with simd register into one bitset
Jakub Konka
2022-05-19
x64: add unordered cmp with EFLAGS
Jakub Konka
2022-05-19
x64: load/store to/from AVX registers for f64
Jakub Konka
2022-05-19
x64: add vmovsd RM and MR lowerings (first draft)
Jakub Konka
2022-05-19
x64: clean up populating VEX prefix
Jakub Konka
2022-05-19
x64: extend Emit to allow for AVX registers
Jakub Konka
[prev]
[next]