stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / isa / insts /
2016-03-01 Mitch Hayengaarm: Squash after returning from exceptions in v7
2016-01-07 Gabor Dozsapseudo inst,util: Add optional key to initparam pseudo...
2015-10-09 Rekai Gonzalez Alb... isa: Add parameter to pick different decoder inside ISA
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-06-09 Rune Holmarm: Fix typo in ldrsh instruction name
2015-05-05 Andreas Hanssonarm: Add missing FPEXC.EN check
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-10-30 Ali Saidiautomated merge
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-09-02 Akash Bagdiaarm: Don't speculatively access most miscregisters.
2014-09-27 Andreas Hanssonarm: Fixed undefined behaviours identified by gcc
2014-09-03 Mitch Hayengaarm: Make memory ops work on 64bit/128-bit quantities
2014-09-03 Mitch Hayengaarm: Fix v8 neon latency issue for loads/stores
2014-09-03 Mitch Hayengaarm: Mark v7 cbz instructions as direct branches
2014-04-17 Ali Saidiarm: Make sure UndefinedInstructions are properly initi...
2014-05-09 Curtis Dunhamarm: add preliminary ISA splits for ARM arch
2014-05-09 Geoffrey Blakearm: Panics in miscreg read functions can be tripped...
2014-05-09 Curtis Dunhamarm: cleanup ARM ISA definition
2014-03-23 Eric Van Hensbergenarm: m5ops readfile64 args broken, offset coming throug...
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-05-14 Andreas Sandbergarm: Add support for the m5fail pseudo-op
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-15 Ali Saidiarm: fix some fp comparisons that worked by accident.
2012-09-25 Ali SaidiARM: Predict target of more instructions that modify PC.
2012-06-29 Ali SaidiARM: Fix identification of one RAS pop instruction.
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 Dam Sunwooutil: implements "writefile" gem5 op to export file...
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-10 Ali SaidiARM: Add support for initparam m5 op
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-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-09-19 Gabe BlackPseudoinst: Add an initParam pseudo inst function.
2011-08-19 Geoffrey BlakeFix bugs due to interaction between SEV instructions...
2011-07-15 Wade WalkerARM: Fix SWP/SWPB undefined instruction behavior
2011-06-17 Gedare BloomARM: Add m5ops and related support for workbegin()...
2011-05-18 Nathan Binkertgcc: fix an uninitialized variable warning from G+...
2011-05-13 Ali SaidiARM: Generate condition code setting code based on...
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 William WangARM: Cleanup and small fixes to some NEON ops to match...
2011-04-04 Ali SaidiARM: Cleanup implementation of ITSTATE and put importan...
2011-04-04 Ali SaidiARM: Fix m5op parameters bug.
2011-04-04 Ali SaidiARM: Tag appropriate instructions as IsReturn
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Fix subtle bug in LDM.
2011-03-18 Ali SaidiARM: Identify branches as conditional or unconditional...
2011-03-18 Ali SaidiARM: Allow conditional quiesce instructions.
2011-03-18 Matt HorsnellARM: Fix RFE macrop.
2011-03-18 Matt HorsnellARM: Rename registers used as temporary state by microops.
2011-03-18 Ali SaidiARM: Previous change didn't end up setting instFlags...
2011-02-23 Ali SaidiARM: Squash state on FPSCR stride or len write.
2011-02-23 Matt HorsnellARM: Mark store conditionals as such.
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 Matt HorsnellARM: The ARM decoder should not panic when decoding...
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-12-08 Min Kyu JeongO3: Support SWAP and predicated loads/store in ARM.
2010-11-15 Giacomo GabrielliCPU/ARM: Add SIMD op classes to CPU models and ARM...
2010-11-15 Ali SaidiARM: Fix SRS instruction to micro-code memory operation...
2010-11-08 Ali SaidiARM: Add support for M5 ops in the ARM ISA
2010-11-08 Ali SaidiARM/Alpha/Cpu: Change prefetchs to be more like normal...
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-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Ali SaidiARM: Fix VFP enabled checks for mem instructions
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
2010-08-26 Gabe BlackARM: Fix type comparison warnings in Neon.
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
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 Gene WuARM: BX instruction can be contitional if last instruct...
2010-08-23 Min Kyu JeongARM: mark msr/mrs instructions as SerializeBefore/After
2010-08-23 Gene WuARM: Temporary local variables can't conflict with...
2010-08-23 Ali SaidiARM: Exclusive accesses must be double word aligned
2010-08-23 Gabe BlackARM: Clean up the ISA desc portion of the ARM memory...
next