zig/lib/compiler_rt
Eric Joldasov 50339f595a all: zig fmt and rename "@XToY" to "@YFromX"
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2023-06-19 12:34:42 -07:00
..
aarch64_outline_atomics.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
absv.zig compiler-rt: break up functions even more 2022-06-17 16:38:59 -07:00
absvdi2_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
absvdi2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
absvsi2_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
absvsi2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
absvti2_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
absvti2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
adddf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addf3_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
addf3.zig stage2+stage1: remove type parameter from bit builtins 2022-08-22 11:19:20 +03:00
addhf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addo.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addodi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
addosi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
addoti4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
addsf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addtf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
addxf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
arm.zig compiler_rt: fix ARM memset signatures 2023-05-11 11:33:47 +03:00
atomics.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
aulldiv.zig cbe: fixes for x86 2023-01-23 13:48:36 -05:00
aullrem.zig cbe: fixes for x86 2023-01-23 13:48:36 -05:00
bcmp.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
bswap.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
bswapdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
bswapsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
bswapti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ceil.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
clear_cache.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
clzdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
clzsi2_test.zig compiler_rt: test clzsi2 on zero on CPUs where possible 2022-12-18 01:42:15 +02:00
clzti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmp.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
cmpdf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmphf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpsf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmptf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
cmpti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
cmpxf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
common.zig compiler_rt: use default visibility for non-exported symbols 2023-04-15 10:33:08 -07:00
comparedf2_test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
comparef.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
comparesf2_test.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
cos.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
count0bits.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
ctzdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ctzsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ctzti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
divc3_test.zig compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
divc3.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
divdc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divdf3_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
divdf3.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
divhc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divhf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divsc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divsf3_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
divsf3.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
divtc3.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
divtf3_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
divtf3.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
divti3_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
divti3.zig compiler_rt: fixup divti3 and fixunshfti 2023-01-01 16:44:28 -05:00
divxc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
divxf3_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
divxf3.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
emutls.zig migration: std.math.{min, min3, max, max3} -> @min & @max 2023-06-16 13:44:09 -07:00
exp2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
exp.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
extenddftf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
extenddfxf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
extendf_test.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
extendf.zig compiler_rt: Fix extendf_f80 bug 2022-10-09 13:42:39 -07:00
extendhfdf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
extendhfsf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
extendhftf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
extendhfxf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
extendsfdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
extendsftf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
extendsfxf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
extendxftf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fabs.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
ffsdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ffssi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ffsti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
fixdfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixdfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixdfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixhfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixhfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixhfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixint_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
fixsfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixsfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixsfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixtfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixtfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixtfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsdfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsdfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsdfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunshfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunshfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunshfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunssfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunssfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunssfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunstfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunstfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunstfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsxfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsxfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixunsxfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixxfdi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixxfsi.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
fixxfti.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
float_from_int_test.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
float_from_int.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatditf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatdixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsitf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatsixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floattidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floattihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floattisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floattitf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floattixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunditf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatundixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsitf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatunsixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatuntidf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatuntihf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatuntisf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatuntitf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floatuntixf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
floor.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fma.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fmax.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fmin.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fmod.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
fmodq_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
fmodx_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
gedf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gehf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gesf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
getf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
gexf2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
int_from_float_test.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
int_from_float.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
int.zig compiler_rt: declutter int.zig, add mulXi3 tests (#14623) 2023-02-24 13:27:02 -05:00
log2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
log10.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
log.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
memcmp.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
memcpy.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
memmove.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
memset.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
modti3_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
modti3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulc3_test.zig compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
mulc3.zig compiler-rt: Implement mulXc3 and divXc3 functions 2022-10-09 11:09:41 -07:00
muldc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
muldf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulf3_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
mulf3.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
mulhc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulhf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulo.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulodi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
mulosi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
muloti4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
mulsc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulsf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
multc3.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
multf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulxc3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulxf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
mulXi3_test.zig compiler_rt: declutter int.zig, add mulXi3 tests (#14623) 2023-02-24 13:27:02 -05:00
mulXi3.zig compiler_rt: declutter int.zig, add mulXi3 tests (#14623) 2023-02-24 13:27:02 -05:00
negdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
neghf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negtf2.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
negti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negv.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negvdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negvsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negvti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
negxf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
negXi2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
os_version_check.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
parity.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
paritydi2_test.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
paritysi2_test.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
parityti2_test.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
popcount.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
popcountdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
popcountsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
popcountti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
powiXf2_test.zig std.math: hard deprecate obsolete constants (soft deprecated in 0.10) 2023-06-13 23:45:12 +06:00
powiXf2.zig compiler_rt: fixup exports of PPC routines 2023-06-18 15:27:47 -07:00
rem_pio2_large.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
rem_pio2.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
rem_pio2f.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
round.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
shift_test.zig compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibility 2023-02-11 14:25:01 +02:00
shift.zig compiler_rt: declutter int.zig, add mulXi3 tests (#14623) 2023-02-24 13:27:02 -05:00
sin.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
sincos.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
sqrt.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
stack_probe.zig update usages of @call 2022-12-13 13:14:20 +02:00
subdf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
subhf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
subo.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
subodi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
subosi4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
suboti4_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
subsf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
subtf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
subxf3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
tan.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
trig.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
trunc.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
truncdfhf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
truncdfsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
truncf_test.zig compiler-rt: fix tests 2022-06-17 16:38:59 -07:00
truncf.zig all: zig fmt and rename "@XToY" to "@YFromX" 2023-06-19 12:34:42 -07:00
truncsfhf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
trunctfdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
trunctfhf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
trunctfsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
trunctfxf2.zig Merge pull request #14102 from Luukdegram/wasm-undefined-symbols 2022-12-29 17:59:44 -05:00
truncxfdf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
truncxfhf2.zig compiler_rt: change the abi of f16 on mac to depend on the other type 2023-04-05 22:05:10 -07:00
truncxfsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
ucmpdi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ucmpsi2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
ucmpti2_test.zig flatten lib/std/special and improve "pkg inside another" logic 2022-05-06 22:41:00 -07:00
udivmod.zig disable udivmod asm divq on windows 2023-06-17 13:50:05 +12:00
udivmoddi4_test.zig compiler_rt: fix TODOs in udivmod.zig 2022-11-16 13:08:41 +02:00
udivmodei4.zig update a couple more callsites to @memset 2023-04-28 13:24:43 -07:00
udivmodti4_test.zig compiler_rt: fix TODOs in udivmod.zig 2022-11-16 13:08:41 +02:00
udivmodti4.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
udivti3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
umodti3.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unorddf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordhf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordsf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordtf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00
unordxf2.zig compiler-rt: Set the symbol visibility 2022-12-28 14:57:17 +01:00