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
/
sparc64
/
bits.zig
Age
Commit message (
Expand
)
Author
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-04-28
stage2: sparc64: Implement ASI load/store ops
Koakuma
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-09-14
stage2: sparc64: Fix SPARCv9 shift opcodes encoding
Koakuma
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-06-24
stage2: sparc64: Implement SPARCv9 movr
Koakuma
2022-06-24
stage2: sparc64: Implement airRem, airMod, and SPARCv9 s/udivx
Koakuma
2022-06-24
stage2: sparc64: Implement SPARCv9 shifts
Koakuma
2022-06-24
stage2: sparc64: Implement airFence + SPARCv9 membar
Koakuma
2022-06-24
stage2: sparc64: Implement SPARCv9 and
Koakuma
2022-06-24
stage2: sparc64: Introduce condition_register MCValue type
Koakuma
2022-06-24
stage2: sparc64: Merge the compare_flag structs into condition_flags
Koakuma
2022-06-06
stage2: sparc64: Implement SPARCv9 xor, xnor, & not
Koakuma
2022-06-06
stage2: sparc64: Implement SPARCv9 addcc and movcc
Koakuma
2022-06-06
stage2: sparc64: Fix CompareOperator <-> ICondition mapping
Koakuma
2022-05-16
stage2: sparc64: Implement SPARCv9 mulx
Koakuma
2022-05-16
stage2: sparc64: Implement SPARCv9 bpr
Koakuma
2022-05-16
stage2: sparc64: Implement SPARCv9 bpcc
Koakuma
2022-05-16
stage2: sparc64: Implement SPARCv9 subcc
Koakuma
2022-05-16
stage2: sparc64: Split the conditionals between integer and FP ones
Koakuma
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma