llvm-project/compiler-rt/test/builtins/Unit
Luís Marques 689f1e85ba [compiler-rt] [builtins] Fix logb / logbl tests
Like was done before in D67999 for `logbf`, this patch fixes the tests for
the internal compiler-rt implementations of `logb` and `logbl` to consider
all NaNs equivalent. Not doing so was resulting in test failures for
riscv64, since the the NaNs had different signs, but the spec doesn't
specify the NaN signedness or payload.

Fixes bug 44244.

Reviewers: rupprecht, delcypher
Reviewed By: rupprecht, delcypher
Differential Revision: https://reviews.llvm.org/D74826
2020-02-20 10:16:03 +00:00
..
arm [lit] Remove lit's REQUIRES-ANY directive 2019-12-17 10:36:36 +00:00
ppc [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPC 2019-11-25 14:54:03 -06:00
riscv [lit] Remove lit's REQUIRES-ANY directive 2019-12-17 10:36:36 +00:00
absvdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
absvsi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
absvti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
adddf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
addsf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
addtf3_test.c Revert "Revert 1689ad27af "[builtins] Implement rounding mode support for i386/x86_64"" 2019-11-27 17:29:20 -08:00
addvdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
addvsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
addvti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ashldi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ashlti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ashrdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ashrti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
bswapdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
bswapsi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
clear_cache_test.c [compiler-rt] [builtins] Fix clear_cache_test to work with MPROTECT 2020-01-22 17:04:54 +01:00
clzdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
clzsi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
clzti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
cmpdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
cmpti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
comparedf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
comparesf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
compiler_rt_logb_test.c [compiler-rt] [builtins] Fix logb / logbl tests 2020-02-20 10:16:03 +00:00
compiler_rt_logbf_test.c Fix `compiler_rt_logbf_test.c` test failure for Builtins-i386-darwin test suite. 2019-10-08 20:06:01 +00:00
compiler_rt_logbl_test.c [compiler-rt] [builtins] Fix logb / logbl tests 2020-02-20 10:16:03 +00:00
cpu_model_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ctzdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ctzsi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ctzti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divdc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divdf3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divdf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divmodsi4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divsc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divsf3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divsf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divtc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divtf3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
divxc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
enable_execute_stack_test.c [compiler-rt] [test] Disable MPROTECT on two builtin tests 2019-12-20 17:50:53 +01:00
endianness.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
eqdf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
eqsf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
eqtf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
extenddftf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
extendhfsf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
extendsfdf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
extendsftf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ffsdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ffssi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ffsti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixdfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixdfsivfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixdfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixsfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixsfsivfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixsfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixtfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixtfsi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixtfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsdfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsdfsi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsdfsivfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsdfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunssfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunssfsi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunssfsivfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunssfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunstfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunstfsi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunstfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsxfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsxfsi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixunsxfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixxfdi_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fixxfti_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatdidf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatdisf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatditf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatdixf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatsidfvfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatsisfvfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatsitf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floattidf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floattisf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floattitf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floattixf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatundidf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatundisf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatunditf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatundixf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatunsitf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatunssidfvfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatunssisfvfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatuntidf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatuntisf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatuntitf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
floatuntixf_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
fp_test.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gcc_personality_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gcc_personality_test_helper.cxx Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gedf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
gesf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
getf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
gtdf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
gtsf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
gttf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ledf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
lesf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
letf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
lit.cfg.py Revert "[Builtins] Downgrade duplicate source file warning from a fatal error to a warning." 2019-10-30 16:21:46 -07:00
lit.site.cfg.py.in [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
lshrdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
lshrti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ltdf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ltsf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
lttf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
moddi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
modsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
modti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
muldc3_test.c Fix regression due to reviews.llvm.org/D74436 by adding option ffp-contract=off to RUN line 2020-02-12 19:05:18 -08:00
muldf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
muldi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulodi4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulosi4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
muloti4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulsc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulsf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
multc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
multf3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
multi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulvdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulvsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulvti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
mulxc3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
nedf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negdf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negsf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negvdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negvsi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
negvti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
nesf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
netf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
paritydi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
paritysi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
parityti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
popcountdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
popcountsi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
popcountti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
powidf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
powisf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
powitf2_test.c [compiler-rt] Compile __powitf2 under wasm 2020-02-11 17:35:07 -08:00
powixf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
subdf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
subsf3vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
subtf3_test.c Revert "Revert 1689ad27af "[builtins] Implement rounding mode support for i386/x86_64"" 2019-11-27 17:29:20 -08:00
subvdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
subvsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
subvti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
test
trampoline_setup_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
truncdfhf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
truncdfsf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
truncdfsf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
truncsfhf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
trunctfdf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
trunctfsf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ucmpdi2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
ucmpti2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
udivdi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
udivmoddi4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
udivmodsi4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
udivmodti4_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
udivsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
udivti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
umoddi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
umodsi3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
umodti3_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
unorddf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
unordsf2vfp_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00
unordtf2_test.c [Builtins] Provide a mechanism to selectively disable tests based on whether an implementation is provided by a builtin library. 2019-10-17 18:12:49 +00:00