Go to file
2022-04-07 14:18:59 +03:00
dynasm Initial import 2022-04-06 00:19:23 +03:00
tests Register Allocator suppor for fixed registers, use positions and register hints (incomplete). 2022-04-07 11:11:57 +03:00
.gitignore Initial import 2022-04-06 00:19:23 +03:00
gen_ir_fold_hash.c Initial import 2022-04-06 00:19:23 +03:00
ir_cfg.c Initial import 2022-04-06 00:19:23 +03:00
ir_check.c Initial import 2022-04-06 00:19:23 +03:00
ir_disasm.c Initial import 2022-04-06 00:19:23 +03:00
ir_dump.c Register Allocator suppor for fixed registers, use positions and register hints (incomplete). 2022-04-07 11:11:57 +03:00
ir_elf.h Initial import 2022-04-06 00:19:23 +03:00
ir_emit_c.c Initial import 2022-04-06 00:19:23 +03:00
ir_fold.h Initial import 2022-04-06 00:19:23 +03:00
ir_gcm.c Initial import 2022-04-06 00:19:23 +03:00
ir_gdb.c Initial import 2022-04-06 00:19:23 +03:00
ir_main.c Initial import 2022-04-06 00:19:23 +03:00
ir_perf.c Initial import 2022-04-06 00:19:23 +03:00
ir_private.h Initial import 2022-04-06 00:19:23 +03:00
ir_ra.c Add hints and fixed intrvals for parameters 2022-04-07 14:18:59 +03:00
ir_save.c Initial import 2022-04-06 00:19:23 +03:00
ir_sccp.c Initial import 2022-04-06 00:19:23 +03:00
ir_strtab.c Initial import 2022-04-06 00:19:23 +03:00
ir_test.c Initial import 2022-04-06 00:19:23 +03:00
ir_x86.dasc Add hints and fixed intrvals for parameters 2022-04-07 14:18:59 +03:00
ir_x86.h Add hints and fixed intrvals for parameters 2022-04-07 14:18:59 +03:00
ir-test.php Initial import 2022-04-06 00:19:23 +03:00
ir.c Initial import 2022-04-06 00:19:23 +03:00
ir.g Initial import 2022-04-06 00:19:23 +03:00
ir.h Register Allocator suppor for fixed registers, use positions and register hints (incomplete). 2022-04-07 11:11:57 +03:00
Makefile Initial import 2022-04-06 00:19:23 +03:00
test.ir Initial import 2022-04-06 00:19:23 +03:00