| Age | Commit message (Expand) | Author |
| 2014-12-06 | x64Emitter: fix bitwise AVX opcodes | Tillmann Karras |
| 2014-11-13 | Various formatting and consistency fixes | Stevoisiak |
| 2014-11-09 | JIT: add 64-bit write support to FIFO functions | Fiora |
| 2014-10-12 | Merge pull request #995 from FioraAeterna/fma | skidau |
| 2014-10-10 | Be consistent with braces. | Henrik Rydgård |
| 2014-10-10 | x64 emitter: Add some more missing ops (MOVDQA, MOVDQU, PSHUFHW) | Henrik Rydgård |
| 2014-10-10 | x64 emitter: Add a few missing instructions | Henrik Rydgård |
| 2014-10-07 | X64Emitter: add FMA3 support | Fiora |
| 2014-10-03 | x64Emitter: refactor, add some new AVX instructions | Fiora |
| 2014-09-26 | JIT+Emitter: support locking flags | Fiora |
| 2014-09-18 | X64Emitter: add MOVHLPS/MOVLHPS | Fiora |
| 2014-09-17 | Be pedantic about stack overflow on Linux and OS X. | comex |
| 2014-09-15 | x64Emitter: fix silent failure if WriteNormalOp is passed two memory operands | Fiora |
| 2014-09-14 | x64Emitter: add LZCNT/TZCNT support and detection | Fiora |
| 2014-09-11 | X64Emitter: support shorter mov reg, imm opcodes | Fiora |
| 2014-09-08 | Include CommonTypes.h instead of Common.h. | Rohit Nirmal |
| 2014-09-06 | Split some parts of UpdateBoundingBox into multiple lines. Also, | Rohit Nirmal |
| 2014-09-06 | Fix some formatting (new lines on collapsed single-line conditionals, | Rohit Nirmal |
| 2014-09-03 | x64Emitter: add BMI1/BMI2 support | Fiora |
| 2014-09-02 | Merge pull request #893 from rohitnirmal/scan-build-fixes | shuffle2 |
| 2014-09-02 | x64Emitter: add support for shorter EAX forms of instructions | Fiora |
| 2014-09-02 | x64Emitter: Do not assert-fail on redundant MOVs, instead show an error log | Pierre Bourdon |
| 2014-09-02 | x64Emitter: Support FLD/FSTP with 80 bits operands | Pierre Bourdon |
| 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 |