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
/
x64Emitter.cpp
Age
Commit message (
Expand
)
Author
2014-09-02
x64Emitter: assert instead of crashing when generating MOVZX with a wrong size
Pierre Bourdon
2014-09-02
x64Emitter: Fix MUL with AH/BH/CH/DH registers.
Pierre Bourdon
2014-09-02
x64Emitter: Error out on 8 bits CMOV, and emit 16 bits CMOV properly
Pierre Bourdon
2014-09-02
x64Emitter: Assert when using an invalid POP instead of generating an INT3
Pierre Bourdon
2014-09-02
x64Emitter: RDTSC now without a typo'd name
Pierre Bourdon
2014-09-01
Common: Remove unnecessary "using namespace Gen;" from x64emitter
Lioncash
2014-08-30
Common: Clean up brace placements
Lioncash
2014-08-27
x64Emitter: add support for some missing CVT instructions
Fiora
2014-08-27
Remove pointless initializations.
Rohit Nirmal
2014-08-20
x64Emitter: remove redundant "Gen::"
Tillmann Karras
2014-08-20
x64Emitter: make 'packed' parameter a bool
Tillmann Karras
2014-08-17
x64Emitter: refactor to support longer opcodes
Fiora
2014-08-07
x64Emitter: optimize immediate sizes
Fiora
2014-08-03
Remove the rest of x86_32 support from Common.
Ryan Houdek
2014-07-30
x64Emitter: Fix REX encoding for SETcc
Pierre Bourdon
2014-07-15
x64Emitter: add CVTTPD2DQ
Tillmann Karras
2014-06-26
Merge pull request #443 from magumagu/loadstore-cleanup
Lioncash
2014-06-25
Centralize the logging code into its own folder in Common.
Lioncash
2014-06-20
JIT: Clean up float loads and stores.
magumagu
2014-06-03
x64Emitter: J_CC: use 32 bit offset automatically
Tillmann Karras
2014-04-30
JitBackpatch: fix NOP padding
Tillmann Karras
2014-04-23
Optimize NOPs
Tillmann Karras
2014-04-11
x64Emitter: Add the MOVBE instruction.
Pierre Bourdon
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-25
Fix OpArg::WriteRex with 8-bit memory operand.
magumagu
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-04
Make our architecture defines less stupid.
Ryan Houdek
2014-02-23
Merge pull request #25 from Tilka/ppc_fp
Pierre Bourdon
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-12
x64Emitter: Fix the PSUBQ instruction's opcode
Scott Mansell
2014-02-12
x64Emitter: Add the xmm, xmm form of PSRLQ instruction.
Scott Mansell
2014-02-12
Jit64[IL]: fix float conversions
Tillmann Karras
2014-02-12
x64: add support for some x87 instructions
Tillmann Karras
2014-01-25
x64: fix parameter names of WriteModRM()
Tillmann Karras
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre
[prev]