index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Src
/
x64Emitter.cpp
Age
Commit message (
Expand
)
Author
2010-04-11
Fixed a small bug in J_CC when emitting jumps that exceed 0x80 in range (only...
j4ck.fr0st
2010-04-09
DSPJit: disabled NR again until we fix DSPEmitter::increase_addr_reg.
j4ck.fr0st
2010-01-17
Fix EFB reads in fastmem mode by removing the EFB mapping (forces it to go th...
hrydgard
2010-01-16
Hopefully fix all remaining quantizer issues in Mario Kart Wii:
hrydgard
2010-01-16
(assorted cleanup and reindent that didn't belong in the quantizer change)
hrydgard
2009-07-28
Now ALL copyright dates are fixed to the legally correct year: The year in wh...
XTra.KrazzY
2009-07-04
Remove instructions which don't actually exist.
magumagu9
2009-06-28
Misc warning fixes.
magumagu9
2009-06-13
PowerPC: Fixed moronic bug in mcrfs - together with correctly computing FPRF ...
hrydgard
2009-03-28
Some code cleanup
omegadox
2009-02-17
fix crazy codegen bug and unban R12 from register allocators
hrydgard
2009-01-04
Add CVTPS2DQ implementation.
magumagu9
2009-01-02
Fix assembly of 16-bit immediates.
magumagu9
2008-12-31
Slightly shorter version of 16-bit BSWAP.
magumagu9
2008-12-26
More code movin' .. split Vertex/Pixelshadermngr into xxCache and xxManager.
hrydgard
2008-12-19
Turn the X86 emitter into a class, so the code pointer is no longer a global,...
hrydgard
2008-12-18
Some small emitter enhancements; I was originally planning on actually
magumagu9
2008-12-08
set svn:eol-style=native for **.cpp
bushing
2008-11-23
Optimize vertex loader with a mini JIT (only first step, more optimizations m...
hrydgard
2008-11-22
Another Linux build fix.
magumagu9
2008-11-22
Fixed saving/loading states in OGL plugin.
XTra.KrazzY
2008-11-22
Committing magumagu9's work on IMUL JIT
XTra.KrazzY
2008-09-08
Fixed a couple of unused variable warnings.
masken
2008-09-07
fixed warnings
nakeee
2008-09-05
Align stack to 16-byte boundary when compiling in 32-bit mode with GCC. This ...
Maarten ter Huurne
2008-08-27
Removed unused function x86SetJ8().
Maarten ter Huurne
2008-08-27
Fixed CALL range check.
Maarten ter Huurne
2008-08-27
On platforms where the OpenGL library uses the CDECL calling convention, the ...
Maarten ter Huurne
2008-08-17
fix crash bug in movddup-on-sse2-emulation
hrydgard
2008-08-17
- Fixed: Crash when loading a rom with an unknown file extension.
NunoRamiro
2008-08-12
Lots of various changes. CPU detect fix. Maybe a minor speed increase. CPU bu...
hrydgard
2008-08-11
For unknown reasons, this patch fixes Beyond Good and Evil and Metroid intro ...
hrydgard
2008-08-10
maybe fix some crashes some people are seeing (used wrong instruction to load...
hrydgard
2008-08-10
Assorted debugger upgrades and fixes + changed DolphinWX project not to depen...
hrydgard
2008-08-09
More 32-bit speed
hrydgard
2008-08-07
Fix linux build and a crash. hrm, how did it work before...
hrydgard
2008-08-05
Silence stupid messagebox in windows, and simultaneously fix a future linux p...
hrydgard
2008-08-03
JIT works in linux with ALL OPTIMIZATION OFF - well, at least it's faster tha...
hrydgard
2008-08-01
add simple PC logging facility for debugging. not enabled by default.
hrydgard
2008-08-01
More linux...
hrydgard
2008-07-27
Just submitting some boring minor cleanup and improved error msgs, to isolate...
hrydgard
2008-07-12
Initial megacommit.
hrydgard