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
/
cpu
/
inorder
/
resources
/
execution_unit.cc
Age
Commit message (
Expand
)
Author
2010-10-31
ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.
Gabe Black
2010-09-13
Faults: Pass the StaticInst involved, if any, to a Fault's invoke method.
Gabe Black
2010-06-24
inorder: enforce 78-character rule
Korey Sewell
2010-06-24
inorder: exe_unit_stats for resolved branches
Korey Sewell
2010-06-23
inorder: update branch predictor
Korey Sewell
2010-06-23
inorder-stats: add instruction type stats
Korey Sewell
2010-01-31
inorder: add execution unit stats
Korey Sewell
2009-07-08
Registers: Get rid of the float register width parameter.
Gabe Black
2009-05-26
types: add a type for thread IDs and try to use it everywhere
Nathan Binkert
2009-05-12
inorder-miscregs: Fix indexing for misc. reg operands and update result-types...
Korey Sewell
2009-05-12
inorder-bpred: edits to handle non-delay-slot ISAs
Korey Sewell
2009-03-04
Give each resource in InOrder it's own TraceFlag instead of just standard 'Re...
Korey Sewell
2009-02-10
InOrder: Import new inorder CPU model from MIPS.
Korey Sewell