..
alpha
Merge ktlim@zizzer:/bk/newmem
2006-07-10 15:41:35 -04:00
2bit_local_pred.cc
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
2bit_local_pred.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
base_dyn_inst.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
bpred_unit.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
bpred_unit.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
bpred_unit_impl.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
btb.cc
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
btb.hh
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
checker_builder.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
comm.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
commit.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
commit.hh
Some minor cleanups.
2006-07-10 15:41:28 -04:00
commit_impl.hh
Merge ktlim@zizzer:/bk/newmem
2006-07-10 15:41:35 -04:00
cpu.cc
Merge ktlim@zizzer:/bk/newmem
2006-07-10 15:41:35 -04:00
cpu.hh
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-07-07 19:02:12 -04:00
cpu_policy.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
decode.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
decode.hh
Fix the O3CPU to support the multi-pass method for checking if the system has fully drained.
2006-07-06 17:57:20 -04:00
decode_impl.hh
Fix the O3CPU to support the multi-pass method for checking if the system has fully drained.
2006-07-06 17:57:20 -04:00
dep_graph.hh
Miscellaneous minor fixes.
2006-06-16 17:15:18 -04:00
dyn_inst.hh
Had to add this because for some reason gcc wasnt recognizing "THE_ISA == ALPHA_ISA"... wierd but OK
2006-07-06 12:29:34 -04:00
fetch.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
fetch.hh
Track the PC of the cache data stored in fetch so it doesn't access memory multiple times if information is already in fetch.
2006-07-12 15:24:27 -04:00
fetch_impl.hh
Merge ktlim@zizzer:/bk/newmem
2006-07-12 15:25:34 -04:00
free_list.cc
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
free_list.hh
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
fu_pool.cc
Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered directory and into the normal cpu directory.
2006-06-16 17:52:15 -04:00
fu_pool.hh
Update copyright.
2006-06-07 16:02:55 -04:00
iew.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
iew.hh
Support Ron's changes for hooking up ports.
2006-07-07 17:33:24 -04:00
iew_impl.hh
Add parameters for backwards and forwards sizes for time buffers.
2006-07-10 15:40:28 -04:00
inst_queue.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
inst_queue.hh
Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)
2006-07-02 23:11:24 -04:00
inst_queue_impl.hh
Merge ktlim@zizzer:/bk/newmem
2006-07-05 16:08:18 -04:00
isa_specific.hh
Make O3CPU model independent of the ISA
2006-06-30 19:52:08 -04:00
lsq.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
lsq.hh
Support Ron's changes for hooking up ports.
2006-07-07 17:33:24 -04:00
lsq_impl.hh
Support serializing and unserializing in the O3 CPU. Also a few small fixes for draining/switching CPUs.
2006-07-06 23:13:38 -04:00
lsq_unit.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
lsq_unit.hh
Support Ron's changes for hooking up ports.
2006-07-07 17:33:24 -04:00
lsq_unit_impl.hh
Support Ron's changes for hooking up ports.
2006-07-07 17:33:24 -04:00
mem_dep_unit.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
mem_dep_unit.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
mem_dep_unit_impl.hh
Fixes to get new CPU model working for simple test case. The CPU does not yet support retrying accesses.
2006-06-05 18:14:39 -04:00
params.hh
Add parameters for backwards and forwards sizes for time buffers.
2006-07-10 15:40:28 -04:00
ras.cc
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
ras.hh
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
regfile.hh
Various serialization changes to make it possible for the O3CPU to checkpoint.
2006-07-06 17:53:26 -04:00
rename.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
rename.hh
Fix the O3CPU to support the multi-pass method for checking if the system has fully drained.
2006-07-06 17:57:20 -04:00
rename_impl.hh
Fix the O3CPU to support the multi-pass method for checking if the system has fully drained.
2006-07-06 17:57:20 -04:00
rename_map.cc
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
rename_map.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
rob.cc
now O3CPU is totally independent of the ISA... all alpha specific stuff is the cpu/o3/alpha directory
2006-06-30 20:49:31 -04:00
rob.hh
Minor fix for SMT Hello Worlds to finish correctly.
2006-07-07 15:58:03 -04:00
rob_impl.hh
Minor fix for SMT Hello Worlds to finish correctly.
2006-07-07 15:58:03 -04:00
sat_counter.cc
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
sat_counter.hh
Merge ktlim@zizzer:/bk/newmem
2006-06-02 18:19:50 -04:00
SConscript
Make O3CPU model independent of the ISA
2006-06-30 19:52:08 -04:00
scoreboard.cc
Update copyright.
2006-06-07 16:02:55 -04:00
scoreboard.hh
Update copyright.
2006-06-07 16:02:55 -04:00
store_set.cc
Fixes to get new CPU model working for simple test case. The CPU does not yet support retrying accesses.
2006-06-05 18:14:39 -04:00
store_set.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
thread_context.hh
Fix so that O3CPU doesnt segfault on exit.
2006-07-07 04:06:26 -04:00
thread_context_impl.hh
Fix so that O3CPU doesnt segfault on exit.
2006-07-07 04:06:26 -04:00
thread_state.hh
Change ThreadState constructor ordering to match the rest of the ThreadStates.
2006-06-22 18:10:17 -04:00
tournament_pred.cc
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00
tournament_pred.hh
Merge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 16:07:54 -04:00