This is an automated email from the git hooks/post-receive script.
charles.baylis pushed a change to branch aarch64-v2.1-new in repository toolchain/luajit-aarch64.
from aff9aba Cleanup for ahuvload new 3a48a72 Support for IR_MUL(OV). Support for floating-point IR_MUL is [...] new ecfc0e8 Merge pull request #1 from sindrom91/aarch64-v2.1-new new ffd9229 Added disassembler for ARM64. new 320d810 Merge pull request #2 from sindrom91/aarch64-v2.1-new new 7dc0ba9 Remove unneeded TODO comments. new 3eb6ffd Clean up TODOs in asm_fuseahuref and call sites
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile | 4 +- src/jit/dis_arm64.lua | 1188 +++++++++++++++++++++++++++++++++++++++++++++++++ src/lj_asm_arm64.h | 69 ++- src/lj_emit_arm64.h | 12 +- src/lj_target_arm64.h | 17 + 5 files changed, 1265 insertions(+), 25 deletions(-) create mode 100644 src/jit/dis_arm64.lua