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
/
inorder_dyn_inst.cc
Age
Commit message (
Expand
)
Author
2012-04-14
clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6
Andreas Hansson
2012-03-02
DynInst: get rid of dead MyHash code.
Steve Reinhardt
2012-02-07
Faults: Turn off arch/faults.hh
Gabe Black
2012-01-29
Implement Ali's review feedback.
Gabe Black
2011-11-01
SE/FS: Expose the same methods on the CPUs in SE and FS modes.
Gabe Black
2011-09-19
Syscall: Make the syscall function available in both SE and FS modes.
Gabe Black
2011-09-09
Decode: Pull instruction decoding out of the StaticInst class into its own.
Gabe Black
2011-07-02
ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem.
Gabe Black
2011-07-02
ExecContext: Get rid of the now unused read/write templated functions.
Gabe Black
2011-06-19
inorder: use separate float-reg bits function in dyninst
Korey Sewell
2011-06-19
inorder: dont handle multiple faults on same cycle
Korey Sewell
2011-06-19
inorder: make InOrder CPU FS compilable/visible
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: don't stall after stores
Korey Sewell
2011-06-19
inorder: add flatDestReg member to dyninst
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: DynInst handling of stores for big-endian ISAs
Korey Sewell
2011-06-19
inorder: update support for branch delay slots
Korey Sewell
2011-06-09
sparc: compilation fixes for inorder
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: dyn inst initialization
Korey Sewell
2011-02-23
inorder: cache packet handling
Korey Sewell
2011-02-12
inorder: clean up the old way of inst. scheduling
Korey Sewell
2011-02-12
inorder: utilize cached skeds in pipeline
Korey Sewell
2011-01-07
Replace curTick global variable with accessor functions.
Steve Reinhardt
2010-12-07
O3: Make all instructions that write a misc. register not perform the write u...
Giacomo Gabrielli
2010-11-08
ARM/Alpha/Cpu: Change prefetchs to be more like normal loads.
Ali Saidi
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-08-13
CPU: Add readBytes and writeBytes functions to the exec contexts.
Gabe Black
2010-06-24
inorder: enforce 78-character rule
Korey Sewell
2010-06-23
inorder: record load/store trace data
Korey Sewell
2010-04-10
inorder: timing for inst forwarding
Korey Sewell
2010-01-31
inorder: double delete inst bug
Korey Sewell
2010-01-31
inorder: inst count mgmt
Korey Sewell
2010-01-31
inorder: implement split stores
Korey Sewell
2010-01-31
inorder: implement split loads
Korey Sewell
2010-01-31
inorder-cleanup: remove unused thread functions
Korey Sewell
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-09-15
inorder-alpha-fs: edit inorder model to compile FS mode
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-tlb-cunit: merge the TLB as implicit to any memory access
Korey Sewell
2009-05-12
inorder-stc: update interface to handle store conditionals
Korey Sewell
2009-05-12
inorder-float: Fix storage of FP results
Korey Sewell
2009-05-12
inorder-fetch: update model to use predecoder
Korey Sewell
2009-05-12
inorder-mem: clean up allocation/deletion of requests/packets
Korey Sewell
[next]