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
/
formats
Age
Commit message (
Expand
)
Author
2010-03-23
cpu: fix exec tracing memory corruption bug
Steve Reinhardt
2009-11-17
ARM: Differentiate between LDM exception return and LDM user regs.
Ali Saidi
2009-11-15
ARM: Make the exception return form of ldm restore CPSR.
Gabe Black
2009-11-15
ARM: Create a new type of load uop that restores spsr into cpsr.
Gabe Black
2009-11-10
ARM: Fix some bugs in the ISA desc and fill out some instructions.
Gabe Black
2009-11-10
ARM: Implement fault classes.
Gabe Black
2009-11-08
ARM: Support forcing load/store multiple to use user registers.
Gabe Black
2009-11-08
ARM: Simplify the load/store multiple generation code.
Gabe Black
2009-11-08
ARM: Split the condition codes out of the CPSR.
Gabe Black
2009-11-08
ARM: Set up an intregs.hh for ARM.
Gabe Black
2009-07-29
ARM: Mul and mla ignore the c and v flags, but we were setting them to 1.
Gabe Black
2009-07-08
ARM: Move the remaining microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the memory microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Move the integer microops out of the decoder and into the ISA desc.
Gabe Black
2009-07-08
ARM: Improve memory instruction disassembly.
Gabe Black
2009-07-08
ARM: Get rid of the MemAcc and EAComp static insts.
Gabe Black
2009-07-08
ARM: Get rid of end_addr in the ArmMacroStore constructor.
Gabe Black
2009-07-08
ARM: Add an AddrMode2 format for memory instructions that use address mode 2.
Gabe Black
2009-07-08
ARM: Don't always update CPSR.
Gabe Black
2009-07-08
ARM: Add an AddrMode3 format for memory instructions that use address mode 3.
Gabe Black
2009-07-01
ARM: Make DataOps select from a set of ways to set the c and v flags.
Gabe Black
2009-07-01
ARM: Add defaults for DataOp flag code.
Gabe Black
2009-07-01
ARM: Get rid of the val2 variable.
Gabe Black
2009-07-01
ARM: Centralize the declaration of resTemp.
Gabe Black
2009-07-01
ARM: Add a DataImmOp format similar to DataOp.
Gabe Black
2009-07-01
ARM: Add a DataOp format so data op definitions can be aggregated.
Gabe Black
2009-06-24
ARM: Link register is trashed by non-executed branch and link operations.
Jack Whitman
2009-06-23
ARM: Added unimplemented load/store multiple instructions.
Jack Whitman
2009-06-21
ARM: Simplify the ISA desc by pulling some classes out of it.
Gabe Black
2009-06-21
ARM: Remove the currently unecessary FPAOp class.
Gabe Black
2009-06-21
ARM: Make inst bitfields accessible outside of the isa desc.
Gabe Black
2009-06-21
ARM: Don't downconvert ExtMachInsts to MachInsts.
Gabe Black
2009-06-21
ARM: Clear out some inherited hangers on in util.isa and utility.hh.
Gabe Black
2009-06-21
ARM: Get rid of unnecessary fp_enable_checks.
Gabe Black
2009-06-21
ARM: Adjust simplify rotate_imm slightly.
Gabe Black
2009-06-21
ARM: Make the isa parser aware that CPSR is being used.
Gabe Black
2009-06-21
ARM: Pull some static code out of the isa desc and create miscregs.hh.
Gabe Black
2009-06-21
ARM: Get rid of unused postacc_code.
Gabe Black
2009-04-05
arm: add ARM support to M5
Stephen Hines