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
/
lib
/
compiler_rt
/
common.zig
Age
Commit message (
Expand
)
Author
2025-08-30
llvm: switch to native f16 IR type for all hexagon targets
Alex Rønne Petersen
2025-08-30
llvm: switch to native f16 IR type for s390x
Alex Rønne Petersen
2025-08-30
compiler-rt: use native f16 type for loongarch
Alex Rønne Petersen
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
coff: add hack to build a compiler-rt dynamic library
Jacob Young
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-05-29
compiler-rt: Fix some exports for *-windows-none.
Alex Rønne Petersen
2025-05-19
compiler-rt: Add a comment explaining why we currently need weak linkage.
Alex Rønne Petersen
2025-05-19
compiler-rt, zigc: Use hidden visibility except when testing.
Alex Rønne Petersen
2025-04-04
llvm: Update the list of targets that use native f16/f128.
Alex Rønne Petersen
2025-02-22
Merge pull request #22606 from dweiller/memmove-opt
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-16
compiler-rt: Use Windows Arm ABI routines for UEFI for now.
Alex Rønne Petersen
2025-01-30
compiler-rt: optimize memmove
dweiller
2025-01-25
compiler-rt: More accurately export Windows Arm functions.
Alex Rønne Petersen
2025-01-24
compiler_rt: upgrade to new panic interface
mlugg
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-15
compiler-rt: Always use f16 as the half type for riscv.
Alex Rønne Petersen
2024-10-03
Merge pull request #21504 from alexrp/android-softfp
Alex Rønne Petersen
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-23
compiler-rt: Export extra soft float libcall names for thumb-windows-gnu.
Alex Rønne Petersen
2024-09-19
compiler_rt: strong linkage when compiling to .c
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-01
std.Target: Rework isPPC()/isPPC64() functions.
Alex Rønne Petersen
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-22
compiler_rt: wasm miss float exceptions
Pavel Verigo
2024-03-11
std.builtin: make global linkage fields lowercase
Tristan Ross
2024-01-04
Enable gnu_f16_abi on x86_64
Anubhab Ghosh
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-01
x86_64: implement float compare and cast builtins
Jacob Young
2023-09-19
compiler_rt: fix arm hard-float f16 abi
Jacob Young
2023-09-19
compiler_rt: fight off `@as` invasion
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-15
compiler_rt: use default visibility for non-exported symbols
Andrew Kelley
2023-04-05
compiler_rt: change the abi of f16 on mac to depend on the other type
Jacob Young
2023-04-05
compiler_rt: attempt to fix f16 abi on mac with llvm 16
Jacob Young
2023-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-12-06
compiler_rt: don't use the llvm windows v2u64 abi with the C backend
Jacob Young
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-30
compiler_rt: fix gnu_f16_abi for i386-windows
Andrew Kelley
2022-10-21
Support compiling for the android NDK (#13245)
Louis Pearson
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-08-29
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
[next]