| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-02 | UnitTests: Move some unit tests to where they should be | JosJuice | |
| Two unit tests were in the root UnitTests folder and were not being built when using CMake. | |||
| 2021-03-07 | JitCommon: Signed 32-bit division magic constants | Sintendo | |
| Add a function to calculate the magic constants required to optimize signed 32-bit division. Since this optimization is not exclusive to any particular architecture, JitCommon seemed like a good place to put this. | |||
