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

Unit Test Suite Update #352

Merged
merged 99 commits into from
Feb 2, 2024
Merged

Unit Test Suite Update #352

merged 99 commits into from
Feb 2, 2024

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    ef72a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4b028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c34f7 View commit details
    Browse the repository at this point in the history
  4. Replaced ISATest with ArchitectureTest, and implemented full unit tes…

    …ts of both AArch64 and RISC-V classes.
    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    53595d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32ead23 View commit details
    Browse the repository at this point in the history
  6. Updated OSTest.

    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    70fcc0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33aa812 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4520bbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2572e8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60d5d91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1167b04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    375de54 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e39a4ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    925e831 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6179669 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1ebc150 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b552d31 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b45d118 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    25f764d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    663dfe9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4ce5b87 View commit details
    Browse the repository at this point in the history
  22. Added new fetch unit Loop Buffer tests

    Jack Jones authored and FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    abece7e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    11f325d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    483f8c5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e760317 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3448ab5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4af6055 View commit details
    Browse the repository at this point in the history
  28. Fixed shiftValue tests.

    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    f4998a4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f3513db View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    102c1e6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5d22b12 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    e02c938 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1e6ca46 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8d7d83c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    7ff2536 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4e4a9cf View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    90f12d5 View commit details
    Browse the repository at this point in the history
  38. New/updated unit tests for LSQ

    jj16791 authored and FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    27b1bb0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a3ce86c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bacdc99 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    bce11e1 View commit details
    Browse the repository at this point in the history
  42. Added base class implementation and files for instruction class unit …

    …tests which are unable to be created right now.
    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    e67d54b View commit details
    Browse the repository at this point in the history
  43. Updated ROB and EU getFlushSeqID to getFlushInsnID as the old name wa…

    …s not descriptive of the value returned.
    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a9e4184 View commit details
    Browse the repository at this point in the history
  44. Updated ROB unit tests.

    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    a01c221 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1ecb65e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c810d98 View commit details
    Browse the repository at this point in the history
  47. Updated use of getOperandRegisters to getSourceRegisters, and updated…

    … RISCV number of sysregs in arch test.
    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    22f6c69 View commit details
    Browse the repository at this point in the history
  48. Removed un-used exception enum with no print out, and removed extra s…

    …td::endl from risc-v aliasNYI exception printout.
    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    34d43c0 View commit details
    Browse the repository at this point in the history
  49. Updated exceptionHandler.printException tests for aarch64 and risc-v …

    …to include new exceptions from rebase.
    FinnWilkinson committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    5cef426 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    43d4e79 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    8861f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16acf8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c04b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    5a6430b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af047dc View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d2f2212 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788ae7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d257c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f8a7eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d188e0c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

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

Commits on Dec 22, 2023

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

Commits on Jan 8, 2024

  1. Corrected idleLoopBufferDueToNotTakenBoundary test to have a more mea…

    …ningful equality at end of test
    jj16791 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    38ce784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08784f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    ac00f9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f03087 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    25d7d5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a8714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a20689f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    826708d View commit details
    Browse the repository at this point in the history
  5. OSTest fix.

    FinnWilkinson committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    bfa0233 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6df17c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    4ec8f2d View commit details
    Browse the repository at this point in the history
  2. Bug fixes and SME performance improvement, and better explained extra…

    … dest reg for WZR and XZR.
    FinnWilkinson committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6372025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c04ff3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a1639 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

  1. Jenkins fix

    FinnWilkinson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    32ad643 View commit details
    Browse the repository at this point in the history
  2. Jenkins fix 2

    FinnWilkinson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    91d62ef View commit details
    Browse the repository at this point in the history
  3. Further fixes.

    FinnWilkinson committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8b7bce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67c7abb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f61942 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    19cf339 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9160c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    961ab1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a907fed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16eab3d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Jenkins fabsf fix.

    FinnWilkinson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c954043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b9ec5e View commit details
    Browse the repository at this point in the history
  3. Added signed extendValue unit tests, and moved extendValue and extend…

    …Offset from Instruction to AuxiliaryFunctions.hh
    FinnWilkinson committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    07db0dd View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    cdc12f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43cca78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0ca0d View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Minor changes.

    FinnWilkinson committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c999177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712c7e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    9d6e581 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e29b10 View commit details
    Browse the repository at this point in the history
  3. Updated (again) how latency is provided to mem interface in FixedLate…

    …ncyMemoryInterface unit tests.
    FinnWilkinson committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3c24162 View commit details
    Browse the repository at this point in the history