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

Modern testing #2384

Closed
wants to merge 317 commits into from
Closed

Modern testing #2384

wants to merge 317 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 16, 2024

  1. Improve link management

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c689ac6 View commit details
    Browse the repository at this point in the history
  2. Improve logging

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fc9de29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f91de28 View commit details
    Browse the repository at this point in the history
  4. Fix append str logic

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a7b121c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    060afde View commit details
    Browse the repository at this point in the history
  6. Prefix for log message

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3eaaacd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43cf17d View commit details
    Browse the repository at this point in the history
  8. Make all ARM instructions part of a single test.

    Tests fail otherwiese, because they depent on each other.
    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e673945 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c4e10d View commit details
    Browse the repository at this point in the history
  10. Add TriCore yaml tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7c598df View commit details
    Browse the repository at this point in the history
  11. Add BPF yaml tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    edb9640 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c4d8cf9 View commit details
    Browse the repository at this point in the history
  13. Add Sparc yaml tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    920cc92 View commit details
    Browse the repository at this point in the history
  14. Add Mips MC tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cdda2dc View commit details
    Browse the repository at this point in the history
  15. Add SystemZ yaml MC tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4b9774b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3d7c4ea View commit details
    Browse the repository at this point in the history
  17. Add x86 yaml MC tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    76a7f65 View commit details
    Browse the repository at this point in the history
  18. Remove empty file

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    051e23f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    77df41a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0de838b View commit details
    Browse the repository at this point in the history
  21. Fix Imm8Opt.

    - Sign of integer type was incorrectly determined.
    - Add missing break.
    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0a46474 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    515bf3a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    13ec4c2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    db532b7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9a4868f View commit details
    Browse the repository at this point in the history
  26. Update AArch64 tests files

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    de97c09 View commit details
    Browse the repository at this point in the history
  27. Set all strings to lower case

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8b2f5f7 View commit details
    Browse the repository at this point in the history
  28. Implement skip mechanic.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e20da21 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e808837 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5547136 View commit details
    Browse the repository at this point in the history
  31. Correct two tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9ed1016 View commit details
    Browse the repository at this point in the history
  32. Reset MCInst operand counter after failed decode.

    Otherwise it adds operands at the wrong offset in the next try.
    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4bde8a9 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c983cbf View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    86f48f9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4fa9f7d View commit details
    Browse the repository at this point in the history
  36. Remove old MC test files.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    333487f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4f4c953 View commit details
    Browse the repository at this point in the history
  38. Add doc string

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aeb5ade View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    5edd38f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3ed609f View commit details
    Browse the repository at this point in the history
  41. Use strncat instead of strcat

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ff046e6 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    247843d View commit details
    Browse the repository at this point in the history
  43. Add detail test for Arch64.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0c2d6a9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    cc5e454 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    bc6ce30 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    339eb3e View commit details
    Browse the repository at this point in the history
  47. Add include guards

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ac506e6 View commit details
    Browse the repository at this point in the history
  48. Add a tbool type

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a5bcf71 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    8755554 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    fc20477 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    b96ba08 View commit details
    Browse the repository at this point in the history
  52. Make tbool an int32_t

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f4105a6 View commit details
    Browse the repository at this point in the history
  53. Fix tbool bool comparision

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8a3db1b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    caf7667 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ff1450f View commit details
    Browse the repository at this point in the history
  56. Implement schemas

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    245c75d View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6917c61 View commit details
    Browse the repository at this point in the history
  58. Fix some names of fields

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8afa4c1 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3a33f0c View commit details
    Browse the repository at this point in the history
  60. Fix names

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    33c6722 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    5d30ed0 View commit details
    Browse the repository at this point in the history
  62. Fix mem leaks

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8b289e0 View commit details
    Browse the repository at this point in the history
  63. Add check for expected data

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f347b86 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    0320eed View commit details
    Browse the repository at this point in the history
  65. Formatting

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    73cfc86 View commit details
    Browse the repository at this point in the history
  66. Remove dependency on thread

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    17fee61 View commit details
    Browse the repository at this point in the history
  67. Remove unecessary imports

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9a5b567 View commit details
    Browse the repository at this point in the history
  68. Use correct flag

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bd79197 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    bb14c4d View commit details
    Browse the repository at this point in the history
  70. Use ctest in CI

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    558990b View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    b34864d View commit details
    Browse the repository at this point in the history
  72. Build libcstest staticly

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3287a7b View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    b7ac248 View commit details
    Browse the repository at this point in the history
  74. Fix ctest in CI

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a6ad480 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    9c772fb View commit details
    Browse the repository at this point in the history
  76. Fix: invert condition

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7fa4cea View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    87bf9d9 View commit details
    Browse the repository at this point in the history
  78. Fix reg group comparision

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    dc2e4c3 View commit details
    Browse the repository at this point in the history
  79. Add some NULL checks

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2b10b9d View commit details
    Browse the repository at this point in the history
  80. Add prefix for hex numbers

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6a4f6b1 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    1b0032b View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    da5b592 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    b685289 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    3dd80d9 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    76beb9d View commit details
    Browse the repository at this point in the history
  86. Add ARM test_arm details

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    06c8971 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    ce8242b View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    37964be View commit details
    Browse the repository at this point in the history
  89. Fix ARM details tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b1f4b31 View commit details
    Browse the repository at this point in the history
  90. Add PPC detail tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3636589 View commit details
    Browse the repository at this point in the history
  91. Run clang-format

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    21f3a3d View commit details
    Browse the repository at this point in the history
  92. Add forgotten PPC test files

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bda9806 View commit details
    Browse the repository at this point in the history
  93. Add TriCore detail tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    32e9c03 View commit details
    Browse the repository at this point in the history
  94. Add Alpha tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d401271 View commit details
    Browse the repository at this point in the history
  95. Add hppa tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d0251a8 View commit details
    Browse the repository at this point in the history
  96. Move BPF tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a6fd674 View commit details
    Browse the repository at this point in the history
  97. Add Xcore tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b4e555d View commit details
    Browse the repository at this point in the history
  98. Move Systemz tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9972fdb View commit details
    Browse the repository at this point in the history
  99. Add Sparc test

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2e767c5 View commit details
    Browse the repository at this point in the history
  100. Move SH tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    daed1b2 View commit details
    Browse the repository at this point in the history
  101. Move Mips tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4e8358a View commit details
    Browse the repository at this point in the history
  102. Move RiscV tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    353720e View commit details
    Browse the repository at this point in the history
  103. Move m680x tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    8629453 View commit details
    Browse the repository at this point in the history
  104. Allocate only for pointers

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e122ced View commit details
    Browse the repository at this point in the history
  105. Add TMS320c64x tests.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    96a5050 View commit details
    Browse the repository at this point in the history
  106. Run clang-format

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a5f3b55 View commit details
    Browse the repository at this point in the history
  107. Move MOS65xx tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1c645e9 View commit details
    Browse the repository at this point in the history
  108. Move EVM tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3517783 View commit details
    Browse the repository at this point in the history
  109. Add skipdata test

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4640a64 View commit details
    Browse the repository at this point in the history
  110. Move LoongArch tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    446203f View commit details
    Browse the repository at this point in the history
  111. Move WASM tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    929efca View commit details
    Browse the repository at this point in the history
  112. Add x86 tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    aaa6546 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    6e5d765 View commit details
    Browse the repository at this point in the history
  114. Add M68K_reg_access

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cd049ce View commit details
    Browse the repository at this point in the history
  115. Move M68K tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    17b4d01 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    e9f2166 View commit details
    Browse the repository at this point in the history
  117. Add common detail tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5312e63 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    3878999 View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    fc79715 View commit details
    Browse the repository at this point in the history
  120. Fix shadowed i index

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9b923e4 View commit details
    Browse the repository at this point in the history
  121. Add cstest to Windows

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    23dd21f View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    7677d68 View commit details
    Browse the repository at this point in the history
  123. Remove old copies of libraries

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7cf8116 View commit details
    Browse the repository at this point in the history
  124. Fix PPC tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a4ab602 View commit details
    Browse the repository at this point in the history
  125. Fix Windows CI

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ecb5bb2 View commit details
    Browse the repository at this point in the history
  126. Add name field to test input

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    52458c7 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    a941e53 View commit details
    Browse the repository at this point in the history
  128. Rename schema

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    23f8e2a View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    ad3b2ea View commit details
    Browse the repository at this point in the history
  130. Fix NULL dereference

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c30ba3b View commit details
    Browse the repository at this point in the history
  131. Fix mem leak

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    83bee1f View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    2b69c93 View commit details
    Browse the repository at this point in the history
  133. Add 0 checks

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    caa94f9 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    c89b5b8 View commit details
    Browse the repository at this point in the history
  135. Fix: Adding duplicate FP op.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    78c1dac View commit details
    Browse the repository at this point in the history
  136. Move issues.cs

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d4e5281 View commit details
    Browse the repository at this point in the history
  137. Move last detail tests

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    856a1f4 View commit details
    Browse the repository at this point in the history
  138. Configuration menu
    Copy the full SHA
    9f8fb61 View commit details
    Browse the repository at this point in the history
  139. Add 0 check

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    7fc10fd View commit details
    Browse the repository at this point in the history
  140. Remove unused file.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1246d85 View commit details
    Browse the repository at this point in the history
  141. Add missing set flags

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a54c813 View commit details
    Browse the repository at this point in the history
  142. Fix some set flag logic

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c6ec67c View commit details
    Browse the repository at this point in the history
  143. Remove unused files

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1d25947 View commit details
    Browse the repository at this point in the history
  144. Configuration menu
    Copy the full SHA
    edc1092 View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    501c2e9 View commit details
    Browse the repository at this point in the history
  146. Add basic py_cstest

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    99422e2 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    13a79c6 View commit details
    Browse the repository at this point in the history
  148. Remove unused code.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b384ece View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    6437caa View commit details
    Browse the repository at this point in the history
  150. Fix integration test

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    edec762 View commit details
    Browse the repository at this point in the history
  151. Install pyyaml prerequisite.

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0af3e5d View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    b294376 View commit details
    Browse the repository at this point in the history
  153. Typing support for Python3.8

    Rot127 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    cefde97 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Fix some warnings

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    005e666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8439e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b7b372 View commit details
    Browse the repository at this point in the history
  4. Some small fixes

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b8de0aa View commit details
    Browse the repository at this point in the history
  5. Update Python constants

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    73bb0ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0112ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2fa121b View commit details
    Browse the repository at this point in the history
  8. Implement CS_MODE handling

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c385717 View commit details
    Browse the repository at this point in the history
  9. Add missing LoongArch modes

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    898a39e View commit details
    Browse the repository at this point in the history
  10. Use py_cstest logger

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a48b896 View commit details
    Browse the repository at this point in the history
  11. Fix decimal numer replacement

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    846ea0d View commit details
    Browse the repository at this point in the history
  12. Fix asm_text comparison

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a18bc8f View commit details
    Browse the repository at this point in the history
  13. Add detail testing file

    Rot127 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    fbdb75c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Move readme

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    4443479 View commit details
    Browse the repository at this point in the history
  2. Add all tests to the workflow

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9ac2da9 View commit details
    Browse the repository at this point in the history
  3. Fix loongarch bindings

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8dfeae2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3ea735 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd93986 View commit details
    Browse the repository at this point in the history
  6. More LoongArch binding fixups

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e4b4f42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2de7386 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    430211c View commit details
    Browse the repository at this point in the history
  9. Set correct enum name.

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1f71b16 View commit details
    Browse the repository at this point in the history
  10. Remove dead code

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5c9e94e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eaef91f View commit details
    Browse the repository at this point in the history
  12. More checks for compare.py

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    094ff19 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    33d64d7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6d548a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    830060d View commit details
    Browse the repository at this point in the history
  16. Formatting

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5d5a3d9 View commit details
    Browse the repository at this point in the history
  17. Fix conddition

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ce15717 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e4ef7e9 View commit details
    Browse the repository at this point in the history
  19. Fix ARM test

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7c9d1f2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    483b1bb View commit details
    Browse the repository at this point in the history
  21. Add ARM details

    Rot127 committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3f70223 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Fix twos complement

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4b77c46 View commit details
    Browse the repository at this point in the history
  2. Fix hex number replacement

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4351db8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea4d338 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1439add View commit details
    Browse the repository at this point in the history
  5. Handle ARM_OP_SYSM

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3ada30b View commit details
    Browse the repository at this point in the history
  6. Handle x86 details

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    886cbce View commit details
    Browse the repository at this point in the history
  7. Ensure regs are always strings

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a056c13 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab9045d View commit details
    Browse the repository at this point in the history
  9. Print stac trace on exception

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8d14e27 View commit details
    Browse the repository at this point in the history
  10. Handle PPC details

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ee31bc4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92431cc View commit details
    Browse the repository at this point in the history
  12. Handle M680x details

    Rot127 committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    65191fd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    ceeb3b3 View commit details
    Browse the repository at this point in the history
  2. Remove not used code

    Rot127 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c2c31b9 View commit details
    Browse the repository at this point in the history
  3. Add all other details.

    Rot127 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c04330b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    709e4d6 View commit details
    Browse the repository at this point in the history
  5. Fix mem leak

    Rot127 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    10c3377 View commit details
    Browse the repository at this point in the history
  6. Fix CamelCase id

    Rot127 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    582eae0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5872bc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e06a9f2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51d3dad View commit details
    Browse the repository at this point in the history
  10. Fix compatibility header.

    Rot127 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    91db40e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    f9ffe7e View commit details
    Browse the repository at this point in the history
  2. Fix bounds check for strncpy

    Rot127 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9c8bb14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd0c5ec View commit details
    Browse the repository at this point in the history
  4. Add missing END field

    Rot127 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    47411c5 View commit details
    Browse the repository at this point in the history
  5. Add coverage option to build

    Rot127 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e6a0d52 View commit details
    Browse the repository at this point in the history
  6. Simplify NULL check

    Rot127 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    02142fc View commit details
    Browse the repository at this point in the history
  7. Add bounds check in loop

    Rot127 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    04da3fb View commit details
    Browse the repository at this point in the history
  8. Remove cmake dependency

    Rot127 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6aafb44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6efd42c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    fe7282c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbe3e06 View commit details
    Browse the repository at this point in the history
  3. Check for test_corpus build

    Rot127 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6264091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ab947 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6708340 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8535c70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    016d409 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    f856822 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a082ab4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc407b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc19afc View commit details
    Browse the repository at this point in the history
  5. Bump checkout action version

    Rot127 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d8a275e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d16cc View commit details
    Browse the repository at this point in the history
  7. Fix clang-tidy warnings.

    Rot127 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d94beef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    39e12f1 View commit details
    Browse the repository at this point in the history
  9. Add missing field check

    Rot127 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1318b69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fc41ed View commit details
    Browse the repository at this point in the history
  11. Attempt to fix va_list warning

    Rot127 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6b9309e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8f5a9ec View commit details
    Browse the repository at this point in the history
  13. Add two more AArch64 tests

    Rot127 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    76ecd79 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    95add28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2907871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ce393c View commit details
    Browse the repository at this point in the history
  4. Add unit test dir.

    Rot127 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    665302f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa0df20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    debcf1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c73f05b View commit details
    Browse the repository at this point in the history
  8. Document cstest.

    Rot127 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    78c3139 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e4a863 View commit details
    Browse the repository at this point in the history
  10. Remove unused Makefile testing

    Rot127 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6353661 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7e0dd0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8afcef View commit details
    Browse the repository at this point in the history