Age | Commit message (Expand) | Author |
2018-01-23 | arch-x86: Adding clflush, clflushopt, clwb instructions | Swapnil Haria |
2017-12-23 | riscv,x86: Stop using the arch Nop machine instruction unnecessarily. | Gabe Black |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-13 | x86: Rework how "split" loads/stores are handled. | Gabe Black |
2017-11-07 | alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. | Gabe Black |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2017-05-16 | x86: Fix the multiplication microops. | Gabe Black |
2017-02-10 | x86: Fix implicit stack addressing in 64-bit mode | Jason Lowe-Power |
2016-11-21 | x86: fix issue with casting in Cvtf2i | Tony Gutierrez |
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 |
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-04-29 | x86: change divide-by-zero fault to divide-error | Nilay Vaish |
2015-03-23 | mem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW | Steve Reinhardt |
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: correct error in emms instruction. | Nilay Vaish |
2013-09-30 | x86: Add support for FXSAVE, FXSAVE64, FXRSTOR, and FXRSTOR64 | 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: add op class for int and fp microops in isa description | Nilay Vaish |
2013-03-11 | x86: implement some of the x87 instructions | Nilay Vaish |
2013-01-15 | x86: implements emms instruction | Nilay Vaish |
2013-01-15 | x86: implement fabs, fchs instructions | Nilay Vaish |
2012-12-30 | x86: implement x87 fp instruction fsincos | Nilay Vaish |
2012-09-11 | X86: make use of register predication | Nilay Vaish |
2012-09-11 | x86: Add a separate register for D flag bit | Nilay Vaish |
2012-05-22 | X86: Split Condition Code register | Nilay Vaish |
2012-04-14 | clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6 | Andreas Hansson |
2012-03-31 | X86: Fix address size handling so real mode works properly. | Gabe Black |
2012-02-26 | X86: Use the M5PanicFault fault in execute methods instead of calling panic. | Gabe Black |
2011-12-01 | X86: Fix a bad segmentation check for the stack segment. | Gabe Black |
2011-11-03 | x86: Add microop for fence | Nilay Vaish |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-09-26 | ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-07-02 | X86: Fix store microops so they don't drop faults in timing mode. | Gabe Black |
2011-06-21 | X86: Eliminate an unused argument for building store microops. | Gabe Black |