Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black | |
Also move the "Fault" reference counted pointer type into a separate file, sim/fault.hh. It would be better to name this less similarly to sim/faults.hh to reduce confusion, but fault.hh matches the name of the type. We could change Fault to FaultPtr to match other pointer types, and then changing the name of the file would make more sense. | |||
2010-06-02 | ARM: Implement the version of VMRS that writes to the APSR. | Gabe Black | |
2010-06-02 | ARM: Introduce new VFP base classes that are optionally microops. | Gabe Black | |
2010-06-02 | ARM: Add some support for wfi/wfe/yield/etc | Ali Saidi | |
2010-06-02 | ARM: Define versions of MSR and MRS outside the decoder. | Gabe Black | |
2010-06-02 | ARM: Remove unnecessary cruft from includes.isa. | Gabe Black | |
2010-06-02 | ARM: Add base classes for multiply instructions. | Gabe Black | |
2009-07-01 | ARM: Make DataOps select from a set of ways to set the c and v flags. | Gabe Black | |
2009-06-21 | ARM: Simplify the ISA desc by pulling some classes out of it. | Gabe Black | |
2009-04-05 | arm: add ARM support to M5 | Stephen Hines | |