stats: update stats for mmap() change.
[gem5.git] / src / arch / arm / insts /
2016-03-16 Nathanael Premillieuarm: Fix disasm printing
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2015-11-22 Nathanael Premillieuarm: Fix fplib 128-bit shift operators
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-02-16 Andreas Sandbergarm: Merge ISA files with pseudo instructions
2015-01-25 Ali Saidiarm: always set the IsFirstMicroop flag
2014-12-23 Andreas Sandbergarm: Raise an alignment fault if a PC has illegal alignment
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
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 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-04-29 Curtis Dunhamarm: use condition code registers for ARM ISA
2014-03-11 Curtis Dunhamarm: remove dead code fplib mul64x64
2014-05-09 Andrew Bardsleyarm: Add branch flags onto macroops
2014-04-23 Curtis Dunhamarm: Correctly display disassembly of vldmia/vstmia
2014-03-07 Mitch Hayengascons: Fixes uninitialized warnings issued by clang
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-10-15 Yasuko Eckertcpu: add a condition-code register class
2013-10-15 Steve Reinhardtcpu: rename *_DepTag constants to *_Reg_Base
2013-10-15 Steve Reinhardtcpu: clean up architectural register classification
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Nathanael Premillieuarm: set ldr_ret_uop as conditional or unconditional...
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-15 Ali SaidiARM: Fix an issue with clang generating wrong code.
2012-12-12 Nathanael Premillieuarm: set movret_uop as conditional or unconditional...
2012-09-25 Ali SaidiARM: Predict target of more instructions that modify PC.
2012-04-23 Gabe BlackISA: Put parser generated files in a "generated" directory.
2012-03-21 Ali SaidiARM: Clean up condCodes in IT blocks.
2012-03-01 Giacomo GabrielliARM: fix bits-to-fp conversion function declarations.
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
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-09-09 Gabe BlackStaticInst: Merge StaticInst and StaticInstBase.
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-04 Ali SaidiARM: Remove debugging warn that was accidently left in.
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 Matt HorsnellARM: Fix RFE macrop.
2011-01-18 Matt HorsnellARM: The ARM decoder should not panic when decoding...
2011-01-18 Ali SaidiARM: fix mismatched new/delete.
2010-11-15 Ali SaidiARM: Use the correct delete operator for RFE
2010-11-08 Ali SaidiARM: Make all ARM uops delayed commit.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-01 Ali SaidiARM: Clean up use of TBit and JBit.
2010-08-26 Gene WUARM: Use fewer micro-ops for register update loads...
2010-08-26 Gabe BlackARM: Implement CPACR register and return Undefined...
2010-08-26 Gabe BlackARM: Implement all ARM SIMD instructions.
2010-08-23 Min Kyu JeongARM: Improve printing of uop disassembly.
2010-06-02 Gabe BlackARM: Add a comment to vfp.cc that explains the asm...
2010-06-02 Gabe BlackARM: Add comments to the classes in macromem.hh.
2010-06-02 Gabe BlackARM: Move code from vfp.hh to vfp.cc.
2010-06-02 Ali SaidiARM: Make some of the trace code more compact
2010-06-02 Gabe BlackARM: Move the longer MemoryReg::printoffset function...
2010-06-02 Gabe BlackARM: Get rid of the binary dumping function in utility.hh.
2010-06-02 Gabe BlackARM: Get rid of the empty branch.cc.
2010-06-02 Gabe BlackARM: Mark some ARM static inst functions as inline.
2010-06-02 Gabe BlackARM: Decode to specialized conditional/unconditional...
2010-06-02 Gabe BlackARM: Make undefined instructions obey predication.
2010-06-02 Ali SaidiARM: Implement ARM CPU interrupts
2010-06-02 Gabe BlackARM: Implement conversion to/from half precision.
2010-06-02 Gabe BlackARM: Clean up VFP
2010-06-02 Gabe BlackARM: Clean up the implementation of the VFP instructions.
2010-06-02 Gabe BlackARM: Fix double precision load/store multiple decrement.
2010-06-02 Gabe BlackARM: Fix vcvtr so that it uses the rounding mode in...
2010-06-02 Gabe BlackARM: Compensate for ARM's underflow coming from -before...
2010-06-02 Gabe BlackARM: Implement flush to zero for destinations as well.
2010-06-02 Gabe BlackARM: Fix up nans to match ARM's expected behavior.
2010-06-02 Gabe BlackARM: Implement flush to zero mode for VFP, and clean...
2010-06-02 Gabe BlackARM: Add barriers that make sure FP operations happen...
2010-06-02 Gabe BlackARM: Implement the floating/fixed point VCVT instructions.
2010-06-02 Gabe BlackARM: Add code to extract and record VFP exceptions.
2010-06-02 Gabe BlackARM: Add support for VFP vector mode.
2010-06-02 Gabe BlackARM: Introduce new VFP base classes that are optionally...
2010-06-02 Gabe BlackARM: Implement the VFP version of vmul.
2010-06-02 Gabe BlackARM: Make sure macroops aren't interrupted midinstruction.
2010-06-02 Gabe BlackARM: Fix the implementation of the VFP ldm and stm...
2010-06-02 Gabe BlackARM: Add a new RegImmOp base class.
2010-06-02 Gabe BlackARM: Add a RegRegImmOp base class.
2010-06-02 Gabe BlackARM: Widen the immediate fields in the misc instruction...
2010-06-02 Gabe BlackARM: Add a function to decode VFP modified immediate...
2010-06-02 Gabe BlackARM: Add a function to decode SIMD modified immediate...
2010-06-02 Gabe BlackARM: Ignore writing a bad mode to CPSR with MSR.
2010-06-02 Gabe BlackARM: Implement the SRS instruction.
2010-06-02 Gabe BlackARM: Add a base class for SRS.
2010-06-02 Gabe BlackARM: Allow flattening into any mode.
2010-06-02 Gabe BlackARM: Make a base class for instructions that use only...
2010-06-02 Gabe BlackARM: Implement the strex instructions.
2010-06-02 Gabe BlackARM: Respect the E bit of the CPSR when doing loads...
2010-06-02 Gabe BlackARM: Implement the V7 version of alignment checking.
next