summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2025-10-09Merge pull request #13964 from ryanmcgrath/macos/qosJMC47
2025-10-08MMU: Use templates for Read/Write functionsMartino Fontana
2025-10-08Jit64: Dynamic length of regular jump instruction (for known addresses)Martino Fontana
2025-10-06Merge pull request #13995 from Dentomologist/deletedirrecursively_dont_report...JosJuice
2025-10-05DeleteDirRecursively: Don't report error for absent directoryDentomologist
2025-10-04Common/Network: Add BluetoothAddress struct and string conversion functions.Jordan Woyak
2025-10-04Common: Add some utilities to a new UnixUtil header.Jordan Woyak
2025-10-04CommonFuncs: Add StrerrorString version of LastStrerrorString that accepts an...Jordan Woyak
2025-10-01dcbz: Fix AVX pathMartino Fontana
2025-09-30Merge pull request #13929 from SuperSamus/dcbz-jit-improvementsJosJuice
2025-09-29Externals: Update libiconv to 1.18Joshua Vandaële
2025-09-26Merge pull request #13968 from dwilliams27/remove-logs-mailJMC47
2025-09-26Merge pull request #13945 from iwubcode/math_transpose_functionJMC47
2025-09-26Merge pull request #13634 from jordan-woyak/enum-conceptsJMC47
2025-09-24chore: remove unused Logs/Mail/ dirFarmerbilly27
2025-09-22macoS: update QoSSession with SO_NET_SERVICE_TYPE.Ryan McGrath
2025-09-19Logging: Don't overwrite LDEBUG verbosity in Release buildsDentomologist
2025-09-17Common: add transpose function to Matrix classiwubcode
2025-09-17Merge pull request #13874 from sepalani/bitcast-ptrJMC47
2025-09-16Merge pull request #13935 from iwubcode/matrix_invertedJMC47
2025-09-16Merge pull request #13905 from JosJuice/arm64emitter-shift-4JosJuice
2025-09-07Core: support inverting a 4x4 matrixiwubcode
2025-09-02Jit64: `dcbz`, use VMOVAPS with YMM registers on AVX CPUsMartino Fontana
2025-09-02x64Emitter: Support YMM registersMartino Fontana
2025-08-30Merge pull request #13912 from jordan-woyak/simplify-saturating-castTilka
2025-08-28Merge pull request #13825 from jordan-woyak/dont-count-playtime-while-suspendedJMC47
2025-08-27MathUtil: Simplify SaturatingCast implementation with std::cmp_less/cmp_great...Jordan Woyak
2025-08-24Arm64Emitter: Replace shifting size by 4 with IntLog2 minus 3JosJuice
2025-08-21JitArm64: Add early exit in MOVI2RImpl ORR loopJosJuice
2025-08-21JitArm64: Add missing ORR pattern in MOVI2RImplJosJuice
2025-08-18Common/BitUtils: Add operator[] to BitCastPtrTypeSepalani
2025-08-17FloatUtils: Replace quieting SNaNs via `0.0 + x` with MakeQuietOatmealDome
2025-08-17FloatUtils: Move MakeQuiet function here from Interpreter_FPUtilsOatmealDome
2025-08-10Merge pull request #13846 from JoshuaVandaele/better-xcbTilka
2025-08-04Merge pull request #13791 from jordan-woyak/realtek-firmware-loaderJMC47
2025-08-04Qt: Better wayland detection to enforce xcbJoshua Vandaële
2025-08-01Merge pull request #13794 from Sintendo/doouble-lookupAdmiral H. Curtiss
2025-07-27PPCSymbolDB: Don't return non-const pointersJosJuice
2025-07-27PPCSymbolDB: Add missing lockingJosJuice
2025-07-27PPCSymbolDB: Reduce lock contention in LoadMap/LoadMapOnBootJosJuice
2025-07-24Common/Timer: Add a SteadyAwakeClock class which counts non-suspended system ...Jordan Woyak
2025-07-23BTReal: Implement Realtek Bluetooth firmware loading.Jordan Woyak
2025-07-23Common: Move AsU8Span utility function from BTReal to Common/BitUtils.Jordan Woyak
2025-07-19Common: Move GetDeviceProperty() into its own headerAdmiral H. Curtiss
2025-07-16Merge pull request #13792 from Tilka/wii_bannersJMC47
2025-07-14IOFile: Require trivially copyable typesDentomologist
2025-07-12Fix various warningsJoshua Vandaële
2025-07-08Avoid map/set double lookupsSintendo
2025-07-07Merge pull request #13726 from hoogmin/cpp23_ranges_patchJordan Woyak
2025-07-04WiiSaveBanner: fall back to $userdir/Load/WiiBannersTillmann Karras