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
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
1
-2
/
+2
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-5
/
+3
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-1020
/
+1592
2016-04-14
emitter: Add CALL that can be fixed up.
bunnei
1
-0
/
+12
2016-04-14
emitter: Support arbitrary FixupBranch targets.
bunnei
1
-0
/
+16
2016-02-27
x64 Emitter: Fix L bit in VEX prefix
MerryMage
1
-2
/
+2
2015-08-23
x64-emitter: add RCPSS SSE instruction
aroulin
1
-0
/
+1
2015-08-21
emitter: Remove pointer casts
Lioncash
1
-0
/
+23
This should also technically silence quite a few ubsan warnings.
2015-08-20
emitter: Remove unnecessary defines
Lioncash
1
-5
/
+1
2015-08-20
emitter: Remove unnecessary else keywords
Lioncash
1
-7
/
+7
2015-08-20
emitter: Remove unused code
Lioncash
1
-24
/
+0
2015-08-20
emitter: Pass OpArg by reference where possible
Lioncash
1
-351
/
+351
2015-08-16
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
bunnei
1
-3
/
+3
2015-08-16
Common: Cleanup CPU capability detection code.
bunnei
1
-9
/
+9
2015-08-16
Common: Move cpu_detect to x64 directory.
bunnei
1
-1
/
+1
2015-08-16
x64: Refactor to remove fake interfaces and general cleanups.
bunnei
1
-8
/
+8
2015-08-15
Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.
bunnei
1
-0
/
+1989