Add support for Hexagon architecture#4933
Open
androm3da wants to merge 5 commits intobytecodealliance:mainfrom
Open
Add support for Hexagon architecture#4933androm3da wants to merge 5 commits intobytecodealliance:mainfrom
androm3da wants to merge 5 commits intobytecodealliance:mainfrom
Conversation
839559e to
ed70858
Compare
Split V128 memory access (LOAD_V128/STORE_V128) into a separate three-way guard independent of the scalar unaligned-access flag, and add a target_supports_unaligned_simd field to AOTCompContext.
Add interpreter and AOT execution support for Qualcomm Hexagon DSP: invokeNative trampoline, ELF relocation handler with PLT stubs, wamrc --target=hexagon with auto -small-data, SIMD enablement, and cross-compilation platform cmake.
da93e51 to
7d9c4ff
Compare
7d9c4ff to
9c87a7e
Compare
Add E_MACHINE_HEXAGON (164) to the AOT loader's machine type switch so that Hexagon AOT modules are recognized during loading.
Fix three issues in the spec test harness for qemu-hexagon user-mode: - runtest.py: handle None return from invoke() on timeout instead of crashing with TypeError, and fix undefined variable r.buf -> runner.buf - all.py: only pass --qemu/--qemu-firmware to runtest.py when firmware is set (user-mode QEMU has no firmware); always increase timeouts to 120s when qemu_flag is active - test_wamr.sh: always pass --qemu to all.py when -Q is set, not only when -F (firmware) is also provided
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.