SPARC: Get rid of the copy/pasted StackTrace stolen from Alpha.
[gem5.git] / src / arch / arm / types.hh
2010-09-14 Gabe BlackCPU: Trim unnecessary includes from some common files.
2010-07-14 Gabe BlackARM: Adjust the FP_Base_DepTag to be larger than the...
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Gabe BlackARM: Add support for VFP vector mode.
2010-06-02 Gabe BlackARM: Implement a badMode function that says whether...
2010-06-02 Gabe BlackARM: Rearrange the load/store double/exclusive, table...
2010-06-02 Gabe BlackARM: Hook the new multiply instructions into all the...
2010-06-02 Gabe BlackARM: Make 32 bit thumb use the new, external load instr...
2010-06-02 Gabe BlackARM: Flesh out the 32 bit thumb store single instructions.
2010-06-02 Gabe BlackARM: Flesh out 32 bit thumb load word decoding.
2010-06-02 Gabe BlackARM: Add bitfields for 32 bit thumb.
2010-06-02 Gabe BlackARM: Decode VFP instructions.
2010-06-02 Gabe BlackARM: Add thumb bitfields to the ExtMachInst and the...
2010-06-02 Gabe BlackARM: Add a bitfield for setting the regular, inst bits...
2010-06-02 Gabe BlackARM: Add a bit to the ExtMachInst to select thumb mode.
2010-01-19 Derek Howermerge
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-15 Gabe BlackARM: Add a bitfield to indicate if an immediate should...
2009-11-14 Ali SaidiARM: Move around decoder to properly decode CP15
2009-11-11 Gabe BlackARM: Fix some bugs in the ISA desc and fill out some...
2009-11-08 Gabe BlackARM: Add in more bits for the mon mode.
2009-07-13 Derek Howermerge
2009-07-09 Gabe BlackRegisters: Add a registers.hh file as an ISA switched...
2009-07-09 Gabe BlackRegisters: Get rid of the float register width parameter.
2009-07-02 Gabe BlackARM: Get rid of some bitfields that aren't used. A...
2009-07-02 Gabe BlackARM: Decode some media instructions. These are untested.
2009-07-02 Gabe BlackARM: Use the new DataOp format to simplify the decoder.
2009-07-02 Gabe BlackARM: Add in some new artificial fields that make decodi...
2009-06-22 Gabe BlackARM: Move util functions out of the isa desc.
2009-06-21 Gabe BlackARM: Make inst bitfields accessible outside of the...
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-04-06 Stephen Hinesarm: add ARM support to M5