about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2021-07-09updated link to musl websiteSuKiN-a-1/+1
2021-06-30Optimize round and roundfBrian Vincent-62/+28
2021-06-25Update libmJethro Beekman-1/+1
2021-06-24Fix substract with borrow in FMAJethro Beekman-4/+12
2021-06-24Fix build failure with latest nightlyJethro Beekman-2/+2
2021-06-04Bump to 0.1.45Amanieu d'Antras-1/+1
2021-06-03Fix build on targets with fewer than 3 components in their nameAmanieu d'Antras-1/+3
2021-06-03Merge pull request #424 from AaronKutch/issue422Amanieu d'Antras-29/+64
2021-06-02Add public-test-deps feature for better visibility controlAaron Kutch-29/+64
2021-06-01Bump to 0.1.44Amanieu d'Antras-1/+1
2021-05-31Include Linux atomic emulation on androideabiTilmann Meyer-3/+10
2021-05-31Suppress some warningsYuki Okushi-0/+4
2021-05-13Bump to 0.1.43Amanieu d'Antras-1/+1
2021-05-13Don't embed lse_*.a inside another static libraryAmanieu d'Antras-17/+6
2021-05-02Bump to 0.1.42Amanieu d'Antras-1/+1
2021-05-02Add missing .att_syntax from #414Amanieu d'Antras-0/+3
2021-04-30Bump to 0.1.41Amanieu d'Antras-1/+1
2021-04-30Update the version of compiler-rt in CIJosh Triplett-2/+2
2021-04-30Make the name of the intermediate library more closely match the intrinsicJosh Triplett-1/+1
2021-04-30Require lse.S (now available in current LLVM)Josh Triplett-6/+1
2021-04-30Fix typo in instruction name: s/cwp/swp/Josh Triplett-1/+1
2021-04-30add support for building outlined aarch64 intrinsicsGeorge Burgess IV-1/+70
2021-04-30Fix CI on latest nightlyAmanieu d'Antras-1/+1
2021-04-23Revert "Disable AArch64 FP-to-int tests"Amanieu d'Antras-2/+0
2021-04-11Bump to 0.1.40Amanieu d'Antras-1/+1
2021-04-11Merge pull request #414 from Amanieu/global_asmAmanieu d'Antras-0/+3
2021-04-10Mark global_asm! code with .att_syntaxAmanieu d'Antras-0/+3
2021-04-10Fix typobjorn3-2/+2
2021-04-04Add `#[linkage = "weak"]` attribute to all `mem` instrinics.Scott Mabin-0/+5
2021-04-03Add compiler-rt fallbacks on mips64-muslmessense-0/+2
2021-04-02Merge pull request #397 from AaronKutch/float_refactorAmanieu d'Antras-1772/+449
2021-04-02add clippy to CIAaron Kutch-2/+18
2021-04-02Replace llvm_asm! with asm!Amanieu d'Antras-199/+194
2021-04-02Remove `rand` dependency, update `rand_xoshiro`Aaron Kutch-4/+1
2021-04-02fix CTFE cycleAaron Kutch-1/+1
2021-04-02Fix all clippy warningsAaron Kutch-16/+28
2021-04-02Fix panic-handler documentationAaron Kutch-1/+1
2021-04-02Delete redundant testsAaron Kutch-1480/+0
2021-04-02fix `powi`Aaron Kutch-44/+51
2021-04-02add remaining floating point testsAaron Kutch-15/+160
2021-04-02refactor float conversionAaron Kutch-222/+198
2021-04-02fix abs_diff bugAaron Kutch-1/+5
2021-04-02Merge pull request #406 from bjorn3/less_rust_intrinsicsAmanieu d'Antras-40/+1
2021-04-02Merge pull request #404 from est31/masterAmanieu d'Antras-11/+11
2021-04-02Disable AArch64 FP-to-int testsAmanieu d'Antras-0/+2
2021-03-28add "readme"-key to Cargo.toml in order for this crate to have a preview on c...Philipp Schuster-0/+1
2021-02-21Remove unused __rust_* shift intrinsicsbjorn3-40/+1
2021-02-05Use the newly stabilized BITS constant on the integer typesest31-11/+11
2021-01-06Bump to 0.1.39Amanieu d'Antras-1/+1
2021-01-04Remove `count_ones` (#399)Aaron Kutch-5/+0