Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AbsInt/CompCert
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AbsInt/CompCert
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: select-tweaks
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 25 files changed
  • 2 contributors

Commits on Apr 18, 2025

  1. RISC-V: add "select" operator

    With a portable, inefficient implementation.
    xavierleroy committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    0b533f1 View commit details
    Browse the repository at this point in the history
  2. Revised instruction selection for the "select" operation

    Instead of returning an optional expression, `SelectOp.select` now
    always returns a CminorSel expression.  A separate Boolean-valued
    function `SelectOp.select_supported` indicates at which types "select"
    is supported.
    xavierleroy committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    b064ae9 View commit details
    Browse the repository at this point in the history
  3. Binding a list of CminorSel expressions to let-variables

    This can be useful to avoid duplicating computations.
    xavierleroy committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    b7b69d0 View commit details
    Browse the repository at this point in the history
  4. Introduce select_long

    Like `select` at type `Tlong`, but guaranteed to be available on all platforms, by using two `select` at type `Tint` if needed.
    
    Co-authored-by: Bernhard Schommer <[email protected]>
    xavierleroy and bschommer committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    f7d4503 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

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