arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / types.hh
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-06-29 Ali SaidiARM: Fix issue with predicted next pc being wrong becau...
2012-05-26 Gabe BlackCPU: Merge the predecoder and decoder.
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2011-06-20 Korey Sewellcpus/isa: add a != operator for pcstate
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-26 Korey Sewellmips: cleanup ISA-specific code
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Identify branches as conditional or unconditional...
2011-02-23 Ali SaidiARM: This panic can be hit during misspeculation so...
2011-02-23 Ali SaidiARM: Bad interworking warn way to noisy when running...
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2010-11-15 Ali SaidiARM: Do something predictable for an UNPREDICTABLE...
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
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