stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / isa / formats /
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-10-09 Rekai Gonzalez Alb... isa: Add parameter to pick different decoder inside ISA
2015-02-16 Andreas Sandbergarm: Merge ISA files with pseudo instructions
2014-12-23 Andreas Sandbergarm: Raise an alignment fault if a PC has illegal alignment
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidiarm: Mark some miscregs (timer counter) registers at...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-01 Andreas Hanssonarm: More UBSan cleanups after additional full-system...
2014-09-27 Andreas Hanssonarm: Fixed undefined behaviours identified by gcc
2014-09-03 Andrew Bardsleyarm: ISA X31 destination register fix
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-04-23 Mitchell Hayengaarm: Don't use a stack allocated mnemonic
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: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2012-03-21 Ali SaidiARM: Clean up condCodes in IT blocks.
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 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-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-13 Chander SudanthiCP15 c15: enable execution with accesses to c15 registers
2011-08-19 Ali SaidiARM: Add support for DIV/SDIV instructions.
2011-06-17 Gedare BloomARM: Add m5ops and related support for workbegin()...
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: Break up condition codes into normal flags, satura...
2011-05-05 Ali SaidiARM: Fix small bug with vcvt instruction
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiARM: Fix small bug with VLDM/VSTM instructions.
2011-02-23 Ali SaidiARM: Do something for ISB, DSB, DMB
2011-02-23 Ali SaidiARM: Adds dummy support for a L2 latency miscreg.
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2010-11-15 Ali SaidiARM: Return an FailUnimp instruction when an unimplemen...
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-08-26 Min Kyu JeongARM: Adding a bogus fault that does nothing.
2010-08-26 Gabe BlackARM: Seperate out the renamable bits in the FPSCR.
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 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 Ali SaidiARM: Decode neon memory instructions.
2010-08-23 Ali SaidiARM: Implement some more misc registers
2010-07-15 Gabe BlackARM: Make an SRS instruction with a bad mode cause...
2010-06-02 Gabe BlackARM: Decode the neon instruction space.
2010-06-02 Gabe BlackARM: Combine some redundant cases in one of the data...
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make sure undefined unconditional ARM instructions...
2010-06-02 Gabe BlackARM: Implement a version of mcr and mrc that works...
2010-06-02 Gabe BlackARM: Hook the misc instructions into the thumb decoder.
2010-06-02 Gabe BlackARM: Move some miscellaneous instructions out of the...
2010-06-02 Gabe BlackARM: Treat LDRD in ARM with an odd index as an undefine...
2010-06-02 Gabe BlackARM: Detect a bad offset field for the VFP Ldm/Stm...
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 Gabe BlackARM: Get rid of some of the old FP implementation.
2010-06-02 Ali SaidiARM: Implement the ARM TLB/Tablewalker. Needs performan...
2010-06-02 Ali SaidiARM: Add BKPT instruction
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Even though writes to MVFR0/1 should be unpredicta...
2010-06-02 Gabe BlackARM: Implement the version of VMRS that writes to the...
2010-06-02 Gabe BlackARM: Ignore reads and writes to DCIMVAC.
2010-06-02 Gabe BlackARM: Implement the VCMPE instruction.
2010-06-02 Gabe BlackARM: Implement the version of VCVT float to int that...
2010-06-02 Gabe BlackARM: Implement the floating/fixed point VCVT instructions.
2010-06-02 Gabe BlackARM: Implement the VFP version of VCMP.
2010-06-02 Gabe BlackARM: Add support for VFP vector mode.
2010-06-02 Gabe BlackARM: Implement VCVT between double and single width FP.
2010-06-02 Gabe BlackARM: Implement vcvt between int and fp. Ignore rounding.
2010-06-02 Gabe BlackARM: Consolidate the VFP register index computation...
2010-06-02 Gabe BlackARM: Implement the VFP negated multiplies.
2010-06-02 Gabe BlackARM: Implement the VFP versions of VMLA and VMLS.
2010-06-02 Gabe BlackARM: Implement the VFP version of vdiv and vsqrt.
2010-06-02 Gabe BlackARM: Implement the VFP version of vsub.
2010-06-02 Gabe BlackARM: Implement the VFP version of vadd.
2010-06-02 Gabe BlackARM: Implement the VFP version of vabs.
2010-06-02 Gabe BlackARM: Implement the VFP version of vneg.
2010-06-02 Gabe BlackARM: Implement the VFP version of vmul.
2010-06-02 Gabe BlackARM: Move the VFP data operation decode into a function.
2010-06-02 Gabe BlackARM: Decode ARM unconditional MRC and MCR instructions.
2010-06-02 Gabe BlackARM: Move the CP15 decode block into a function.
2010-06-02 Gabe BlackARM: Decode the unconditional version of ARM fp instruc...
2010-06-02 Gabe BlackARM: Move the FP decode blocks into functions.
2010-06-02 Gabe BlackARM: Warn/ignore when TLB maintenance operations are...
2010-06-02 Gabe BlackARM: Convert the CP15 registers from MPU to MMU.
2010-06-02 Gabe BlackARM: Decode the VSTR instruction.
2010-06-02 Ali SaidiARM: BXJ should be BX when there is no J support
2010-06-02 Gabe BlackARM: Decode the VLDR instruction.
next