about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2024-05-08Enable chkstk/alloca intrinsics on i686-unknown-uefiNicholas Bishop-4/+2
2024-05-06Deny warnings in CITrevor Gross-1/+16
2024-05-04Release version 0.1.111Amanieu d'Antras-1/+1
2024-05-04fix: Add `#[avr_skip]` for `__addsf3` & `__adddf3`Patryk Wychowaniec-0/+2
2024-05-04Release version 0.1.110Amanieu d'Antras-1/+1
2024-05-04Update reference to rustc-std-workspace-coreMartin Nordholts-2/+2
2024-05-03Cleanup `manged-names` macroAmjad Alsharafi-22/+25
2024-05-03Remove unneeded `weak` for `optimized-c` functionAmjad Alsharafi-1/+0
2024-05-03Apply `weak` attributes to all intrinsicsAmjad Alsharafi-117/+14
2024-05-02Add builtins for `f16`/`f128` float conversionsbeetrees-115/+283
2024-04-30Updated `libm` to fix `clippy` warningAmjad Alsharafi-3/+0
2024-04-30Fix clippy warnings in `math`Amjad Alsharafi-0/+5
2024-04-30Fix math libraries not being linked on some platformsAmjad Alsharafi-8/+0
2024-04-30Fix `clippy::deprecated_cfg_attr` on compiler_builtinsAmjad Alsharafi-1/+1
2024-04-28Update status of 128-bit integers in README.mdbeetrees-1/+1
2024-04-19Apply some more fixes suggested by ShellcheckTrevor Gross-30/+36
2024-04-19Add a way to run tests on non-linux machinesTrevor Gross-68/+176
2024-04-16Add CI testing for AArch64 DarwinTrevor Gross-0/+5
2024-04-16Change aarch64_linux module and lse tests to have the same gatingTrevor Gross-4/+1
2024-04-10Release 0.1.109Amanieu d'Antras-1/+1
2024-04-10Do not include math intrinsics for windows and apple targetsAmjad Alsharafi-0/+1
2024-04-10Always have math functions but with `weak` linking attribute if we canAmjad Alsharafi-67/+17
2024-04-10add lib.miri.rs file for miri-test-libstdRalf Jung-0/+5
2024-04-07Add __chkstk on i686-pc-windows-gnu.Jeremy Drake-1/+14
2024-04-02Corrected English typosJeff Thuong-5/+5
2024-03-29Sync x86 chkstk intrinsics with LLVMKleis Auke Wolthuizen-91/+2
2024-03-28Add support for arm64ecDaniel Paoliello-3/+6
2024-03-28Remove duplicate symbol workaroundtrevyn-7/+2
2024-03-28Add compiler-rt fallbacks on loongarch64-muslWANG Rui-0/+18
2024-03-28add c_unwind featureRalf Jung-0/+1
2024-03-28Clean up and rework CI scriptAmanieu d'Antras-30/+37
2024-02-21Remove unneeded `extern core` in `tgamma`Amjad Alsharafi-1/+0
2024-02-21Allow internal_features lint when building with "unstable"Amanieu d'Antras-1/+2
2024-02-04Release 0.1.108Amanieu d'Antras-1/+1
2024-02-02Also don't build floatdixf and floatundixfNikita Popov-18/+1
2024-01-31Remove 80-bit builtins entirelyNikita Popov-9/+0
2024-01-31Bump to 0.1.107 (#571)Amanieu d'Antras-1/+1
2024-01-28Merge branch 'master' into wasmtrevyn-5/+31
2024-01-28Handle move of cpu_model.cTyler Mandry-1/+6
2024-01-26Merge pull request #569 from Kobzol/ci-check-successAmanieu d'Antras-0/+15
2024-01-24fix: replace travis link with github actions linkBD103-1/+1
2024-01-24CI: add a success conclusion jobJakub Beránek-0/+15
2024-01-22Only add 80-bit long double source on x86Nikita Popov-3/+9
2024-01-18Merge branch 'master' into wasmtrevyn-8/+6
2024-01-18Bump to 0.1.106Amanieu d'Antras-1/+1
2024-01-18Merge pull request #563 from alistair23/alistair/riscv-builtinsAmanieu d'Antras-7/+2
2024-01-09build: Allow building C compiler-rt fallbacks for wasmtrevyn-9/+5
2024-01-09Update actions/checkout action to v4Taiki Endo-3/+3
2023-12-20build: Allow building C compiler-rt fallbacks for RISC-VAlistair Francis-7/+2
2023-12-14Bump to 0.1.105Amanieu d'Antras-1/+1