llvm-project/compiler-rt/test/builtins/Unit
Reid Kleckner 8007ff1ab1 [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
These lit configuration files are really Python source code. Using the
.py file extension helps editors and tools use the correct language
mode. LLVM and Clang already use this convention for lit configuration,
this change simply applies it to all of compiler-rt.

Reviewers: vitalybuka, dberris

Differential Revision: https://reviews.llvm.org/D63658

llvm-svn: 364591
2019-06-27 20:56:04 +00:00
..
arm Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ppc [compiler-rt][builtins][PowerPC] Implemented __floattitf builtin on PowerPC 2019-01-10 13:23:33 +00:00
riscv Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
absvdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
absvsi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
absvti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
adddf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
addsf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
addtf3_test.c Revert "[builtins] Rounding mode support for addxf3/subxf3" 2019-03-27 04:18:37 +00:00
addvdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
addvsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
addvti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ashldi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ashlti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ashrdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ashrti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
bswapdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
bswapsi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
clear_cache_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
clzdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
clzsi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
clzti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cmpdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cmpti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
comparedf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
comparesf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
compiler_rt_logb_test.c Fix check-builtins on Windows after alias changes 2019-05-02 22:11:55 +00:00
compiler_rt_logbf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
compiler_rt_logbl_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
cpu_model_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ctzdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ctzsi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ctzti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divdc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divdf3_test.c [builtins] Divide shouldn't underflow if rounded result would be normal. 2019-03-19 21:55:58 +00:00
divdf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divmodsi4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divsc3_test.c [compiler-rt] Make builtins test pass when using i386 gcc as host compiler 2019-05-08 15:50:21 +00:00
divsf3_test.c [builtins] Divide shouldn't underflow if rounded result would be normal. 2019-03-19 21:55:58 +00:00
divsf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divtc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divtf3_test.c [builtins] Divide shouldn't underflow if rounded result would be normal. 2019-03-19 21:55:58 +00:00
divti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
divxc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
enable_execute_stack_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00: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 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
eqsf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
eqtf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
extebdsfdf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
extenddftf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
extendhfsf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
extendsftf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ffsdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ffssi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ffsti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixdfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixdfsivfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixdfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixsfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixsfsivfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixsfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixtfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixtfsi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixtfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsdfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsdfsi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsdfsivfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsdfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunssfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunssfsi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunssfsivfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunssfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunstfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunstfsi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunstfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsxfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsxfsi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixunsxfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixxfdi_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
fixxfti_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatdidf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatdisf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatditf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatdixf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatsidfvfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatsisfvfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatsitf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floattidf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floattisf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floattitf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floattixf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatundidf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatundisf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatunditf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatundixf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatunsitf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatunssidfvfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatunssisfvfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatuntidf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatuntisf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatuntitf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
floatuntixf_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +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 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gesf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
getf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gtdf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gtsf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gttf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ledf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
lesf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
letf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
lit.cfg.py [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lit.site.cfg.py.in [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lshrdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
lshrti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ltdf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ltsf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
lttf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
moddi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
modsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
modti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
muldc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
muldf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
muldi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulodi4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulosi4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
muloti4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulsc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulsf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
multc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
multf3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
multi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulvdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulvsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulvti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
mulxc3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
nedf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negdf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negsf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negvdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negvsi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
negvti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
nesf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
netf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
paritydi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
paritysi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
parityti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
popcountdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
popcountsi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
popcountti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
powidf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
powisf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
powitf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
powixf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
subdf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
subsf3vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
subtf3_test.c Revert "[builtins] Rounding mode support for addxf3/subxf3" 2019-03-27 04:18:37 +00:00
subvdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
subvsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
subvti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
test
trampoline_setup_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
truncdfhf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
truncdfsf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
truncdfsf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
truncsfhf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
trunctfdf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
trunctfsf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ucmpdi2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ucmpti2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
udivdi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
udivmoddi4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
udivmodsi4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
udivmodti4_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
udivsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
udivti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
umoddi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
umodsi3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
umodti3_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
unorddf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
unordsf2vfp_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
unordtf2_test.c Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00