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-10-21
x86_64: fix crashes
Jacob Young
2023-10-18
x86_64: improve inline assembly support
Jacob Young
2023-10-17
Merge pull request #17556 from ziglang/elf-link-zig-proper
Jakub Konka
2023-10-17
x86_64: fix C abi argument passing in memory
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-16
elf: create new synthetic section ZigGotSection
Jakub Konka
2023-10-09
x86_64: implement 128-bit integer multiply and divide
Jacob Young
2023-10-09
x86_64: implement `@min` and `@max` for 128-bit integers
Jacob Young
2023-10-09
x86_64: implement `@abs` of 128-bit integers
Jacob Young
2023-10-09
x86_64: implement struct field value for register pairs
Jacob Young
2023-10-09
x86_64: implement 128-bit integer shifts in registers
Jacob Young
2023-10-08
x86_64: implement `@mulAdd` of floats for baseline
Jacob Young
2023-10-08
x86_64: implement `@rem` for floats
Jacob Young
2023-10-08
x86_64: fix `@divTrunc` and `@divFloor` of `f16`
Jacob Young
2023-10-08
x86_64: fix undersized vector binary operations
Jacob Young
2023-10-08
x86_64: fix conversions between floats and 128-bit integers
Jacob Young
2023-10-08
x86_64: implement `@abs` for some integer vector types
Jacob Young
2023-10-08
x86_64: fix bitcast from `f80`
Jacob Young
2023-10-07
x86_64: hack around silent `f80` miscompilations
Jacob Young
2023-10-07
x86_64: improve inline assembly support
Jacob Young
2023-10-07
x86_64: implement C var args
Jacob Young
2023-10-07
x86_64: implement negation and `@abs` for `f80`
Jacob Young
2023-10-07
x86_64: implement `f80` movement
Jacob Young
2023-10-07
x86_64: fix C abi typos
Jacob Young
2023-10-05
x86_64: implement C abi for everything else
Jacob Young
2023-10-05
x86_64: implement C abi for f128
Jacob Young
2023-10-05
x86_64: refactor calling convention checks
Jacob Young
2023-10-04
x86_64: implement 128-bit integer comparisons
Jacob Young
2023-10-04
x86_64: implement C abi for 128-bit integers
Jacob Young
2023-10-04
x86_64: fix various crashes
Jacob Young
2023-10-03
codegen: fix field offsets in packed structs
Xavier Bouchoux
2023-10-01
x86_64: implement float `@sqrt` builtin
Jacob Young
2023-10-01
x86_64: implement float arithmetic builtins
Jacob Young
2023-10-01
x86_64: implement float round builtins
Jacob Young
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-10-01
behavior: cleanup floatop tests
Jacob Young
2023-10-01
x86_64: implement and test unary float builtins
Jacob Young
2023-10-01
x86_64: emit R_X86_64_GOT32 for non-PIC GOT references
Jakub Konka
2023-09-27
Rename `@fabs` to `@abs` and accept integers
antlilja
2023-09-21
compiler: fix compilation for 32-bit targets
Andrew Kelley
2023-09-21
compiler: move struct types into InternPool proper
Andrew Kelley
2023-09-19
x86 backend: don't read bogus safety flag
Andrew Kelley
2023-09-13
elf: do not store Symbol's index in Symbol
Jakub Konka
2023-09-12
elf: add simplistic reloc scanning mechanism
Jakub Konka
2023-09-11
elf: emit relocation to an extern function
Jakub Konka
2023-09-08
elf: store GOT index in symbol extra array; use GotSection for GOT
Jakub Konka
2023-09-06
elf: make everything upside down - track by Symbol.Index rather than Atom.Index
Jakub Konka
2023-09-04
elf: simplify accessors to symbols, atoms, etc
Jakub Konka
[prev]
[next]