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

[DYNAREC] fix page calculation error #1821

Closed
wants to merge 84 commits into from
Closed

Commits on Sep 1, 2024

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

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    039efa6 View commit details
    Browse the repository at this point in the history
  2. [BOX32] Better handling for FILE*

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3542ce1 View commit details
    Browse the repository at this point in the history
  3. [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs (ptitSeb#1784)

    * [WRAPPED] Merged types D/K and Y/y in 64bits wrapped libs
    
    * [WRAPPERS] Version bump
    
    * [WRAPPED] Fixed wrapped glib2 on non-LD80BITS builds
    rajdakin authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9b77efb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cb653a View commit details
    Browse the repository at this point in the history
  5. [BOX32] Various small fixes

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6034219 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3214c0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    baf45fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    230dfaa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cdfe70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9fc5a8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f7e4fb View commit details
    Browse the repository at this point in the history
  12. [BOX32] Fixed a missing box_free

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    521be90 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f82e987 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3bd4aa9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f6e26a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    214b72a View commit details
    Browse the repository at this point in the history
  17. [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (

    …ptitSeb#1791)
    
    * [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts
    
    * Update pressure_vessel
    ksco authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9cf2817 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    30f13af View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d3e88d View commit details
    Browse the repository at this point in the history
  20. More work on Custom Mem speedup

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    90c8dc3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f598997 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    646b208 View commit details
    Browse the repository at this point in the history
  23. [CI] Refactored CI (ptitSeb#1795)

    * [CI] Enable Box32 tests on LA64
    
    * upgrade QEMU
    
    * [COSIM] Removed thread-safe tests
    
    * Use regular cosim in CI
    
    * [CI] Simplified "Test Box64"
    
    * exclude certain tests when testing with cosim
    
    * review
    
    * box64.pod too
    ksco authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0f60244 View commit details
    Browse the repository at this point in the history
  24. Fixed a regression introduced with box32 that broke Bladur's Gate 3 (…

    …and probably a few other)
    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d8e1c57 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4f77c19 View commit details
    Browse the repository at this point in the history
  26. Added 1 wrapped function to libgdk3

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fbbaa32 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a6ed658 View commit details
    Browse the repository at this point in the history
  28. Wrapper helper (ptitSeb#1799)

    * [WRAPPERHELPER] Added wrapperhelper v0.1, tested on libc
    
    * [WRAPPED] Removed updates to libc from this branch
    
    * [WRAPPERHELPER] Removed GPL header and added modified LGPL header, added notes about licensing issues
    rajdakin authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    067b5f1 View commit details
    Browse the repository at this point in the history
  29. [WRAPPED] Update libc wrappers (ptitSeb#1800)

    * [WRAPPED] Fixed some issues in libc_private.h and the wrapper generator
    
    * [WRAPPED] Forgot to run the Python script
    
    * [WRAPPED] Oops
    rajdakin authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7fb1355 View commit details
    Browse the repository at this point in the history
  30. Added 1 wrapped function libxkbcommon

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f5d8af8 View commit details
    Browse the repository at this point in the history
  31. Fixed a typo

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    20b7d85 View commit details
    Browse the repository at this point in the history
  32. Fixed name of opcode in comment

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    341a708 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    71d7357 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e1cd99f View commit details
    Browse the repository at this point in the history
  35. Allow dynarec_dump=2 and forbid dynarec_test=2 (fixed a regression wi…

    …th command line params)
    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ff71a9e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    97be709 View commit details
    Browse the repository at this point in the history
  37. Upgraded the wrapper helper (ptitSeb#1803)

    * [WRAPPERHELPER] Fixed unsigned comparison in macros, added macro expanding in include commands, added -I option
    
    * [WRAPPERHELPER] Forgot the README
    rajdakin authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ef0b082 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d332816 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    cdb1371 View commit details
    Browse the repository at this point in the history
  40. [WRAPPERHELPER] General improvements (ptitSeb#1804)

    * [WRAPPERHELPER] Automatic headers detection, various bug fixes, added some cast support
    
    * [WRAPPERHELPER] Keep comments untouched
    rajdakin authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    798ea5b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    dcca62d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    92d674d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    35834f9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    2ced42c View commit details
    Browse the repository at this point in the history
  45. [WRAPPED] Fixed some libc wrapped functions (ptitSeb#1806)

    * [WRAPPED] Fixed some libc wrapped functions
    
    * [WRAPPED] Fixed static build, added back
    
    * [WRAPPED] Fixed unlimited wrapping
    
    * [WRAPPED] Forgot to update
    rajdakin authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    daa621c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    78bdce5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    9a33702 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ef31f63 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0e1fc9f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    81454b8 View commit details
    Browse the repository at this point in the history
  51. [WRAPPER] Added H as paramterand, added 2 wrapped function from libat…

    …omic (for linux BeamNG)
    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    329f936 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    f7c4654 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    a4a1649 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    e54d24e View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    bd4ca09 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    80328f4 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    fcfa110 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    5ce21ad View commit details
    Browse the repository at this point in the history
  59. [RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector and fixes SEW c…

    …ache transform (ptitSeb#1812)
    
    * [RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector
    
    * [RV64_DYNAREC] Transform SEW cache after fpu cache
    ksco authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    df04628 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    efe4c25 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    bd23ed1 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    decc765 View commit details
    Browse the repository at this point in the history
  63. [BOX32] Put back pthread_t behind hash, but ease hash range to have m…

    …ore native values
    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ba47e92 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    adb75ef View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    ddd56c0 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    fa53643 View commit details
    Browse the repository at this point in the history
  67. Improved legendary stability

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f9375b3 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    a8f3056 View commit details
    Browse the repository at this point in the history
  69. [RV64_DYNAREC] Added more 66 0F opcodes for vector (ptitSeb#1815)

    * [RV64_DYNAREC] Added more 66 0F opcodes for vector
    
    * [RV64_DYNAREC] Fixed PACKUSWB for vlen >= 256
    ksco authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9352c31 View commit details
    Browse the repository at this point in the history
  70. [RV64_DYNAREC] Added more 0F opcodes for vector and optimized some op…

    …codes too (ptitSeb#1816)
    
    * [RV64_DYNAREC] Optimized 66 0F 67 PACKUSWB opcode
    
    * [RV64_DYNAREC] Optimized 66 0F 6C PUNPCKLQDQ opcode
    
    * [RV64_DYNAREC] Added some 0F opcodes for vector
    
    * review
    ksco authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    72675b1 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    47be8ca View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    3f6c0b2 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    63bab1e View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    745027e View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    0f114b7 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    c47336e View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    24b3db2 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    3c95dfb View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    51f08f2 View commit details
    Browse the repository at this point in the history
  80. [STATIC] Try to fix static build

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f94b8db View commit details
    Browse the repository at this point in the history
  81. Fixed a typo

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    f442308 View commit details
    Browse the repository at this point in the history
  82. [STATIC] Forgot this definition

    ptitSeb authored and JunChi1022 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d3423ba View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    0fa0f71 View commit details
    Browse the repository at this point in the history