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

Upstream prep for trunk #21

Closed
wants to merge 8 commits into from
Closed

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    dd3fdb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    8f453c0 View commit details
    Browse the repository at this point in the history
  2. [RISCV] Add mload-store-pairs support

    Supports bonding on i8500 w/o using paired instructions
    draganmladjenovic authored and BgZun committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5d6a318 View commit details
    Browse the repository at this point in the history
  3. [clang] Add driver support for riscv64-mti toolchains

    Default to not using integrated as and adjust assembler output
    to be compatible with v0.97 gas. Rudimentary big-endian support.
    draganmladjenovic authored and BgZun committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d965c88 View commit details
    Browse the repository at this point in the history
  4. [RISCV] Enable SeparateConstOffsetFromGEPPass for RISC-V

    Djordje Todorovic authored and BgZun committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    13d5f6c View commit details
    Browse the repository at this point in the history
  5. [RISCV] Reorganize Mips cpu feature support

    Remove zba and zbb.
    Allow disabling ccmov with -mno-ccmov.
    Make -mload-store-pairs imply l[w|d]p and s[w|d]p.
    draganmladjenovic authored and BgZun committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d75c97b View commit details
    Browse the repository at this point in the history
  6. [RISCV] Add RemoveBackToBackBranches Pass

    According to the MIPS specification, there shouldn't be
    two conditional branches in the same 8-byte aligned
    region of code.
    Djordje Todorovic authored and BgZun committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    61a4398 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    08434a2 View commit details
    Browse the repository at this point in the history