index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
arm
/
insts
/
macromem.cc
Age
Commit message (
Expand
)
Author
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
2015-01-25
arm: always set the IsFirstMicroop flag
Ali Saidi
2014-11-14
arm: Fixes based on UBSan and static analysis
Andreas Hansson
2014-09-03
arm: Make memory ops work on 64bit/128-bit quantities
Mitch Hayenga
2014-09-03
arm: Fix v8 neon latency issue for loads/stores
Mitch Hayenga
2014-05-09
arm: Add branch flags onto macroops
Andrew Bardsley
2014-04-23
arm: Correctly display disassembly of vldmia/vstmia
Curtis Dunham
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2013-04-17
arm: set ldr_ret_uop as conditional or unconditional control
Nathanael Premillieu
2012-12-12
arm: set movret_uop as conditional or unconditional control
Nathanael Premillieu
2012-09-25
ARM: Predict target of more instructions that modify PC.
Ali Saidi
2012-04-23
ISA: Put parser generated files in a "generated" directory.
Gabe Black
2011-09-09
StaticInst: Merge StaticInst and StaticInstBase.
Gabe Black
2011-04-15
includes: sort all includes
Nathan Binkert
2011-04-04
ARM: Remove debugging warn that was accidently left in.
Ali Saidi
2011-03-17
ARM: Fix subtle bug in LDM.
Ali Saidi
2011-03-17
ARM: Fix RFE macrop.
Matt Horsnell
2011-01-18
ARM: The ARM decoder should not panic when decoding undefined holes is arch.
Matt Horsnell
2010-08-25
ARM: Use fewer micro-ops for register update loads if possible.
Gene WU
2010-08-25
ARM: Implement all ARM SIMD instructions.
Gabe Black
2010-08-23
ARM: Improve printing of uop disassembly.
Min Kyu Jeong
2010-06-02
ARM: Fix double precision load/store multiple decrement.
Gabe Black
2010-06-02
ARM: Make sure macroops aren't interrupted midinstruction.
Gabe Black
2010-06-02
ARM: Fix the implementation of the VFP ldm and stm macroops.
Gabe Black
2010-06-02
ARM: Allow flattening into any mode.
Gabe Black
2010-06-02
ARM: Make sure ldm exception return writes back its base in the right mode.
Gabe Black
2010-06-02
ARM: Add base classes for VFP load/store multiple.
Gabe Black
2010-06-02
ARM: Move the macro mem constructor out of the isa desc.
Gabe Black