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
/
power
Age
Commit message (
Expand
)
Author
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-12-08
POWER: Take advantage of new PCState syntax.
Gabe Black
2010-11-15
O3: Make O3 support variably lengthed instructions.
Gabe Black
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-10-22
ISA: Simplify various implementations of completeAcc.
Gabe Black
2010-10-01
Power: Fix compile error from previous push.
Ali Saidi
2010-10-01
Debug: Implement getArgument() and function skipping for ARM.
Ali Saidi
2010-09-14
CPU: Trim unnecessary includes from some common files.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-09-10
style: fix sorting of includes and whitespace in some files
Nathan Binkert
2010-08-25
ARM: Fixed register flattening logic (FP_Base_DepTag was set too low)
Min Kyu Jeong
2010-08-23
Power: Get rid of unused checkFpEnableFault.
Gabe Black
2010-08-23
ISA: Get rid of old, unused utility functions cluttering up the ISAs.
Gabe Black
2010-08-17
sim: revamp unserialization procedure
Steve Reinhardt
2010-07-22
Power: The condition register should be set or cleared upon a system call
Timothy M. Jones
2010-07-22
Power: Provide a utility function to copy registers from one thread context
Timothy M. Jones
2010-06-15
stats: only consider a formula initialized if there is a formula
Nathan Binkert
2010-03-23
cpu: fix exec tracing memory corruption bug
Steve Reinhardt
2010-02-12
O3PCU: Split loads and stores that cross cache line boundaries.
Timothy M. Jones
2010-02-12
Power ISA: Add an alignment fault to Power ISA and check alignment in TLB.
Timothy M. Jones
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones