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
/
graduation_unit.cc
Age
Commit message (
Expand
)
Author
2015-04-20
cpu: Remove the InOrderCPU from the tree
Andreas Hansson
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2011-06-19
inorder: use trapPending flag to manage traps
Korey Sewell
2011-06-19
inorder: dont handle multiple faults on same cycle
Korey Sewell
2011-06-19
inorder: explicit fault check
Korey Sewell
2011-06-19
inorder: squash and trap behind a tlb fault
Korey Sewell
2011-06-19
inorder: remove memdep tracking for default pipeline
Korey Sewell
2011-06-19
inorder: optionally track faulting instructions
Korey Sewell
2011-06-19
inorder: no dep. tracking for zero reg
Korey Sewell
2011-06-19
inorder: implement trap handling
Korey Sewell
2011-06-19
inorder: handle faults at writeback stage
Korey Sewell
2011-04-15
trace: reimplement the DTRACE function so it doesn't use a vector
Nathan Binkert
2011-02-18
inorder: update graduation unit
Korey Sewell
2011-02-18
inorder: remove request map, use request vector
Korey Sewell
2011-02-12
inorder: utilize cached skeds in pipeline
Korey Sewell
2011-02-04
inorder: fault handling
Korey Sewell
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-06-24
inorder: enforce 78-character rule
Korey Sewell
2010-01-31
inorder: inst count mgmt
Korey Sewell
2009-05-26
types: add a type for thread IDs and try to use it everywhere
Nathan Binkert
2009-03-04
InOrderCPU: Clean up Constructors to initialize variables correctly (i.e. in ...
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