stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / insts / mem.hh
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Matt HorsnellARM: Fix RFE macrop.
2011-01-18 Ali SaidiARM: fix mismatched new/delete.
2010-11-15 Ali SaidiARM: Use the correct delete operator for RFE
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-06-02 Gabe BlackARM: Move the longer MemoryReg::printoffset function...
2010-06-02 Gabe BlackARM: Add a base class for SRS.
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Add a base class for 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: Remove the special naming for the new memory instr...
2010-06-02 Gabe BlackARM: Eliminate the old memory formats which are no...
2010-06-02 Gabe BlackARM: Implement a new set of base classes for non macro...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Improve memory instruction disassembly.
2009-07-09 Gabe BlackARM: Get rid of the MemAcc and EAComp static insts.
2009-07-09 Gabe BlackARM: Add an AddrMode2 format for memory instructions...
2009-07-09 Gabe BlackARM: Add an AddrMode3 format for memory instructions...
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...