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

Added support for includes and functions in cat #736

Merged
merged 15 commits into from
Sep 16, 2024

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    ef8a507 View commit details
    Browse the repository at this point in the history
  2. Updated CAT grammar to correctly parse LKMM.

    Commented out includes in LKMM because the included file contains unsupported features.
    ThomasHaas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    dec62f9 View commit details
    Browse the repository at this point in the history
  3. Fixed Cat.g4 to accept C11's naming pattern

    Commented out non-working include in aarch64.cat
    ThomasHaas committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b6998f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe5574a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50239e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    e565b3f View commit details
    Browse the repository at this point in the history
  2. Minor change

    hernan-poncedeleon committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    13b971c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f981400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d43b3a5 View commit details
    Browse the repository at this point in the history
  5. Remove Fence class

    hernan-poncedeleon committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3b8c0df View commit details
    Browse the repository at this point in the history
  6. Implemented Feedback

    ThomasHaas committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a2ec2c1 View commit details
    Browse the repository at this point in the history
  7. Add fencerel definition to basic.cat

    Fix cat grammar to make fencerel a valid function name
    ThomasHaas committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c7e53fd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Merge development

    Signed-off-by: Hernan Ponce de Leon <[email protected]>
    hernan-poncedeleon committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0015016 View commit details
    Browse the repository at this point in the history
  2. Add intermediate relations to the wmm when adding bias

    Signed-off-by: Hernan Ponce de Leon <[email protected]>
    hernan-poncedeleon committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    1027e7f View commit details
    Browse the repository at this point in the history
  3. Minor improvement

    Signed-off-by: Hernan Ponce de Leon <[email protected]>
    hernan-poncedeleon committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0e1be0f View commit details
    Browse the repository at this point in the history