summaryrefslogtreecommitdiff
path: root/Source/Core/Common
AgeCommit message (Expand)Author
2023-12-17JitArm64: Optimize ANDI2R and friends to no-ops when possibleJosJuice
2023-12-16Merge pull request #11497 from vyuuui/debugger_assembler_uiTilka
2023-12-16Merge pull request #12427 from JosJuice/jitarm64-msr-updated-logical-immAdmiral H. Curtiss
2023-12-16JitArm64: Use enum class for LogicalImm size parameterJosJuice
2023-12-13Common/Crypto/SHA1: Resolve -Wignored-attributes warningsLioncash
2023-12-13Common/Crypto/AES: Resolve -Wignored-attributes warningsLioncash
2023-12-13Parser and Assembler implementationsvyuuui
2023-12-12Watches: Make use of std::erase_ifLioncash
2023-12-12Merge pull request #12394 from lioncash/compareAdmiral H. Curtiss
2023-12-11TraversalClient: Resolve -Wsign-compare warningLioncash
2023-12-11Common/SettingsHandler: Use std::string_view moreLioncash
2023-12-11Common/SettingsHandler: Use std::erase in Decrypt()Lioncash
2023-12-09Common/MemArenaWin: Rewrite LazyMemoryRegion to manually map memory blocks in...Admiral H. Curtiss
2023-12-09Common/MemArenaWin: Move the advanced Windows memory function address initial...Admiral H. Curtiss
2023-12-02Merge pull request #12184 from noahpistilli/kd-mail-sendAdmiral H. Curtiss
2023-12-01JitArm64: Add special zero case to ADDI2RJosJuice
2023-12-01JitArm64: Mask input to 32-bit ADDI2RJosJuice
2023-12-01Common/HTTP: Implement MultiformSketch
2023-11-30Merge pull request #11382 from skyfloogle/traversal-fix-2Mai
2023-11-28JitArm64: Use LSL+CLS for classifying floatsJosJuice
2023-11-28Remove redundant 32-bit codeZopolis4
2023-11-28Remove _M_X86 in favour of _M_X86_64Zopolis4
2023-11-27Remove references to Debugger.iniJosJuice
2023-11-25Merge pull request #11881 from JosJuice/aarch64-function-callAdmiral H. Curtiss
2023-11-23BBA/HLE: Fix random PCAP file corruptionSepalani
2023-11-03Netplay: Fix building on clang 17.Admiral H. Curtiss
2023-11-01JitArm64: Add utility for calling a function with argumentsJosJuice
2023-11-01Merge pull request #12258 from skyfloogle/traversal-loggingAdmiral H. Curtiss
2023-10-31Jit64: Recompile asm routines on cache clearJosJuice
2023-10-28Netplay: Don't log skippable events as errorsFloogle
2023-10-21PowerPC: Negate m_dec values in frsqrte tableSintendo
2023-10-10Merge pull request #12209 from JosJuice/frsqrte-exp-lsbAdmiral H. Curtiss
2023-10-01Merge pull request #12036 from LillyJadeKatrin/deep-copy-volumeJMC47
2023-10-01Added CopyReader to BlobReader and all subclassesLillyJadeKatrin
2023-09-30PowerPC: Flip the order of frsqrte_expectedJosJuice
2023-09-24FileUtil: Don't try to retrieve size for FIFO pipeMattKC
2023-09-21fmt 10.0.0-10.1.1 compile fixesget
2023-09-19Merge pull request #12160 from AdmiralCurtiss/achievement-logAdmiral H. Curtiss
2023-09-16Merge pull request #12181 from JosJuice/curl-response-code-longAdmiral H. Curtiss
2023-09-16Common: Fix HttpRequest::GetLastResponseCode stack corruptionJosJuice
2023-09-10Common/MemArena: Set MAP_NORESERVE in LazyMemoryRegion on Linux.Admiral H. Curtiss
2023-09-09Common/LogManager: Add logging category for Achievements.Admiral H. Curtiss
2023-09-07Common/MemArena: A zero-byte allocation is invalid.Admiral H. Curtiss
2023-09-07Common/MemArena: mmap returns MAP_FAILED on error, not nullptr.Admiral H. Curtiss
2023-09-07Common/MemArena: Assert return value of LazyMemoryRegion::Clear()'s mmap() call.Admiral H. Curtiss
2023-09-03Merge pull request #12108 from noahpistilli/kd-check-mailAdmiral H. Curtiss
2023-09-03IOS/KD: Implement NWC24_CHECK_MAIL_NOWSketch
2023-09-02Merge pull request #12079 from JosJuice/blr-no-fastmemJMC47
2023-09-02Common/MemArena: Add LazyMemoryRegion to represent a zero-initialized memory ...Admiral H. Curtiss
2023-08-29Jit: Add more error checking to ProtectStackJosJuice