arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / isa / insts / macromem.isa
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-01-07 Gabe BlackMerge with main repository.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-05-18 Nathan Binkertgcc: fix an uninitialized variable warning from G+...
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: Remove the saturating (Q) condition code from...
2011-05-13 Ali SaidiARM: Break up condition codes into normal flags, satura...
2011-05-05 Prakash RamrakhyaniARM: Implement WFE/WFI/SEV semantics.
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Fix subtle bug in LDM.
2011-03-18 Matt HorsnellARM: Fix RFE macrop.
2011-03-18 Matt HorsnellARM: Rename registers used as temporary state by microops.
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2010-12-09 Gabe BlackARM: Take advantage of new PCState syntax.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-08-26 Ali SaidiARM: Make VMSR, RFE PC/LR etc non speculative, and...
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Gabe BlackARM: Fix the implementation of the VFP ldm and stm...
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Respect the E bit of the CPSR when doing loads...
2010-06-02 Gabe BlackARM: Make LDM that loads the PC perform an interworking...
2010-06-02 Gabe BlackARM: Make ldrs into the PC and ldm exception return...
2010-06-02 Gabe BlackARM: Define the VFP load/store multiple instructions.
2010-06-02 Gabe BlackARM: Add floating point load/store microops.
2010-06-02 Gabe BlackARM: Move the macro mem constructor out of the isa...
2010-06-02 Gabe BlackARM: Make macroops panic if executed directly.
2010-06-02 Gabe BlackARM: Reimplement load/store multiple external to the...