Age | Commit message (Expand) | Author |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2012-03-01 | ARM: fix bits-to-fp conversion function declarations. | Giacomo Gabrielli |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-08-25 | ARM: Implement all ARM SIMD instructions. | Gabe Black |
2010-06-02 | ARM: Move code from vfp.hh to vfp.cc. | 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: Fix vcvtr so that it uses the rounding mode in the FPSCR. | 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 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: Add support for VFP vector mode. | Gabe Black |
2010-06-02 | ARM: Introduce new VFP base classes that are optionally microops. | Gabe Black |