holey-bytes/lang/tests
2024-11-06 17:35:01 +00:00
..
son_tests_advanced_floating_point_arithmetic.txt test broken sin function 2024-11-06 17:35:01 +00:00
son_tests_aliasing_overoptimization.txt adding a lot better load elimination 2024-10-29 10:31:52 +01:00
son_tests_arithmetic.txt renaming directories, reducing temporary allocations during parsing 2024-10-10 15:48:08 +02:00
son_tests_arrays.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_big_array_crash.txt adding rescheduling 2024-10-26 00:34:22 +02:00
son_tests_branch_assignments.txt renaming directories, reducing temporary allocations during parsing 2024-10-10 15:48:08 +02:00
son_tests_c_strings.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_comments.txt renaming directories, reducing temporary allocations during parsing 2024-10-10 15:48:08 +02:00
son_tests_comptime_function_from_another_file.txt adding more tests and organizing things 2024-10-20 15:33:32 +02:00
son_tests_comptime_min_reg_leak.txt unifiing the type resolution into a trait 2024-10-20 15:16:55 +02:00
son_tests_conditional_stores.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_const_folding_with_arg.txt renaming directories, reducing temporary allocations during parsing 2024-10-10 15:48:08 +02:00
son_tests_dead_code_in_loop.txt adding better dead code elimination 2024-10-26 20:29:31 +02:00
son_tests_die.txt adding unreachable 2024-11-03 10:15:03 +01:00
son_tests_different_types.txt adding a lot better load elimination 2024-10-29 10:31:52 +01:00
son_tests_directives.txt fixing very sneaky bug 2024-11-04 12:38:47 +01:00
son_tests_exhaustive_loop_testing.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_fb_driver.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_floating_point_arithmetic.txt adding floating point arithmetic 2024-10-29 13:36:12 +01:00
son_tests_functions.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_generic_functions.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_generic_types.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_global_aliasing_overptimization.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_global_variables.txt implementing global variables 2024-10-20 10:37:48 +02:00
son_tests_hex_octal_binary_literals.txt renaming directories, reducing temporary allocations during parsing 2024-10-10 15:48:08 +02:00
son_tests_idk.txt fixing the matrix 2024-10-30 13:45:19 +01:00
son_tests_if_statements.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_infinite_loop_after_peephole.txt handling infinite loops properly 2024-10-27 11:32:34 +01:00
son_tests_inline.txt removing old compiler 2024-10-27 13:57:00 +01:00
son_tests_inline_test.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_inlined_generic_functions.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_inlining_issues.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_inlining_loops.txt deferring all null checks after the peepholes 2024-11-03 21:13:24 +01:00
son_tests_intcast_store.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_integer_inference_issues.txt okay now it works 2024-10-24 09:43:07 +02:00
son_tests_loop_stores.txt adding the stack optimizations 2024-10-24 10:21:10 +02:00
son_tests_loops.txt removing old compiler 2024-10-27 13:57:00 +01:00
son_tests_main_fn.txt adding more tests and organizing things 2024-10-20 15:33:32 +02:00
son_tests_more_if_opts.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_needless_unwrap.txt nasty bug with rescheduled load 2024-11-04 19:18:37 +01:00
son_tests_nonexistent_ident_import.txt fixing nonexistent identifier file mismatch 2024-10-26 14:06:08 +02:00
son_tests_null_check_test.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_nullable_types.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_only_break_loop.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_optional_from_eca.txt optional from eca test 2024-11-05 18:07:04 +00:00
son_tests_overwrite_aliasing_overoptimization.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_pointer_opts.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_pointers.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_reading_idk.txt allowing 0 idk 2024-11-03 22:54:05 +01:00
son_tests_request_page.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_returning_global_struct.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_signed_to_unsigned_upcast.txt cleaning up tests 2024-10-27 19:13:25 +01:00
son_tests_small_struct_assignment.txt saving 2024-10-29 20:38:33 +01:00
son_tests_small_struct_bitcast.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_some_generic_code.txt generic functions work now 2024-10-22 07:20:08 +02:00
son_tests_sort_something_viredly.txt changing uint to be the default 2024-10-25 14:51:33 +02:00
son_tests_string_flip.txt fixing the matrix 2024-10-30 13:45:19 +01:00
son_tests_struct_in_register.txt cleaning up tests 2024-10-27 19:13:25 +01:00
son_tests_struct_operators.txt finally struct operators fold into constant 2024-10-30 14:10:46 +01:00
son_tests_struct_patterns.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_struct_return_from_module_function.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_structs.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_tests_ptr_to_ptr_copy.txt fixing the matrix 2024-10-30 13:45:19 +01:00
son_tests_variables.txt renaming directories, reducing temporary allocations during parsing 2024-10-10 15:48:08 +02:00
son_tests_wide_ret.txt making a Backend trait to separate the different backends we will have in the fucture 2024-11-05 14:52:30 +01:00
son_tests_writing_into_string.txt adding more tests and organizing things 2024-10-20 15:33:32 +02:00