arm: Remove "using namespace ArmISA" from arch/arm/isa_traits.hh.
[gem5.git] / src / arch / arm / isa / insts / mem.isa
2020-09-08 Gabe Blackarm: Remove "using namespace ArmISA" from arch/arm...
2020-03-13 Giacomo Travaglinimisc: Make exception handling python3 compliant
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2019-03-14 Giacomo Gabrielliarch-arm,cpu: Add initial support for Arm SVE
2014-09-03 Mitch Hayengaarm: Make memory ops work on 64bit/128-bit quantities
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-05-13 Ali SaidiARM: Construct the predicate test register for more...
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Ali SaidiARM: Break up condition codes into normal flags, satura...
2011-04-04 Ali SaidiARM: Tag appropriate instructions as IsReturn
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Matt HorsnellARM: Fix RFE macrop.
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-23 Gabe BlackARM: Clean up the ISA desc portion of the ARM memory...
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Implement the SRS instruction.
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Implement the V7 version of alignment checking.
2010-06-02 Gabe BlackARM: Implement the RFE instruction.
2010-06-02 Gabe BlackARM: Explicitly keep track of the second destination...
2010-06-02 Gabe BlackARM: Implement the swp and swpb instructions.
2010-06-02 Gabe BlackARM: Move the templates for predicated instructions...
2010-06-02 Gabe BlackARM: Remove the special naming for the new memory instr...
2010-06-02 Gabe BlackARM: Define the load instructions from outside the...