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
Age
Commit message (
Expand
)
Author
2022-12-10
stage2: sparc64: Log generated function name for debug purposes
Koakuma
2022-12-10
stage2: sparc64: Implement atomic ops
Koakuma
2022-12-10
stage2: sparc64: Implement stack argument
Koakuma
2022-12-10
stage2: sparc64: Implement airWrapErrUnionPayload
Koakuma
2022-12-10
stage2: sparc64: Add extra note about stack_offset MCV
Koakuma
2022-12-10
stage2: sparc64: Implement airTrunc
Koakuma
2022-12-10
stage2: sparc64: Implement airSplat
Koakuma
2022-12-10
stage2: sparc64: Implement airUnionInit
Koakuma
2022-12-10
stage2: sparc64: Implement airErrorName
Koakuma
2022-12-10
stage2: sparc64: Implement get/setUnionTag
Koakuma
2022-12-05
dwarf: pull out debug line program internals into DeclState helpers
Jakub Konka
2022-12-03
Merge pull request #13744 from Vexu/stage2-fixes
Andrew Kelley
2022-12-03
Sema: fix comparisons between lazy and runtime values
Veikka Tuominen
2022-12-02
dwarf: pass linker Tag and owner Decl.Index instead of *Atom
Jakub Konka
2022-12-01
dwarf: refactor arm and riscv64 to the new scheme
Jakub Konka
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-10-21
stage2: Add `.save_err_return_trace_index` AIR op
Cody Tapscott
2022-10-12
stage2: add @addrSpaceCast builtin
Robin Voetter
2022-09-14
stage2: sparc64: Implement airSlicePtr
Koakuma
2022-09-14
stage2: sparc64: Add placeholder for some Air instructions
Koakuma
2022-09-14
stage2: sparc64: Don't track condition_flags_inst in checked binOps
Koakuma
2022-09-14
stage2: sparc64: Implement airShlWithOverflow
Koakuma
2022-09-14
stage2: sparc64: Tidy up binOp and enable more operations
Koakuma
2022-09-14
stage2: sparc64: Add airClz/airCtz placeholder
Koakuma
2022-09-14
stage2: sparc64: Implement airMulOverflow for <= 32 bits
Koakuma
2022-09-14
stage2: sparc64: Fix SPARCv9 shift opcodes encoding
Koakuma
2022-09-14
stage2: sparc64: Implement airBinop for bool_and/or
Koakuma
2022-09-14
stage2: sparc64: Implement airTagName
Koakuma
2022-09-14
stage2: sparc64: Implement airWrapOptional
Koakuma
2022-09-14
stage2: sparc64: Implement airPtrToInt
Koakuma
2022-09-14
stage2: sparc64: Add airCmpLtErrorsLen placeholder
Koakuma
2022-09-14
stage2: sparc64: Change branch_link Mir field definition
Koakuma
2022-09-14
stage2: sparc64: Add airFloatToInt & airIntToFloat placeholder
Koakuma
2022-09-13
stage2: support being built in ReleaseSafe mode
Andrew Kelley
2022-09-13
stage2: remove pointless discards from source code
Andrew Kelley
2022-08-12
stage2: generate a switch for `@errSetCast` safety
Veikka Tuominen
2022-08-05
stage2: add runtime safety for invalid enum values
Veikka Tuominen
2022-08-01
Removed param_names from Fn inside Module.zig
antlilja
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-06-30
stage2: lower float negation explicitly
Andrew Kelley
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 airErrUnionPayloadPtrSet
Koakuma
2022-06-24
stage2: sparc64: Implement airAggregateInit
Koakuma
2022-06-24
stage2: sparc64: Update BigTomb implementation to use Liveness
Koakuma
2022-06-24
stage2: sparc64: Implement airCall with BigTomb use for return
Koakuma
2022-06-24
stage2: sparc64: Add airMemset placeholder
Koakuma
2022-06-24
stage2: sparc64: Implement airBoolToInt
Koakuma
[prev]
[next]