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
/
isa
/
includes.isa
Age
Commit message (
Expand
)
Author
2014-01-24
arm: Add support for ARMv8 (AArch64 & AArch32)
ARM gem5 Developers
2012-05-25
ISA: Make the decode function part of the ISA's decoder.
Gabe Black
2012-04-14
clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6
Andreas Hansson
2011-07-02
ISA: Use readBytes/writeBytes for all instruction level memory operations.
Gabe Black
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-04-15
includes: sort all includes
Nathan Binkert
2010-11-08
ARM: Add support for M5 ops in the ARM ISA
Ali Saidi
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-06-02
ARM: Implement the version of VMRS that writes to the APSR.
Gabe Black
2010-06-02
ARM: Introduce new VFP base classes that are optionally microops.
Gabe Black
2010-06-02
ARM: Add some support for wfi/wfe/yield/etc
Ali Saidi
2010-06-02
ARM: Define versions of MSR and MRS outside the decoder.
Gabe Black
2010-06-02
ARM: Remove unnecessary cruft from includes.isa.
Gabe Black
2010-06-02
ARM: Add base classes for multiply instructions.
Gabe Black
2009-07-01
ARM: Make DataOps select from a set of ways to set the c and v flags.
Gabe Black
2009-06-21
ARM: Simplify the ISA desc by pulling some classes out of it.
Gabe Black
2009-04-05
arm: add ARM support to M5
Stephen Hines