Age | Commit message (Expand) | Author |
2017-11-07 | alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. | Gabe Black |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-05-19 | base, sim, arch: Fix clang 5.0 warnings | Andreas Sandberg |
2016-10-13 | isa,arm: Add missing AArch32 FP instructions | Mitch Hayenga |
2016-06-02 | arm: Correctly check FP/SIMD access permission in aarch32 | Andreas Sandberg |
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
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-05-13 | ARM: Further break up condition code into NZ, C, V bits. | Ali Saidi |
2011-05-13 | ARM: Break up condition codes into normal flags, saturation, and simd. | Ali Saidi |
2011-02-23 | ARM: Squash state on FPSCR stride or len write. | Ali Saidi |
2010-12-07 | O3: Make all instructions that write a misc. register not perform the write u... | Giacomo Gabrielli |
2010-11-15 | CPU/ARM: Add SIMD op classes to CPU models and ARM ISA. | Giacomo Gabrielli |
2010-08-25 | ARM: Make VMSR, RFE PC/LR etc non speculative, and serializing | Ali Saidi |
2010-08-25 | ARM: Fix VFP enabled checks for mem instructions | Ali Saidi |
2010-08-25 | ARM: Seperate out the renamable bits in the FPSCR. | Gabe Black |
2010-08-25 | ARM: Implement CPACR register and return Undefined Instruction when FP access... | Gabe Black |
2010-08-25 | ARM: Implement all ARM SIMD instructions. | Gabe Black |
2010-06-02 | ARM: Implement conversion to/from half precision. | Gabe Black |
2010-06-02 | ARM: Clean up VFP | Gabe Black |
2010-06-02 | ARM: Clean up the implementation of the VFP instructions. | Gabe Black |
2010-06-02 | ARM: Implement the version of VMRS that writes to the APSR. | Gabe Black |
2010-06-02 | ARM: Implement the VCMPE instruction. | Gabe Black |
2010-06-02 | ARM: Fix vcvtr so that it uses the rounding mode in the FPSCR. | Gabe Black |
2010-06-02 | ARM: Fix saturation of VCVT from fp to integer. | Gabe Black |
2010-06-02 | ARM: Compensate for ARM's underflow coming from -before- rounding, but x86's ... | Gabe Black |
2010-06-02 | ARM: Implement flush to zero for destinations as well. | Gabe Black |
2010-06-02 | ARM: Fix up nans to match ARM's expected behavior. | Gabe Black |
2010-06-02 | ARM: Implement flush to zero mode for VFP, and clean up some corner cases. | Gabe Black |
2010-06-02 | ARM: Add barriers that make sure FP operations happen where they're supposed to. | Gabe Black |
2010-06-02 | ARM: Implement the version of VCVT float to int that rounds towards zero. | Gabe Black |
2010-06-02 | ARM: Implement the floating/fixed point VCVT instructions. | Gabe Black |
2010-06-02 | ARM: Add code to extract and record VFP exceptions. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of VCMP. | Gabe Black |
2010-06-02 | ARM: Add support for VFP vector mode. | Gabe Black |
2010-06-02 | ARM: Introduce new VFP base classes that are optionally microops. | Gabe Black |
2010-06-02 | ARM: Implement VCVT between double and single width FP. | Gabe Black |
2010-06-02 | ARM: Implement vcvt between int and fp. Ignore rounding. | Gabe Black |
2010-06-02 | ARM: Implement the VFP negated multiplies. | Gabe Black |
2010-06-02 | ARM: Implement the VFP versions of VMLA and VMLS. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vdiv and vsqrt. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vsub. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vadd. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vabs. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vneg. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vmul. | Gabe Black |
2010-06-02 | ARM: Implement the various versions of VMOV. | Gabe Black |
2010-06-02 | ARM: Implement the VMRS instruction. | Gabe Black |
2010-06-02 | ARM: Implement the VMSR instruction. | Gabe Black |