arm: Add support for ARMv8 (AArch64 & AArch32)
[gem5.git] / src / arch / arm / isa / insts / misc.isa
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2012-03-21 Geoffrey BlakeARM: IT doesn't need to be serializing.
2012-03-01 Matt HorsnellARM: Add limited CP14 support.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Geoffrey BlakeCheckerCPU: Re-factor CheckerCPU to be compatible with...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-12-01 Ali SaidiARM: Add IsSerializeAfter and IsNonSpeculative flag...
2011-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in the ARM ISA.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-05-13 Ali SaidiARM: Construct the predicate test register for more...
2011-05-13 Ali SaidiARM: Further break up condition code into NZ, C, V...
2011-05-13 Ali SaidiARM: Remove the saturating (Q) condition code from...
2011-05-13 Ali SaidiARM: Break up condition codes into normal flags, satura...
2011-05-05 Prakash RamrakhyaniARM: Implement WFE/WFI/SEV semantics.
2011-04-04 Ali SaidiARM: Use CPU local lock before sending load to mem...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Allow conditional quiesce instructions.
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Make Noop actually decode to a noop and set it...
2011-01-18 Matt HorsnellO3: Fix itstate prediction and recovery.
2011-01-18 Ali SaidiARM: Add support for moving predicated false dest opera...
2010-12-09 Gabe BlackARM: Take advantage of new PCState syntax.
2010-12-08 Giacomo GabrielliO3: Make all instructions that write a misc. register...
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-13 Gabe BlackMem: Change the CLREX flag to CLEAR_LL.
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-08-26 Ali SaidiARM: Make VMSR, RFE PC/LR etc non speculative, and...
2010-08-23 Gene WuARM: Implement DBG instruction that doesn't do much...
2010-08-23 Gene WuMEM: Make CLREX a first class request operation and...
2010-08-23 Gene WuARM: Implement CLREX init/complete acc methods
2010-08-23 Gene WuARM: Implement DSB, DMB, ISB
2010-08-23 Gene WuARM: Implement CLREX
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Implement the bkpt instruction.
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Gabe BlackARM: Implement support for the IT instruction and the...
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Ali SaidiARM: Undef instruction on invalid user CP15 access
2010-06-02 Gabe BlackARM: Implement the CPS instruction.
2010-06-02 Gabe BlackARM: Define the setend instruction.
2010-06-02 Gabe BlackARM: Implement the enterx and leavex instructions.
2010-06-02 Gabe BlackARM: Implement the mrc and mcr instructions.
2010-06-02 Gabe BlackARM: Rename the RevOp base class to something more...
2010-06-02 Gabe BlackARM: Implement the bfc and bfi instructions.
2010-06-02 Gabe BlackARM: Implement the ubfx and sbfx instructions.
2010-06-02 Gabe BlackARM: Decode the clz instruction.
2010-06-02 Gabe BlackARM: Implement the clz instruction.
2010-06-02 Gabe BlackARM: Implement the rbit instruction.
2010-06-02 Gabe BlackARM: Implement nop.
2010-06-02 Gabe BlackARM: Implement the usad8 and usada8 instructions.
2010-06-02 Gabe BlackARM: Implement the sel instruction.
2010-06-02 Gabe BlackARM: Implement zero/sign extend instructions.
2010-06-02 Gabe BlackARM: Generalize the saturation instruction bases for...
2010-06-02 Gabe BlackARM: Implement the saturation instructions.
2010-06-02 Gabe BlackARM: Implement the REV* instructions.
2010-06-02 Gabe BlackARM: Define versions of MSR and MRS outside the decoder.
2010-06-02 Gabe BlackARM: Implement SVC (was SWI) outside of the decoder.