about summary refs log tree commit diff
path: root/library/compiler-builtins
AgeCommit message (Expand)AuthorLines
2018-07-12re-structure for compiler-builtins integrationJorge Aparicio-20/+30
2018-07-12update the READMEJorge Aparicio-49/+7
2018-07-12add more commented out testsJorge Aparicio-0/+19
2018-07-12bors-ng supportJorge Aparicio-0/+6
2018-07-12add more testing infrastructureJorge Aparicio-0/+188
2018-07-12add test infrastructure for f64 functionsJorge Aparicio-11/+230
2018-07-12add comment about issue rust-lang/libm#4Jorge Aparicio-0/+3
2018-07-12fmodf is doneJorge Aparicio-1/+1
2018-07-12update the READMEJorge Aparicio-1/+7
2018-07-12implement fmodfJorge Aparicio-0/+96
2018-07-12use approximate equality with 1 ULP of toleranceJorge Aparicio-3/+9
2018-07-12Try to fix intrinsics example on nightlyAlex Crichton-6/+29
2018-07-12Merge pull request #247 from ljedrz/outdated_featureAlex Crichton-2/+0
2018-07-12Try to fix example's compile on nightlyAlex Crichton-4/+5
2018-07-12Remove #![feature(i128_type)] as i128 is stableljedrz-2/+0
2018-07-12add CIJorge Aparicio-1/+48
2018-07-12initial commitJorge Aparicio-0/+1069
2018-07-10Upgrade compiler-rt submodule, mostly for sanitizersAlex Crichton-0/+0
2018-05-28Explain why we need extra check in probestack.Masaki Hara-0/+5
2018-05-27Fix segfault on probestack with dynamic alloca.Masaki Hara-0/+7
2018-05-14Allow failures on thumb for nowAlex Crichton-0/+5
2018-05-14Update compiler-rtAlex Crichton-0/+0
2018-05-12Merge pull request #241 from semarie/openbsdAlex Crichton-0/+7
2018-05-12More attempts for intrinsics exampleAlex Crichton-23/+3
2018-05-12use system library on openbsdSébastien Marie-0/+7
2018-05-11More CI fixesAlex Crichton-2/+3
2018-05-11Attempt to fix tests on latest nightlyAlex Crichton-113/+108
2018-04-05Merge pull request #234 from ketsuban/masterAlex Crichton-4/+22
2018-04-05Remove reference to C impl of float[un]disfThomas Winwood-2/+0
2018-03-27Fix incorrect names used / generated on ARMTim Neumann-1/+67
2018-03-20stable_features allowed temporarilyMark Mansi-0/+1
2018-03-18Put back featureMark Mansi-0/+1
2018-03-17i128 is being stabilizedMark Mansi-1/+0
2018-03-14Add __floatdisf and __floatundisf intrinsicsThomas Winwood-2/+22
2018-02-25Remove ledf2vfp.S and lesf2vfp.S from build listPaolo Teti-2/+0
2018-02-25TravisCI: remove allow_failures for thumb* targetsPaolo Teti-5/+0
2018-02-25Add missing test cases for __unordsf2/__unorddf2Paolo Teti-0/+12
2018-02-25Add __ledf2vfp and __lesf2vfpPaolo Teti-2/+24
2018-02-25Remove no_std featuresPaolo Teti-5/+2
2018-02-25Keep mangled-names as a default featurePaolo Teti-6/+9
2018-02-25testcrate/lib.rs: use #![no_std] unconditionallyPaolo Teti-9/+1
2018-02-24Use upstream for utestPaolo Teti-3/+3
2018-02-18Fix CI for thumb* targetsPaolo Teti-18/+56
2018-02-16Fix thumbv6m build (feature=c)Paolo Teti-8/+8
2018-02-12Auto merge of #231 - paoloteti:vfp, r=alexcrichtonbors-31/+150
2018-02-12Merge branch 'llvm-60'Alex Crichton-1/+1
2018-02-12Update Progress listPaolo Teti-4/+4
2018-02-11Collection of VFP intrinsicsPaolo Teti-23/+140
2018-02-11Set -mfloat-abi=hard not only for thumb targetsPaolo Teti-4/+6
2018-02-09Fix __subsf3 and __subdf3 on x86Paolo Teti-2/+4