about summary refs log tree commit diff
path: root/library/compiler-builtins/build.rs
AgeCommit message (Expand)AuthorLines
2018-10-30Revert "Conversion from a wider to a narrower IEEE-754 floating-point type"Alex Crichton-0/+1
2018-09-17Conversion from a wider to a narrower IEEE-754 floating-point typePaolo Teti-1/+0
2018-09-09Merge pull request #259 from paoloteti/cc-rsAlex Crichton-26/+0
2018-09-08Remove unused variable target_arch_armPaolo Teti-3/+0
2018-09-08Remove superfluous cc flagsPaolo Teti-23/+0
2018-09-07Merge pull request #256 from jordanrh1/windows-armAlex Crichton-1/+1
2018-09-07Remove unnecessary checkJordan Rhee-1/+1
2018-09-06Try undoing unnecessary changeJordan Rhee-1/+1
2018-09-06Support windows/arm targetJordan Rhee-2/+2
2018-09-04Fix some `use_c_shim_if` directivesAlex Crichton-0/+2
2018-08-06Follow up on PR #252Yu Ding-1/+0
2018-08-06Fix symbol collision caused by floatdisfYu Ding-1/+0
2018-07-16Don't build multc3 on AArch64 MSVCAlex Crichton-1/+4
2018-07-16openbsd: doesn't use `static` as it could result duplicated symbolsSébastien Marie-1/+1
2018-05-12use system library on openbsdSébastien Marie-0/+7
2018-04-05Merge pull request #234 from ketsuban/masterAlex Crichton-2/+0
2018-04-05Remove reference to C impl of float[un]disfThomas Winwood-2/+0
2018-02-25Remove ledf2vfp.S and lesf2vfp.S from build listPaolo Teti-2/+0
2018-02-16Fix thumbv6m build (feature=c)Paolo Teti-5/+0
2018-02-11Collection of VFP intrinsicsPaolo Teti-11/+0
2018-02-11Set -mfloat-abi=hard not only for thumb targetsPaolo Teti-4/+6
2018-02-08Add generic conversion from a narrower to a wider FP typePaolo Teti-1/+0
2018-02-04Add support for sub*f3vfp and add*f3vfpPaolo Teti-4/+0
2018-01-31Simplify how testing is doneAlex Crichton-5493/+0
2018-01-30Fix build errors on arm*-linux-gnueabiPaolo Teti-0/+20
2018-01-30Add test cases for Mul[s/d]f3vfp and Div[s/d]f3vfpPaolo Teti-0/+339
2018-01-29Add support for mul[s/d]f3vfp and div[s/d]f3vfpPaolo Teti-4/+0
2018-01-24Fix some typos/bugs with float comparison intrinsicsAlex Crichton-2/+0
2018-01-19Fix build issue and commentsPaolo Teti-1/+2
2018-01-19Skip aeabi_cdcmp and aeabi_cfcmp on big-endian targetsPaolo Teti-4/+14
2018-01-12comparesf2: do not build the assembly versions of intrinsics on ARM.whitequark-1/+0
2017-12-29comparesf2/comparedf2: fix a signedness bug and add tests.whitequark-0/+318
2017-12-29comparesf2/comparedf2: do not build the C versions of intrinsics.whitequark-2/+0
2017-12-26Use kernel user helpers for armv4tMarco A L Barbosa-2/+2
2017-11-28Auto merge of #212 - tamird:fomit-frame-pointer-not-supported-arm, r=alexcric...bors-1/+9
2017-11-27Avoid warning spewTamir Duberstein-1/+9
2017-11-26Remove mulsf3.c and muldf3.c from compiler-rt.Jan Teske-2/+0
2017-11-25Another attempt at making MIPS happyScott McMurray-15/+13
2017-11-25Autogenerate the add/sub testsScott McMurray-0/+484
2017-11-19Remove divsf3.c from compiler-rtAlex Crichton-2/+0
2017-11-13Implement divsf3 and divdf3Oliver Geller-0/+185
2017-11-08Implement mulsf3 and muldf3Oliver Geller-0/+230
2017-11-01Prepare this crate for more wasm32 compatibilityAlex Crichton-3/+13
2017-10-05Add atomic support for pre-ARMv6 on LinuxAmanieu d'Antras-0/+5
2017-09-22Update to the `cc` dependencyAlex Crichton-2/+2
2017-09-17Disable empty intrinsics on i686-apple-darwinAlex Crichton-1/+3
2017-09-15Implement x86 chkstk in "rust"Matt Ickstadt-2/+0
2017-09-12Update rustbuild commentaryTamir Duberstein-4/+8
2017-09-07Update the gcc crate to 0.3.53 and disable compilation warningsest31-1/+3
2017-07-07Don't mangle probes all the timeAlex Crichton-8/+11