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
/
Mir.zig
Age
Commit message (
Expand
)
Author
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring 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-07
x86_64: implement negation and `@abs` for `f80`
Jacob Young
2023-10-07
x86_64: implement `f80` movement
Jacob Young
2023-10-01
x86_64: emit R_X86_64_GOT32 for non-PIC GOT references
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-18
x86_64: implement integer vector `@truncate`
Jacob Young
2023-05-18
x86_64: fix float min/max behavior
Jacob Young
2023-05-15
x86_64: implement integer vector min/max
Jacob Young
2023-05-15
x86_64: implement integer vector mul
Jacob Young
2023-05-15
x86_64: implement integer vector add/sub
Jacob Young
2023-05-15
x86_64: redo movement, float negation, and `@fabs`
Jacob Young
2023-05-15
x86_64: reimplement `@floatToInt`
Jacob Young
2023-05-15
x86_64: implement stack probing
Jacob Young
2023-05-15
x86_64: remove scratch data tags
Jacob Young
2023-05-15
x86_64: implement `@splat`
Jacob Young
2023-05-08
x86_64: finish optimizing mir tag usage
Jacob Young
2023-05-08
x86_64: continue to optimize mir tag usage
Jacob Young
2023-05-08
x86_64: optimize mir tag usage
Jacob Young
2023-05-08
x86_64: implement binary operations for `f16` and `f16` vectors
Jacob Young
2023-05-08
x86_64: implement binary operations for float vectors
Jacob Young
2023-05-08
x86_64: implement `@sqrt` for vectors
Jacob Young
2023-05-08
x86_64: implement float cast from `f16` to `f64`
Jacob Young
2023-05-08
x86_64: implement some float and float vector movement
Jacob Young
2023-05-08
x86_64: implement `@mulAdd`
Jacob Young
2023-05-08
x86_64: fix unordered float equality
Jacob Young
2023-05-08
x86_64: implement f16 cmp
Jacob Young
2023-05-08
x86_64: implement f16 conversions when supported
Jacob Young
2023-05-03
x86_64: implement movement of more types
Jacob Young
2023-05-03
x86_64: implement sqrt
Jacob Young
2023-05-03
x86_64: implement fabs
Jacob Young
2023-05-01
x86_64: implement a bunch of floating point stuff
Jacob Young
2023-04-26
x86_64: fix some floating point encoding errors
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
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
[prev]
[next]