This is an automated email from the git hooks/post-receive script.
charles.baylis pushed a change to branch stuff in repository toolchain/luajit-aarch64.
from f6b117d tries to run JITed code. Dies with SIGILL. new 9fdee02 fix up some branch encoding mistakes new b7256ab Correct some branch issues with emit_branch and asm_guardcc new c24efc3 Cleanup/fixes for load/store offsets new de51c1d Start of vm_exit_handler new 930a3fe WIP trace exit. new db53339 more vm_exit_handler fixes, now hits NYI at end
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: src/lj_asm_arm64.h | 55 +++++++++++++++++++++-------------- src/lj_emit_arm64.h | 55 ++++++++++++++++++++++++++++++----- src/lj_target_arm64.h | 13 +++++---- src/vm_arm64.dasc | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 169 insertions(+), 34 deletions(-)