index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
macro
/
macro_jit_x64.cpp
Age
Commit message (
Expand
)
Author
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-10-21
video_coare: Reimplementing the maxwell drawing trigger mechanism
FengChen
2022-10-04
Merge pull request #9005 from liamwhite/micro-fit
bunnei
2022-10-01
macro_jit_x64: fix miscompilation of bit extraction operations
Liam
2022-10-01
macro_jit_x64: cancel exit for taken branch
Liam
2022-06-13
general: fix compilation on MinGW GCC 12
Liam
2022-05-08
video_core/macro_jit_x64: warn on invalid parameter access
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-26
common/xbyak_api: Make BuildRegSet() constexpr
Lioncash
2022-01-25
video_core/macro_jit_x64: Remove unused impl class member
Lioncash
2022-01-25
video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from impl
Lioncash
2022-01-25
video_core/macro_jit_x64: Move impl class into cpp file
Lioncash
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-08-30
externals: Update Xbyak to 5.96
Lioncash
2020-07-21
video_core: Remove unused variables
Lioncash
2020-06-24
Macro HLE support
David Marcec
2020-06-21
Merge pull request #4122 from lioncash/hide
bunnei
2020-06-20
macro_jit_x64: Use ecx for shift register
MerryMage
2020-06-20
Merge pull request #4125 from lioncash/macro-shift
merry
2020-06-20
Merge pull request #4123 from lioncash/unused-var
merry
2020-06-19
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftImmediate()
Lioncash
2020-06-19
macro_jit_x64: Correct readability of Compile_ExtractShiftLeftRegister()
Lioncash
2020-06-19
macro_jit_x64: Remove unused variable
Lioncash
2020-06-19
macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
Lioncash
2020-06-19
Merge pull request #4087 from MerryMage/macrojit-inline-Read
bunnei
2020-06-19
macro_jit_x64: Remove unused function Read
MerryMage
2020-06-18
Merge pull request #4090 from MerryMage/macrojit-bugs
bunnei
2020-06-17
macro_jit_x64: Inline Engines::Maxwell3D::GetRegisterValue
MerryMage
2020-06-17
Merge pull request #4086 from MerryMage/abi
bunnei
2020-06-17
macro_jit_x64: Optimization implicitly assumes same destination
MerryMage
2020-06-17
macro_jit_x64: Should not skip zero registers for certain ALU ops
MerryMage
2020-06-15
macro_jit_x64: Remove NEXT_PARAMETER
MerryMage
2020-06-15
macro_jit_x64: Remove unused function Compile_WriteCarry
MerryMage
2020-06-15
macro_jit_x64: Select better registers
MerryMage
2020-06-15
macro_jit_x64: Remove REGISTERS
MerryMage
2020-06-15
macro_jit_x64: Remove JITState::parameters
MerryMage
2020-06-15
macro_jit_x64: Remove METHOD_ADDRESS_64
MerryMage
2020-06-15
macro_jit_x64: Remove RESULT_64
MerryMage
2020-06-15
xbyak_abi: Remove *GPS variants of stack manipulation functions
MerryMage
2020-06-03
Mark parameters as const
David Marcec
2020-05-30
Favor switch case over jump table
David Marcec
2020-05-30
Implement macro JIT
David Marcec