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
2024-01-08
stage2 AArch64: get empty file compiling again
joachimschmidt557
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
x86_64: emit TLS local dynamic model when PIC
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
Jakub Konka
2023-11-12
Dwarf: improve x86_64 backend debug info
Jacob Young
2023-11-04
x86_64: rewrite call r/m64 to call rel32 for .got.zig refs when object
Jakub Konka
2023-11-04
elf: enable static-lib flush path
Jakub Konka
2023-11-04
x86_64: rewrite .got.zig movs to standard loads when emitting objects
Jakub Konka
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-30
coff: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-30
macho: implement enough of extern handling to pass comptime export tests
Jakub Konka
2023-10-29
x86_64: refactor codegen memory repr
Jacob Young
2023-10-28
x86_64: no more load/lea_symbol weirdness
Jakub Konka
2023-10-28
elf: set needs_got on generated extern vars
Jakub Konka
2023-10-28
x86_64: do not hardcode memory passed by Elf linker
Jakub Konka
2023-10-23
x86_64: implement enough to pass unicode tests
Jacob Young
2023-10-16
codegen: refactor .actual_got into .extern_got
Jakub Konka
2023-10-16
codegen+elf: lower imported data refs
Jakub Konka
2023-10-16
x86_64: add -fPIC support targeting ELF
Jakub Konka
2023-10-05
plan9: refactor debug info
Jacob Young
2023-10-01
x86_64: emit R_X86_64_GOT32 for non-PIC GOT references
Jakub Konka
2023-09-12
elf: resolve and write objects to file
Jakub Konka
2023-09-11
elf: emit relocation to an extern function
Jakub Konka
2023-08-29
macho: unify concept of SymbolWithLoc across drivers
Jakub Konka
2023-08-02
Plan9: support linking to external 'special' symbols
Jacob G-W
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-16
plan9: revamp the relocation system to allow decl refs
Jacob G-W
2023-05-08
x86_64: optimize mir tag usage
Jacob Young
2023-05-08
x86_64: fix unordered float equality
Jacob Young
2023-04-26
x86_64: add frame indices
Jacob Young
2023-04-13
x86_64: emit pointer to TLV for macho
Jakub Konka
2023-04-13
macho: refactor relocation type in incremental linker
Jakub Konka
2023-04-13
x86_64: remove loadMemPtrIntoRegister in genSetReg
Jakub Konka
2023-03-27
x86_64: factor out lowering from emitting
Jacob Young
2023-03-25
x86_64: remove unused Mir encodings
Jacob Young
2023-03-25
x86_64: implement 128-bit shifts
Jacob Young
2023-03-21
x86_64: implement @byteSwap and @bitReverse
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-21
x86_64: improve codegen for neg and not
Jacob Young
2023-03-21
x86_64: implement clz, ctz, and popCount
Jacob Young
2023-03-21
x86_64: reimplement inline memcpy and memset
Jacob Young
2023-03-21
x86_64: implement float division intrinsics
Jacob Young
2023-03-21
x86_64: implement basic float ops
Jacob Young
2023-03-21
x86_64: implement min and max as commutative binary ops
Jacob Young
2023-03-11
x86_64: clean up
Jakub Konka
[prev]
[next]