Go to file
2022-05-25 22:00:18 +03:00
dynasm Initial import 2022-04-06 00:19:23 +03:00
tests Allow multi-target test suite 2022-05-25 17:38:22 +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 Ger rid of ir_ctx.bb_num and double neaning of ir_ctx.prev_insn_len 2022-05-25 11:58:35 +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 x86_32 backend (incomplete) 2022-05-25 22:00:18 +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 Allow multi-target test suite 2022-05-25 17:38:22 +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 Ger rid of ir_ctx.bb_num and double neaning of ir_ctx.prev_insn_len 2022-05-25 11:58:35 +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 x86_32 backend (incomplete) 2022-05-25 22:00:18 +03:00
ir_x86.h x86_32 backend (incomplete) 2022-05-25 22:00:18 +03:00
ir-test.php Allow multi-target test suite 2022-05-25 17:38:22 +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 Allow multi-target test suite 2022-05-25 17:38:22 +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 x86_32 backend (incomplete) 2022-05-25 22:00:18 +03:00