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

Prestacked annotation proposal #53

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    ce61606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1072a44 View commit details
    Browse the repository at this point in the history
  3. use markdown newlines

    jnk0le committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d80c59d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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

Commits on Oct 29, 2023

  1. additional prestacked use case example

    and a bit of rationale behind auxiliary use cases
    jnk0le committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8ac4f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a07aa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    814056e View commit details
    Browse the repository at this point in the history
  4. typo

    jnk0le committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    964e69c View commit details
    Browse the repository at this point in the history
  5. correct the fp range as f8/9 is fs0/1

    it can be used like that, but typically caller saved regs are used first
    jnk0le committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    11506f6 View commit details
    Browse the repository at this point in the history
  6. typo

    jnk0le committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    dca1cd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. use ilp32 instead of psABI

    jnk0le committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    31246ba View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. ilp32f covers F extension

    jnk0le committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7fea87e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'master' into prestacked-annotation

    Signed-off-by: jnk0le <[email protected]>
    jnk0le authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7a3a72a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. ilp32 with F is ilp32f

    jnk0le committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a90dc72 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    eaeaadc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e1ab6 View commit details
    Browse the repository at this point in the history
  3. additional rule for unannotated arguments

    compilers must not error out or break code, but can ignore the potential optimization of recycling unmodified arg regs
    jnk0le committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    18635f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    374bed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. turn one of the sample irq's into CLIC

    this attribute has been implemented as `interrupt("SiFive-CLIC-preemptible")`
    
    Should be renamed into "CLIC-preemptible" after freeze complets
    jnk0le committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d64a143 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

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