dynasm
|
Merge last changes from LuaJIT repo
|
2022-06-02 15:26:58 +03:00 |
tests
|
Compound assignment instruction fusion
|
2022-06-21 17:33:57 +03:00 |
.gitignore
|
Start Aarch64 back-end
|
2022-06-01 00:51:02 +03:00 |
gen_ir_fold_hash.c
|
Avoid hardcoded file path (use stdin instead)
|
2022-06-21 12:24:44 +03:00 |
ir_aarch64.dasc
|
AArch64: Optimize compound assignment to fixed register (RLOAD+ADD+RSTORE)
|
2022-06-28 16:57:35 +03:00 |
ir_aarch64.h
|
Aarch64 back-end (incomplete)
|
2022-06-02 18:34:47 +03:00 |
ir_cfg.c
|
Fix CFG construction
|
2022-06-20 23:31:32 +03:00 |
ir_check.c
|
cleanup
|
2022-05-27 13:18:04 +03:00 |
ir_disasm.c
|
Make distinction between ENTRY and regular labels
|
2022-06-21 14:57:31 +03:00 |
ir_dump.c
|
Initial support for thread local storage + optimization of some related code selection patterns
|
2022-06-22 16:02:43 +03:00 |
ir_elf.h
|
Start Aarch64 back-end
|
2022-05-31 11:22:31 +03:00 |
ir_emit_c.c
|
Fix compilation warnings
|
2022-06-21 11:41:59 +03:00 |
ir_fold.h
|
Improve type conversion nodes
|
2022-05-20 09:00:13 +03:00 |
ir_gcm.c
|
Add ability to force fix/restore some predefied registers
|
2022-06-23 22:39:00 +03:00 |
ir_gdb.c
|
Allow emitting native code into preallocated buffer
|
2022-06-10 11:30:19 +03:00 |
ir_main.c
|
Initial support for fascall calling convention (incomplete)
|
2022-06-22 23:59:56 +03:00 |
ir_perf.c
|
cleanup
|
2022-05-27 13:18:04 +03:00 |
ir_php.h
|
Remove PHP specific registers
|
2022-06-21 15:09:26 +03:00 |
ir_private.h
|
Use ir_ctx.fixed_regset to limit available registers
|
2022-06-21 16:13:14 +03:00 |
ir_ra.c
|
Initial support for fascall calling convention (incomplete)
|
2022-06-22 23:59:56 +03:00 |
ir_save.c
|
Support for fastcall caling convention.
|
2022-06-23 13:14:30 +03:00 |
ir_sccp.c
|
Fix memory leak
|
2022-06-23 17:17:06 +03:00 |
ir_strtab.c
|
cleanup
|
2022-05-27 13:18:04 +03:00 |
ir_test.c
|
Use ir_ctx.fixed_regset to limit available registers
|
2022-06-21 16:13:14 +03:00 |
ir_x86.dasc
|
AArch64: Fuse address calculation into LDR/STR instructions
|
2022-06-28 12:24:50 +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
|
Turn IR_TLS into "load"
|
2022-06-28 00:03:06 +03:00 |
ir.g
|
Support for fastcall caling convention.
|
2022-06-23 13:14:30 +03:00 |
ir.h
|
Turn IR_TLS into "load"
|
2022-06-28 00:03:06 +03:00 |
Makefile
|
Use ir_ctx.fixed_regset to limit available registers
|
2022-06-21 16:13:14 +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 |