Age | Commit message (Expand) | Author |
2010-06-02 | ARM: Hook up 16 bit thumb load/store multiple. | Gabe Black |
2010-06-02 | ARM: Reimplement load/store multiple external to the decoder. | Gabe Black |
2010-06-02 | ARM: Eliminate decoding for the very deprecated FPA instructions. | Gabe Black |
2009-11-17 | ARM: Differentiate between LDM exception return and LDM user regs. | Ali Saidi |
2009-11-15 | ARM: Make the exception return form of ldm restore CPSR. | Gabe Black |
2009-11-15 | ARM: Create a new type of load uop that restores spsr into cpsr. | Gabe Black |
2009-11-08 | ARM: Support forcing load/store multiple to use user registers. | Gabe Black |
2009-11-08 | ARM: Simplify the load/store multiple generation code. | Gabe Black |
2009-11-08 | ARM: Set up an intregs.hh for ARM. | Gabe Black |
2009-07-08 | ARM: Move the remaining microops out of the decoder and into the ISA desc. | Gabe Black |
2009-07-08 | ARM: Move the memory microops out of the decoder and into the ISA desc. | Gabe Black |
2009-07-08 | ARM: Move the integer microops out of the decoder and into the ISA desc. | Gabe Black |
2009-07-08 | ARM: Get rid of end_addr in the ArmMacroStore constructor. | Gabe Black |
2009-06-23 | ARM: Added unimplemented load/store multiple instructions. | Jack Whitman |
2009-06-21 | ARM: Simplify the ISA desc by pulling some classes out of it. | Gabe Black |
2009-06-21 | ARM: Don't downconvert ExtMachInsts to MachInsts. | Gabe Black |
2009-06-21 | ARM: Make the isa parser aware that CPSR is being used. | Gabe Black |
2009-04-05 | arm: add ARM support to M5 | Stephen Hines |