Age | Commit message (Expand) | Author |
2018-02-07 | arch-arm: Fix AArch32 SETEND Instruction | Giacomo Travaglini |
2017-12-21 | arch-arm: Fixed WFE/WFI trapping behaviour | Giacomo Travaglini |
2017-12-21 | arch-arm: Fix StaticInst encoding() method | Giacomo Travaglini |
2017-12-19 | arch-arm: Instruction size methods in StaticInst class | Giacomo Travaglini |
2017-11-13 | arch-arm: Interface for the ArmStaticInst intWidth field | Giacomo Travaglini |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-07-05 | cpu: Added interface for vector reg file | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2016-06-02 | arm: Rewrite ERET to behave according to the ARMv8 ARM | Andreas Sandberg |
2016-06-02 | arm: Correctly check FP/SIMD access permission in aarch32 | Andreas Sandberg |
2016-03-16 | arm: Fix disasm printing | Nathanael Premillieu |
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 |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | clang: Enable compiling gem5 using clang 2.9 and 3.0 | Koan-Sin Tan |
2011-11-02 | SE/FS: Get rid of FULL_SYSTEM in the ARM ISA. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-01 | ARM: Clean up use of TBit and JBit. | Ali Saidi |
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: Mark some ARM static inst functions as inline. | Gabe Black |
2010-06-02 | ARM: Implement ARM CPU interrupts | Ali Saidi |
2010-06-02 | ARM: Clean up VFP | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vmul. | Gabe Black |
2010-06-02 | ARM: Ignore writing a bad mode to CPSR with MSR. | Gabe Black |
2010-06-02 | ARM: Respect the E bit of the CPSR when doing loads and stores. | Gabe Black |
2010-06-02 | ARM: Squash the low order bits of the PC when performing a regular branch. | Gabe Black |
2010-06-02 | ARM: Fix the implementation of BX to work in thumbEE mode. | Gabe Black |
2010-06-02 | ARM: Implement the saturation instructions. | Gabe Black |
2010-06-02 | ARM: Implement the unsigned saturating instructions. | Gabe Black |
2010-06-02 | ARM: Implement signed saturating add and/or subtract instructions. | Gabe Black |
2010-06-02 | ARM: Rework how unrecognized/unimplemented instructions are handled. | Gabe Black |
2010-06-02 | ARM: Move the inst2string function out of the isa_desc. | Gabe Black |
2010-06-02 | ARM: Replace the interworking branch base class with a special operand. | Gabe Black |
2010-06-02 | ARM: Fix PC operand handling. | Gabe Black |
2010-06-02 | ARM: Get rid of unnecessary flag calculating functions. | Gabe Black |
2010-06-02 | ARM: Implement disassembly for the new data processing classes. | Gabe Black |
2010-06-02 | ARM: Move the modified_imm function from all ARM instructions to just data pr... | Gabe Black |
2010-06-02 | ARM: Add a function to decode 32 bit thumb immediate values. | Gabe Black |
2010-06-02 | ARM: Make sure ExtMachInst is used consistently instead of regular MachInst. | Gabe Black |
2010-06-02 | ARM: Add a new base class for instructions that can do an interworking branch. | Gabe Black |
2010-06-02 | ARM: Track the current ISA mode using the PC. | Gabe Black |
2009-11-14 | ARM: Write some functions to write to the CPSR and SPSR for instructions. | Gabe Black |
2009-07-08 | ARM: Tune up predicated instruction decoding. | Gabe Black |
2009-06-27 | ARM: Show more information when disassembling data processing intstructions. | Gabe Black |
2009-06-27 | ARM: Show branch targets relative to the nearest symbol. | Gabe Black |
2009-06-27 | ARM: Write a function for printing mnemonics and predicates. | Gabe Black |
2009-06-21 | ARM: Simplify some utility functions. | Gabe Black |
2009-06-21 | ARM: Move util functions out of the isa desc. | Gabe Black |
2009-06-21 | ARM: Simplify the ISA desc by pulling some classes out of it. | Gabe Black |