aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/common.zig
AgeCommit message (Expand)Author
2025-08-30llvm: switch to native f16 IR type for all hexagon targetsAlex Rønne Petersen
2025-08-30llvm: switch to native f16 IR type for s390xAlex Rønne Petersen
2025-08-30compiler-rt: use native f16 type for loongarchAlex Rønne Petersen
2025-08-25start adding big endian RISC-V supportAlex Rønne Petersen
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-23remove `spirv` cpu archAli Cheraghi
2025-06-19coff: add hack to build a compiler-rt dynamic libraryJacob Young
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-05-29compiler-rt: Fix some exports for *-windows-none.Alex Rønne Petersen
2025-05-19compiler-rt: Add a comment explaining why we currently need weak linkage.Alex Rønne Petersen
2025-05-19compiler-rt, zigc: Use hidden visibility except when testing.Alex Rønne Petersen
2025-04-04llvm: Update the list of targets that use native f16/f128.Alex Rønne Petersen
2025-02-22Merge pull request #22606 from dweiller/memmove-optAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-16compiler-rt: Use Windows Arm ABI routines for UEFI for now.Alex Rønne Petersen
2025-01-30compiler-rt: optimize memmovedweiller
2025-01-25compiler-rt: More accurately export Windows Arm functions.Alex Rønne Petersen
2025-01-24compiler_rt: upgrade to new panic interfacemlugg
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-10-15compiler-rt: Always use f16 as the half type for riscv.Alex Rønne Petersen
2024-10-03Merge pull request #21504 from alexrp/android-softfpAlex Rønne Petersen
2024-09-26embrace panic helpersAndrew Kelley
2024-09-26remove formatted panicsAndrew Kelley
2024-09-24std.Target: Introduce Abi.androideabi to distinguish the soft float case.Alex Rønne Petersen
2024-09-23compiler-rt: Export extra soft float libcall names for thumb-windows-gnu.Alex Rønne Petersen
2024-09-19compiler_rt: strong linkage when compiling to .cAndrew Kelley
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-01std.Target: Rework isPPC()/isPPC64() functions.Alex Rønne Petersen
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-22compiler_rt: wasm miss float exceptionsPavel Verigo
2024-03-11std.builtin: make global linkage fields lowercaseTristan Ross
2024-01-04Enable gnu_f16_abi on x86_64Anubhab Ghosh
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19compiler_rt: fight off `@as` invasionJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-04-15compiler_rt: use default visibility for non-exported symbolsAndrew Kelley
2023-04-05compiler_rt: change the abi of f16 on mac to depend on the other typeJacob Young
2023-04-05compiler_rt: attempt to fix f16 abi on mac with llvm 16Jacob Young
2023-02-24compiler_rt: declutter int.zig, add mulXi3 tests (#14623)matu3ba
2022-12-28compiler-rt: Set the symbol visibilityLuuk de Gram
2022-12-06compiler_rt: don't use the llvm windows v2u64 abi with the C backendJacob Young
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-30compiler_rt: fix gnu_f16_abi for i386-windowsAndrew Kelley
2022-10-21Support compiling for the android NDK (#13245)Louis Pearson
2022-09-20std: add return address parameter to panic fnVeikka Tuominen
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen