Go to file
2022-05-25 10:57:21 +03:00
dynasm Initial import 2022-04-06 00:19:23 +03:00
tests Rename "gcm_blocks" into "cfg_map" 2022-05-25 09:33:47 +03:00
.gitignore Added few basic x86_64 tests 2022-04-07 23:24:29 +03:00
gen_ir_fold_hash.c Initial import 2022-04-06 00:19:23 +03:00
ir_cfg.c Update tasks 2022-05-24 12:59:57 +03:00
ir_check.c Initial import 2022-04-06 00:19:23 +03:00
ir_disasm.c Added few more basic x86_64 tests 2022-04-08 00:29:49 +03:00
ir_dump.c Rename "gcm_blocks" into "cfg_map" 2022-05-25 09:33:47 +03:00
ir_elf.h Initial import 2022-04-06 00:19:23 +03:00
ir_emit_c.c Improve type conversion nodes 2022-05-20 09:00:13 +03:00
ir_fold.h Improve type conversion nodes 2022-05-20 09:00:13 +03:00
ir_gcm.c Fitsr and last instructions of BB and leading PARAM, PHI, PI, VAR instructions don't need to be scheduled. 2022-05-25 09:43:53 +03:00
ir_gdb.c Initial import 2022-04-06 00:19:23 +03:00
ir_main.c Rename "gcm_blocks" into "cfg_map" 2022-05-25 09:33:47 +03:00
ir_perf.c Initial import 2022-04-06 00:19:23 +03:00
ir_private.h Implement ABS for C code generator 2022-04-21 01:00:46 +03:00
ir_ra.c Move ir_ctx.unused_live_ranges to local variable 2022-05-25 10:57:21 +03:00
ir_save.c Reorder blocks according to branch probability 2022-05-24 12:47:39 +03:00
ir_sccp.c Implement IJMP instruction (indirect jump or computed goto) 2022-05-19 18:56:48 +03:00
ir_strtab.c Initial import 2022-04-06 00:19:23 +03:00
ir_test.c Topological sort of nodes in each basic block 2022-05-24 18:04:38 +03:00
ir_x86.dasc Implement code generation for type conversion instructions 2022-05-20 13:07:41 +03:00
ir_x86.h Flexable scratch register constraints (allow MUL %edx) 2022-05-13 15:10:15 +03:00
ir-test.php LSRA cleanup 2022-05-13 12:14:21 +03:00
ir.c Move ir_ctx.unused_live_ranges to local variable 2022-05-25 10:57:21 +03:00
ir.g VADDR instruction 2022-04-20 12:00:36 +03:00
ir.h Move ir_ctx.unused_live_ranges to local variable 2022-05-25 10:57:21 +03:00
Makefile Allow using debug_regset in RELEASE build 2022-05-13 09:22:31 +03:00
test.ir Initial import 2022-04-06 00:19:23 +03:00
TODO Update tasks 2022-05-24 12:59:57 +03:00