Go to file
Dmitry Stogov 549ac2efd9 Add test
2022-04-22 11:32:59 +03:00
dynasm Initial import 2022-04-06 00:19:23 +03:00
tests Add test 2022-04-22 11:32:59 +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 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 Added few more basic x86_64 tests 2022-04-08 00:29:49 +03:00
ir_dump.c Improve register allocation for commutative instructions 2022-04-21 16:38:18 +03:00
ir_elf.h Initial import 2022-04-06 00:19:23 +03:00
ir_emit_c.c Implement ABS for C code generator 2022-04-21 01:00:46 +03:00
ir_fold.h Implement ABS for C code generator 2022-04-21 01:00:46 +03:00
ir_gcm.c Code generation for VLOAD and VSTORE 2022-04-19 22:35:29 +03:00
ir_gdb.c Initial import 2022-04-06 00:19:23 +03:00
ir_main.c Code generation for VLOAD and VSTORE 2022-04-19 22:35:29 +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 Allow memory update instructions (without loading into register) 2022-04-22 01:40:10 +03:00
ir_save.c Code generation for VLOAD and VSTORE 2022-04-19 22:35:29 +03:00
ir_sccp.c Code generation for VLOAD and VSTORE 2022-04-19 22:35:29 +03:00
ir_strtab.c Initial import 2022-04-06 00:19:23 +03:00
ir_test.c Add ability to run "ir_test" with different optimization levels 2022-04-19 11:03:01 +03:00
ir_x86.dasc Merge spill slots for VAR, VLOAD and VSTORE (this may be unsafe) 2022-04-22 11:30:33 +03:00
ir_x86.h Better CPU constraint model and initial support for live interval splitting (incomplete) 2022-04-14 22:40:13 +03:00
ir-test.php Added more x86_64 tests for integer comparison 2022-04-08 10:05:42 +03:00
ir.c Add IR_OP_FLAG_COMMUTATIVE 2022-04-21 11:30:05 +03:00
ir.g VADDR instruction 2022-04-20 12:00:36 +03:00
ir.h Improve register allocation for commutative instructions 2022-04-21 16:38:18 +03:00
Makefile Support for more instruction in C backend and BOOL_NOT in x86_86 2022-04-08 19:02:11 +03:00
test.ir Initial import 2022-04-06 00:19:23 +03:00
TODO Improve code for commutative instructions 2022-04-21 21:47:00 +03:00