ir/tests/c
2023-03-23 00:47:27 +03:00
..
abs_001.irt Implement ABS for C code generator 2022-04-21 01:00:46 +03:00
abs_002.irt Implement ABS for C code generator 2022-04-21 01:00:46 +03:00
add_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
bswap_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
cond_01.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
conv_001.irt Add type conversion nodes (no code generation yet) 2022-05-20 01:01:48 +03:00
conv_002.irt Add type conversion nodes (no code generation yet) 2022-05-20 01:01:48 +03:00
conv_003.irt Improve type conversion nodes 2022-05-20 09:00:13 +03:00
conv_004.irt Improve type conversion nodes 2022-05-20 09:00:13 +03:00
conv_005.irt Improve type conversion nodes 2022-05-20 09:00:13 +03:00
conv_006.irt Improve type conversion nodes 2022-05-20 09:00:13 +03:00
conv_007.irt Improve type conversion nodes 2022-05-20 09:00:13 +03:00
conv_008.irt Implement code generation for type conversion instructions 2022-05-20 13:07:41 +03:00
conv_009.irt Implement code generation for type conversion instructions 2022-05-20 13:07:41 +03:00
conv_010.irt Improve type conversion nodes 2022-05-20 09:00:13 +03:00
conv_011.irt Add test for TRUNC 2022-05-20 09:09:52 +03:00
dessa_001.irt Reimplement JMP optimization 2022-08-30 23:15:20 +03:00
dessa_002.irt Remove a "reference" edge from LOOP_END to LOOP_BEGIN node. 2023-03-23 00:47:27 +03:00
dessa_003.irt Remove a "reference" edge from LOOP_END to LOOP_BEGIN node. 2023-03-23 00:47:27 +03:00
div_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
eq_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ge_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
gt_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ijmp_001.irt Implement IJMP instruction (indirect jump or computed goto) 2022-05-19 18:56:48 +03:00
le_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
lt_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
max_01.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
min_01.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
mod_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
mul_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ne_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
neg_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
not_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
not_002.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
rol_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ror_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
sar_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
sar_002.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
shl_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
shr_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
shr_002.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
sub_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
uge_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ugt_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ule_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
ult_001.irt Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00