stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / insts / static_inst.cc
2016-03-16 Nathanael Premillieuarm: Fix disasm printing
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2014-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2011-04-15 Nathan Binkertincludes: sort all includes
2010-06-02 Gabe BlackARM: Don't rely on undefined behavior to get arithmetic...
2010-06-02 Gabe BlackARM: Replace the interworking branch base class with...
2010-06-02 Gabe BlackARM: Get rid of unnecessary flag calculating functions.
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 a .w to the disassembly of 32 bit thumb instru...
2010-06-02 Gabe BlackARM: Replace the "never" condition with the "unconditio...
2010-06-02 Gabe BlackARM: Add a function to decode 32 bit thumb immediate...
2010-06-02 Gabe BlackARM: Add a new base class for instructions that can...
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackARM: Tune up predicated instruction decoding.
2009-07-02 Gabe BlackARM: Use the new DataOp format to simplify the decoder.
2009-06-27 Gabe BlackARM: Show more information when disassembling data...
2009-06-27 Gabe BlackARM: Show branch targets relative to the nearest symbol.
2009-06-27 Gabe BlackARM: Write a function for printing mnemonics and predic...
2009-06-27 Gabe BlackARM: Fill out the printReg function.
2009-06-22 Gabe BlackARM: Simplify some utility functions.
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-22 Gabe BlackARM: Simplify the ISA desc by pulling some classes...