about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2022-02-06Fix run-docker.sh so it can be run locallyAmanieu d'Antras-1/+1
2022-01-28Bump to 0.1.67Amanieu d'Antras-1/+1
2022-01-27Stop emitting duplicate symbols for `armv7-linux-androideabi`Daniel Sommermann-1/+1
2022-01-04Apply formatting fixes from CIPeter Michael Green-18/+19
2022-01-04allow force_eval! to produce a result and use that result to more explicitly ...Peter Michael Green-11/+17
2022-01-04only allow x87-specific result in j1f.rs test on x87Peter Michael Green-3/+2
2022-01-04round to storage format in some tests before comparison to prevent spurious e...Peter Michael Green-2/+9
2022-01-04Add forced rounding to storage format for x87 to rem_pio2.rs as well.Peter Michael Green-1/+79
2022-01-04Use force_eval instead of to_bits/from_bits combination,Peter Michael Green-3/+5
2022-01-04Fix testcases on x87Peter Michael Green-6/+78
2022-01-04force test_near_pi in rem_pio2.rs to be evaluated at runtime not compiletime.Peter Michael Green-4/+12
2022-01-04Disable musl tests on powerpc64Amanieu d'Antras-0/+9
2022-01-03Fix no-panicAmanieu d'Antras-0/+7
2022-01-03Ignore some functions which don't match muslAmanieu d'Antras-1/+13
2022-01-03Disable i686-unknown-linux-gnu tests for nowAmanieu d'Antras-1/+1
2022-01-03Disable powerpc64 tests which were broken by the LLVM 13 upgradeAmanieu d'Antras-1/+17
2021-12-13Bump to 0.1.66Amanieu d'Antras-1/+1
2021-12-12Remove truncdfsf2.c from sources in build.rs and add test for __truncdfsf2vfpAyrton-11/+12
2021-12-12Add `__truncdfsf2vfp` for ARMAyrton-0/+5
2021-12-12Add attribute for ARM aliasAyrton-0/+1
2021-12-12Add `__truncdfsf2` intrinsicAyrton-1/+145
2021-12-10Bump to 0.1.56Amanieu d'Antras-1/+1
2021-12-10Fix clippy lintsAmanieu d'Antras-8/+9
2021-12-09Import the asm! macro from core::archAmanieu d'Antras-40/+51
2021-11-28Bump to 0.1.55Amanieu d'Antras-1/+1
2021-11-28Ensure AArch64 LSE object files have distinct names in an archiveAmanieu d'Antras-23/+28
2021-11-28Bump to 0.1.54Amanieu d'Antras-1/+1
2021-11-27Use fully-qualified syntax for abs_diff to avoid warning, which can trigger a...William D. Jones-1/+1
2021-11-27Do not use atomic reads on platforms without atomic support in LLVM.William D. Jones-0/+10
2021-11-25Bump to 0.1.53Amanieu d'Antras-1/+1
2021-11-21Turn on the mem-unaligned feature for bpf targetsAlessandro Decina-1/+5
2021-11-01Bump to 0.1.52Amanieu d'Antras-1/+1
2021-10-28Use more concise directivesAlex Crichton-4/+3
2021-10-28Adjust some build directives for wasm64Alex Crichton-6/+7
2021-10-17Bump to 0.1.51Amanieu d'Antras-1/+1
2021-10-16Add xtensa to list of soft math targets.Scott Mabin-0/+2
2021-10-15expose some math to UEFI envsGeorgy Shepelev-17/+30
2021-10-15Disable broken powerpc64 test due to https://github.com/rust-lang/rust/issues...Amanieu d'Antras-0/+6
2021-09-01Bump to 0.1.50Amanieu d'Antras-1/+1
2021-08-31Use atomic_load_unordered for first word load in misaligned caseGary Guo-4/+4
2021-08-21Add different misaligned path for archs with unaligned supportGary Guo-0/+43
2021-08-21Add misaligned benchmarksGary Guo-34/+100
2021-08-21Implement word-sized copyGary Guo-16/+208
2021-08-21Add test cases for memcpy, memmove and memset for different alignmentGary Guo-0/+129
2021-07-30Bump to 0.1.49Amanieu d'Antras-1/+1
2021-07-30Don't panic if the shift intrinsics receive out-of-range shiftsAmanieu d'Antras-8/+8
2021-07-28Bump to 0.1.48Amanieu d'Antras-1/+1
2021-07-28Don't try to build out-of-line aarch64 atomics with the msvc toolchainWesley Wiser-1/+2
2021-07-14Bump to 0.1.47Amanieu d'Antras-1/+1
2021-07-14Support `long double` intrinsics in any aarch64 linuxRich Kadel-15/+13