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
2012-08-28
Clock: Add a Cycles wrapper class and use where applicable
Andreas Hansson
2011-11-18
SE/FS: Get rid of FULL_SYSTEM in the CPU directory.
Gabe Black
2011-06-19
inorder: add necessary debug flag header files
Korey Sewell
2011-06-19
inorder: handle serializing instructions
Korey Sewell
2011-06-19
inorder: dont handle multiple faults on same cycle
Korey Sewell
2011-06-19
inorder: redefine DynInst FP result type
Korey Sewell
2011-06-19
inorder: treat SE mode syscalls as a trapping instruction
Korey Sewell
2011-06-19
inorder: remove decode squash
Korey Sewell
2011-06-19
inorder: implement trap handling
Korey Sewell
2011-06-19
inorder: use setupSquash for misspeculation
Korey Sewell
2011-06-19
inorder: make marking of dest. regs an explicit request
Korey Sewell
2011-06-19
inorder: find register dependencies "lazily"
Korey Sewell
2011-06-19
inorder: handle faults at writeback stage
Korey Sewell
2011-06-19
inorder: update support for branch delay slots
Korey Sewell
2011-06-19
inorder: update bpred code
Korey Sewell
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
2011-02-23
inorder: InstSeqNum bug
Korey Sewell
2011-02-18
inorder: ignore nops in execution unit
Korey Sewell
2011-02-18
inorder: recognize isSerializeAfter flag
Korey Sewell
2011-02-18
inorder: remove request map, use request vector
Korey Sewell
2011-02-04
inorder: fault handling
Korey Sewell
2011-02-04
inorder: multi-issue branch resolution
Korey Sewell
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
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