stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / insts / pred_inst.hh
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-09-27 Andreas Hanssonarm: Fixed undefined behaviours identified by gcc
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
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: Add a function to decode VFP modified immediate...
2010-06-02 Gabe BlackARM: Add a function to decode SIMD modified immediate...
2010-06-02 Gabe BlackARM: Get rid of obsoleted predicated inst formats,...
2010-06-02 Gabe BlackARM: Implement disassembly for the new data processing...
2010-06-02 Gabe BlackARM: Move the modified_imm function from all ARM instru...
2010-06-02 Gabe BlackARM: Add new base classes for data processing instructions.
2010-06-02 Gabe BlackARM: Add a base class for 32 bit thumb data processing...
2010-06-02 Gabe BlackARM: Make sure ExtMachInst is used consistently instead...
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Tune up predicated instruction decoding.
2009-06-27 Gabe BlackARM: Show more information when disassembling data...
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...