stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / insts / macromem.cc
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-01-25 Ali Saidiarm: always set the IsFirstMicroop flag
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-09-03 Mitch Hayengaarm: Make memory ops work on 64bit/128-bit quantities
2014-09-03 Mitch Hayengaarm: Fix v8 neon latency issue for loads/stores
2014-05-09 Andrew Bardsleyarm: Add branch flags onto macroops
2014-04-23 Curtis Dunhamarm: Correctly display disassembly of vldmia/vstmia
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Nathanael Premillieuarm: set ldr_ret_uop as conditional or unconditional...
2012-12-12 Nathanael Premillieuarm: set movret_uop as conditional or unconditional...
2012-09-25 Ali SaidiARM: Predict target of more instructions that modify PC.
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2011-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Remove debugging warn that was accidently left in.
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-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-06-02 Gabe BlackARM: Fix double precision load/store multiple decrement.
2010-06-02 Gabe BlackARM: Make sure macroops aren't interrupted midinstruction.
2010-06-02 Gabe BlackARM: Fix the implementation of the VFP ldm and stm...
2010-06-02 Gabe BlackARM: Allow flattening into any mode.
2010-06-02 Gabe BlackARM: Make sure ldm exception return writes back its...
2010-06-02 Gabe BlackARM: Add base classes for VFP load/store multiple.
2010-06-02 Gabe BlackARM: Move the macro mem constructor out of the isa...