Age | Commit message (Expand) | Author |
2016-02-06 | x86: revamp cmpxchg8b/cmpxchg16b implementation | Alexandru Dutu |
2016-02-06 | arch, x86: add support for arrays as memory operands | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2016-01-17 | cpu. arch: add initiateMemRead() to ExecContext interface | Steve Reinhardt |
2016-01-07 | pseudo inst,util: Add optional key to initparam pseudo instruction | Gabor Dozsa |
2015-10-06 | x86: implement rcpps and rcpss SSE insts | Steve Reinhardt |
2015-10-06 | x86: implement fild, fucomi, and fucomip x87 insts | Steve Reinhardt |
2015-07-20 | x86: x86 instruction-implementation bug fixes | David Hashe |
2015-07-17 | x86: decode instructions with vex prefix | Nilay Vaish |
2015-07-04 | x86: Adjust the size of the values written to the x87 misc registers | Nikos Nikoleris |
2015-04-29 | x86: change divide-by-zero fault to divide-error | Nilay Vaish |
2015-04-13 | x86: implements x87 mult/div instructions | Nilay Vaish |
2015-04-03 | x86: fix debug trace output for mwait | Lena Olson |
2015-03-23 | mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW | Steve Reinhardt |
2015-01-10 | x86 : fxsave and fxrestore missing template code | Emilio Castillo |
2015-01-03 | x86: implements the simd128 ADDSUBPD instruction | Maxime Martinasso |
2014-12-04 | x86: Rework opcode parsing to support 3 byte opcodes properly. | Gabe Black |
2014-11-17 | x86: Fix setting segment bases in real mode. | Gabe Black |
2014-11-17 | x86: Fix some bugs in the real mode far jmp instruction. | Gabe Black |
2014-11-06 | x86 isa: This patch attempts an implementation at mwait. | Marc Orr |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-09-03 | x86: Flag instructions that call suspend as IsQuiesce | Mitch Hayenga |
2014-09-01 | x86: set op class of two fp instructions | Nilay Vaish |
2014-05-09 | arch: teach ISA parser how to split code across files | Curtis Dunham |
2014-05-09 | arch: remove inline specifiers on all inst constrs, all ISAs | Curtis Dunham |
2014-01-27 | x86: use lfpimm instead of limm for fptan | Nilay Vaish |
2014-01-27 | x86: implements x87 add/sub instructions | Nilay Vaish |
2014-01-27 | x86: implements fxch instruction. | Nilay Vaish |
2014-01-27 | x86: correct error in emms instruction. | Nilay Vaish |
2013-11-26 | x86: Implementation of Int3 and Int_Ib in long mode | Christian Menard |
2013-10-15 | arch/x86: add support for explicit CC register file | Yasuko Eckert |
2013-09-30 | x86: Add support for FXSAVE, FXSAVE64, FXRSTOR, and FXRSTOR64 | Andreas Sandberg |
2013-09-30 | x86: Add support for FLDENV & FNSTENV | Andreas Sandberg |
2013-09-30 | x86: Add support for loading 32-bit and 80-bit floats in the x87 | Andreas Sandberg |
2013-09-30 | x86: Fix re-entrancy problems in x87 store instructions | Andreas Sandberg |
2013-06-18 | x86: Add support for maintaining the x87 tag word | Andreas Sandberg |
2013-06-18 | x86: Fix loading of floating point constants | Andreas Sandberg |
2013-06-18 | x86: Make fprem like the fprem on a real x87 | Andreas Sandberg |
2013-06-18 | x86: Fix the flag handling code in FABS and FCHS | Andreas Sandberg |
2013-05-21 | x86: mark instructions for being function call/return | Nilay Vaish |
2013-05-21 | x86: add op class for int and fp microops in isa description | Nilay Vaish |
2013-04-23 | x86: increment the stack pointer in lret inst | Christian Menard |
2013-03-11 | x86: implement some of the x87 instructions | Nilay Vaish |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2013-01-15 | x86: implements fsin, fcos instructions | Nilay Vaish |
2013-01-15 | x86: implements emms instruction | Nilay Vaish |
2013-01-15 | x86: implement fabs, fchs instructions | Nilay Vaish |
2013-01-08 | util: add m5_fail op. | LluĂs Vilanova |
2012-12-30 | x86: implement x87 fp instruction fnstsw | Nilay Vaish |
2012-12-30 | x86: implement x87 fp instruction fsincos | Nilay Vaish |