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

Add AArch64 big-endian and ILP32 targets #81455

Merged
merged 9 commits into from
Feb 3, 2021
Merged

Commits on Jan 27, 2021

  1. Add big-endian support for AArch64 va_arg

    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8afe598 View commit details
    Browse the repository at this point in the history
  2. Fix ARM and AArch64 calling convention for passing small composite types

    On big-endian the values need to be right-aligned within a 64-bit register, as if the value had been read with a 64-bit load instruction.
    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    d53b0a0 View commit details
    Browse the repository at this point in the history
  3. Support AArch64 ILP32 in libunwind bindings

    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    06f14df View commit details
    Browse the repository at this point in the history
  4. Support AArch64 big-endian and ILP32 in compiletest

    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    a112c4d View commit details
    Browse the repository at this point in the history
  5. Add big-endian and ILP32 AArch64 targets

    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    8783d1a View commit details
    Browse the repository at this point in the history
  6. Add new aarch64 targets to platform-support.md

    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    69e6326 View commit details
    Browse the repository at this point in the history
  7. Bump LLVM submodule

    Amanieu d'Antras authored and Amanieu committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    5307230 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Upgrade libc to 0.2.85

    Amanieu d'Antras authored and Amanieu committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c3dedd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3408c58 View commit details
    Browse the repository at this point in the history