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
/
common
/
x64
Age
Commit message (
Collapse
)
Author
2015-09-01
x64: Proper stack alignment in shader JIT function calls
aroulin
Import Dolphin stack handling and register saving routines Also removes the x86 parts from abi files
2015-08-23
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-21
emitter: Remove pointer casts
Lioncash
This should also technically silence quite a few ubsan warnings.
2015-08-20
emitter: Remove unnecessary defines
Lioncash
2015-08-20
emitter: Remove unnecessary else keywords
Lioncash
2015-08-20
emitter: Remove unused code
Lioncash
2015-08-20
emitter: Remove unimplemented JMP prototype
Lioncash
2015-08-20
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
emitter: Remove unnecessary inline specifiers
Lioncash
Functions implemented in a class definition are already implicitly inline.
2015-08-15
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-15
Common: Cleanup CPU capability detection code.
bunnei
2015-08-15
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-15
x64: Refactor to remove fake interfaces and general cleanups.
bunnei