index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
x64
/
emitter.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-2
/
+2
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-5
/
+3
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-1
/
+1
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-1020
/
+1592
*
emitter: Add CALL that can be fixed up.
bunnei
2016-04-14
1
-0
/
+12
*
emitter: Support arbitrary FixupBranch targets.
bunnei
2016-04-14
1
-0
/
+16
*
x64 Emitter: Fix L bit in VEX prefix
MerryMage
2016-02-27
1
-2
/
+2
*
x64-emitter: add RCPSS SSE instruction
aroulin
2015-08-23
1
-0
/
+1
*
emitter: Remove pointer casts
Lioncash
2015-08-21
1
-0
/
+23
*
emitter: Remove unnecessary defines
Lioncash
2015-08-20
1
-5
/
+1
*
emitter: Remove unnecessary else keywords
Lioncash
2015-08-20
1
-7
/
+7
*
emitter: Remove unused code
Lioncash
2015-08-20
1
-24
/
+0
*
emitter: Pass OpArg by reference where possible
Lioncash
2015-08-20
1
-351
/
+351
*
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
2015-08-16
1
-3
/
+3
*
Common: Cleanup CPU capability detection code.
bunnei
2015-08-16
1
-9
/
+9
*
Common: Move cpu_detect to x64 directory.
bunnei
2015-08-16
1
-1
/
+1
*
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
2015-08-16
1
-0
/
+1989