Skip to content

feat(plugins): add AArch64 assembly support#204

Merged
mpekatsoula merged 2 commits into
arm:mainfrom
suraj-gaikwad:main
May 27, 2026
Merged

feat(plugins): add AArch64 assembly support#204
mpekatsoula merged 2 commits into
arm:mainfrom
suraj-gaikwad:main

Conversation

@suraj-gaikwad
Copy link
Copy Markdown
Contributor

Summary

Adds AArch64 assembly support through a new language plugin.

Changes

  • Add AArch64AssemblyPlugin for .s, .S, .asm, and .a64 files
  • Register the plugin as a built-in plugin and Python entry point
  • Add AArch64 assembly-specific security review, validation, summary, and fix prompts
  • Use tree-sitter based splitting for assembly when available, with sentence splitting as a fallback
  • Add test coverage for assembly source splitting

suraj-gaikwad and others added 2 commits May 24, 2026 15:15
Add an AArch64 assembly plugin with source splitting support, built-in
plugin registration, entry point wiring, and assembly-specific security
review prompts. Include a plugin test covering assembly source splitting.
Copy link
Copy Markdown
Contributor

@mpekatsoula mpekatsoula left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mpekatsoula mpekatsoula merged commit b455b72 into arm:main May 27, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants