.. |
codegen_tests_arithmetic.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_arrays.txt
|
fixing nasty bug
|
2024-10-17 15:48:22 +02:00 |
codegen_tests_c_strings.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_comments.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_comptime_function_from_another_file.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_comptime_min_reg_leak.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_different_types.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_directives.txt
|
adding test for embed
|
2024-10-13 20:01:18 +02:00 |
codegen_tests_fb_driver.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_functions.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_generic_functions.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_generic_types.txt
|
fixing nasty bug
|
2024-10-17 15:48:22 +02:00 |
codegen_tests_global_variables.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_hex_octal_binary_literals.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_idk.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_if_statements.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_inline.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_inline_test.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_inlined_generic_functions.txt
|
fixing generic function inlining
|
2024-10-12 22:29:52 +02:00 |
codegen_tests_integer_inference_issues.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_loops.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_pointers.txt
|
adding test for embed
|
2024-10-13 20:01:18 +02:00 |
codegen_tests_request_page.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_some_generic_code.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_something_somehow.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_sort_something_viredly.txt
|
fixing struct return and copy miscompilation
|
2024-10-20 18:49:41 +02:00 |
codegen_tests_struct_operators.txt
|
fixing nasty bug
|
2024-10-17 15:48:22 +02:00 |
codegen_tests_struct_patterns.txt
|
fixing nasty bug
|
2024-10-17 15:48:22 +02:00 |
codegen_tests_struct_return_from_module_function.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_structs.txt
|
fixing code scheduling bugs
|
2024-10-19 10:17:36 +02:00 |
codegen_tests_tests_ptr_to_ptr_copy.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_variables.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
codegen_tests_wide_ret.txt
|
foo
|
2024-10-17 19:32:10 +02:00 |
codegen_tests_wired_mem_swap.txt
|
fixing some bugs
|
2024-10-13 13:30:00 +02:00 |
codegen_tests_writing_into_string.txt
|
fixing struct return and copy miscompilation
|
2024-10-20 18:49:41 +02:00 |
son_tests_arithmetic.txt
|
renaming directories, reducing temporary allocations during parsing
|
2024-10-10 15:48:08 +02:00 |
son_tests_arrays.txt
|
eliminating more useless operations
|
2024-10-26 12:48:57 +02: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
|
adding better binaro operator errors positions
|
2024-10-25 15:40:23 +02: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
|
adding the stack optimizations
|
2024-10-24 10:21:10 +02: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_different_types.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_directives.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_exhaustive_loop_testing.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_fb_driver.txt
|
changing uint to be the default
|
2024-10-25 14:51:33 +02:00 |
son_tests_functions.txt
|
okay now it works
|
2024-10-24 09:43:07 +02:00 |
son_tests_generic_functions.txt
|
adding better binaro operator errors positions
|
2024-10-25 15:40:23 +02:00 |
son_tests_generic_types.txt
|
eliminating more useless stack moves related to return values
|
2024-10-26 13:43:36 +02: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
|
appliing late peepholes
|
2024-10-26 10:45:50 +02:00 |
son_tests_if_statements.txt
|
changing uint to be the default
|
2024-10-25 14:51:33 +02:00 |
son_tests_inline.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_inline_test.txt
|
eliminating more useless operations
|
2024-10-26 12:48:57 +02:00 |
son_tests_inlined_generic_functions.txt
|
generic functions work now
|
2024-10-22 07:20:08 +02:00 |
son_tests_intcast_store.txt
|
eliminating more useless operations
|
2024-10-26 12:48:57 +02: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
|
handling conditional stores
|
2024-10-18 13:11:11 +02:00 |
son_tests_main_fn.txt
|
adding more tests and organizing things
|
2024-10-20 15:33:32 +02:00 |
son_tests_nonexistent_ident_import.txt
|
fixing nonexistent identifier file mismatch
|
2024-10-26 14:06:08 +02:00 |
son_tests_pointer_opts.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_pointers.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_reading_idk.txt
|
removing idk for scalar values (antipattern)
|
2024-10-27 00:02:59 +02:00 |
son_tests_request_page.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_returning_global_struct.txt
|
eliminating more useless stack moves related to return values
|
2024-10-26 13:43:36 +02:00 |
son_tests_signed_to_unsigned_upcast.txt
|
adding pointer checks on ecas
|
2024-10-25 16:33:56 +02:00 |
son_tests_small_struct_assignment.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_small_struct_bitcast.txt
|
fixing overoptimization of load -> store
|
2024-10-24 15:39:38 +02:00 |
son_tests_smh_happened.txt
|
seems to be compiling
|
2024-10-22 16:53:48 +02: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
|
appliing late peepholes
|
2024-10-26 10:45:50 +02:00 |
son_tests_struct_operators.txt
|
eliminating more useless operations
|
2024-10-26 12:48:57 +02:00 |
son_tests_struct_patterns.txt
|
eliminating more useless operations
|
2024-10-26 12:48:57 +02:00 |
son_tests_struct_return_from_module_function.txt
|
adding rescheduling
|
2024-10-26 00:34:22 +02:00 |
son_tests_structs.txt
|
eliminating more useless stack moves related to return values
|
2024-10-26 13:43:36 +02:00 |
son_tests_structs_in_registers.txt
|
fixing some bugs and making the generic types work, well not quite
|
2024-10-22 10:08:50 +02:00 |
son_tests_tests_ptr_to_ptr_copy.txt
|
appliing late peepholes
|
2024-10-26 10:45:50 +02: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
|
eliminating more useless stack moves related to return values
|
2024-10-26 13:43:36 +02:00 |
son_tests_writing_into_string.txt
|
adding more tests and organizing things
|
2024-10-20 15:33:32 +02:00 |