Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

va_args implementation for AAPCS. #73655

Merged
merged 2 commits into from
Jul 22, 2020
Merged

Commits on Jun 30, 2020

  1. va_args implementation for AAPCS.

    Implement the va args in codegen for AAPCS, this will be used as the
    default va_args implementation for AArch64 rather than the va_args
    llvm-ir as it currently is.
    
    Copyright (c) 2020, Arm Limited.
    JamieCunliffe committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    fc52b47 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Remove the assert on alignment check.

    Also the alignment should only be done on general register types as
    per the AAPCS so fixed that issue.
    
    Copyright (c) 2020, Arm Limited.
    JamieCunliffe committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    8b58eb9 View commit details
    Browse the repository at this point in the history