| Age | Commit message (Expand) | Author |
| 2013-09-20 | Turns out CVTSD2SI in x64Emitter.cpp should actually use 64 bits instead of 3... | Lioncash |
| 2013-09-18 | Fix an incorrect opcode for an SSE instruction in x64Emitter.cpp. CVTSD2SI sh... | Lioncash |
| 2013-09-16 | Fix two wrong opcodes in the x64Emitter. PEXTRW and PINSRW were actually writ... | Lioncash |
| 2013-04-21 | Merge branch 'dspjit' | Pierre |
| 2013-04-19 | Fix a bunch of random typos in comments and logging. | lioncash |
| 2013-04-17 | New license header introduced for DiscIO, AudioCommon, InputCommon, VideoComm... | Lioncash |
| 2013-04-15 | Update the license file text (change SVN to Git) in all projects except Core ... | lioncash |
| 2013-04-14 | Implement and use MOVZX(64, 32,...) | Pierre |
| 2013-04-14 | Revert "In memory of calc84." | Pierre |
| 2013-03-19 | Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon. | lioncash |
| 2013-02-26 | ARM Support without GLSL | Ryan Houdek |
| 2012-12-30 | In memory of calc84. | Matthew Parlane |
| 2012-12-10 | Clean up gcc/g++ compiler warnings that have accumulated. | Glenn Rice |
| 2012-06-02 | Changed MOVDDUP to use MOVSD on non-SSE3 CPU's. | skidau |
| 2012-01-09 | Added SHRD/SHLD x86 emitters, further optimized srawx | calc84maniac |
| 2012-01-05 | Added emitters for BT/BTR/BTS/BTC x86 instructions, optimized extended arithm... | calc84maniac |
| 2011-06-29 | JIT: Add support for memory accesses with scaled index register but without b... | pierre |
| 2011-04-22 | Core/Common: Allow LEA(32,...) with M() OpArgs exceeding the 2G range. | pierre |
| 2011-02-19 | Core/Common: Add support for low 8 bit parts of SI,DI,BP on 64 bit in x64Emitter | pierre |
| 2010-12-16 | Core/DSPCore: Fix more memory accesses for linux x64 | pierre |
| 2010-12-05 | First pass at dealing with different size_t/off_t sizes in C90 environments. | Soren Jorvang |
| 2010-09-26 | Add an PanicAlert in case we try to do an >32 bit displacement | pierre |
| 2010-09-06 | Added PSRLD/PSRLQ/PSLLD/PSLLQ support to x64Emitter | nodchip |
| 2010-06-30 | Fix a bug in DSP Jit where branches had a blockSize of zero. | j4ck.fr0st |
| 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 |