Go to file
Dmitry Stogov 1c78c3a2c2 Fix CFG consruction when some BB cannot be find using backward serach
(e.g. function with an infinity loop and without return)
2022-06-17 12:20:15 +03:00
dynasm Merge last changes from LuaJIT repo 2022-06-02 15:26:58 +03:00
tests Remove LOOP_EXIT 2022-06-15 17:27:31 +03:00
.gitignore Start Aarch64 back-end 2022-06-01 00:51:02 +03:00
gen_ir_fold_hash.c cleanup 2022-05-27 13:18:04 +03:00
ir_aarch64.dasc Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
ir_aarch64.h Aarch64 back-end (incomplete) 2022-06-02 18:34:47 +03:00
ir_cfg.c Fix CFG consruction when some BB cannot be find using backward serach 2022-06-17 12:20:15 +03:00
ir_check.c cleanup 2022-05-27 13:18:04 +03:00
ir_disasm.c Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
ir_dump.c cleanup 2022-06-15 22:48:19 +03:00
ir_elf.h Start Aarch64 back-end 2022-05-31 11:22:31 +03:00
ir_emit_c.c Remove LOOP_EXIT 2022-06-15 17:27:31 +03:00
ir_fold.h Improve type conversion nodes 2022-05-20 09:00:13 +03:00
ir_gcm.c Allow LOOP_BEGIN to have multiple input back-edges 2022-06-16 12:31:23 +03:00
ir_gdb.c Allow emitting native code into preallocated buffer 2022-06-10 11:30:19 +03:00
ir_main.c Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
ir_perf.c cleanup 2022-05-27 13:18:04 +03:00
ir_php.h Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
ir_private.h Fix incorret size 2022-06-17 10:08:05 +03:00
ir_ra.c Initial support for PHP 2022-06-10 00:16:29 +03:00
ir_save.c Allow LOOP_BEGIN to have multiple input back-edges 2022-06-16 12:31:23 +03:00
ir_sccp.c Allow LOOP_BEGIN to have multiple input back-edges 2022-06-16 12:31:23 +03:00
ir_strtab.c cleanup 2022-05-27 13:18:04 +03:00
ir_test.c Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
ir_x86.dasc Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
ir_x86.h Start Aarch64 back-end 2022-05-31 11:22:31 +03:00
ir-test.php Aarch64 backend support & unification 2022-06-01 18:16:32 +03:00
ir.c Allow LOOP_BEGIN to have multiple input back-edges 2022-06-16 12:31:23 +03:00
ir.g Validate operand types 2022-06-03 11:23:05 +03:00
ir.h Support for code fragments with multiple entries 2022-06-16 23:49:27 +03:00
Makefile Aarch64 back-end 2022-06-06 15:27:25 +03:00
test.ir Initial import 2022-04-06 00:19:23 +03:00
TODO Fix register allocation for ABS_INT 2022-05-27 00:11:31 +03:00