gem5/src/cpu/o3
Kevin Lim 66af2a7bf4 Merge ktlim@zizzer:/bk/newmem
into  zizzer.eecs.umich.edu:/.automount/zamp/z/ktlim2/clean/newmem-merge

--HG--
extra : convert_revision : 1a00a3970c6064cb59cd2f788094569fc431bf70
2006-06-13 11:58:05 -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
alpha_cpu.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
alpha_cpu.hh Remove obsolete stuff. 2006-06-09 12:25:55 -04:00
alpha_cpu_builder.cc Clean up/shift some code around. 2006-06-12 19:04:42 -04:00
alpha_cpu_impl.hh Merge fixes to make full system compile and run. 2006-06-12 17:53:57 -04:00
alpha_dyn_inst.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
alpha_dyn_inst.hh Get O3 CPU mostly working in full system, and fix an FP bug that showed up. 2006-06-08 16:58:50 -04:00
alpha_dyn_inst_impl.hh Change ExecContext to ThreadContext. This is being renamed to differentiate between the interface used objects outside of the CPU, and the interface used by the ISA. ThreadContext is used by objects outside of the CPU and is specifically defined in thread_context.hh. ExecContext is more implicit, and is defined by files such as base_dyn_inst.hh or cpu/simple/base.hh. 2006-06-06 17:32:21 -04:00
alpha_impl.hh Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
alpha_params.hh Clean up/shift some code around. 2006-06-12 19:04:42 -04:00
bpred_unit.cc Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -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
comm.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
commit.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
commit.hh Clean up/shift some code around. 2006-06-12 19:04:42 -04:00
commit_impl.hh Clean up/shift some code around. 2006-06-12 19:04:42 -04:00
cpu.cc Get O3 CPU mostly working in full system, and fix an FP bug that showed up. 2006-06-08 16:58:50 -04:00
cpu.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
cpu_policy.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
decode.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
decode.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
decode_impl.hh Fix output messages. 2006-06-12 19:05:48 -04:00
dep_graph.hh Update copyright. 2006-06-07 16:02:55 -04:00
fetch.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
fetch.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
fetch_impl.hh Clean up/shift some code around. 2006-06-12 19:04:42 -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 Update copyright. 2006-06-07 16:02:55 -04:00
fu_pool.hh Update copyright. 2006-06-07 16:02:55 -04:00
iew.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
iew.hh Clean up/shift some code around. 2006-06-12 19:04:42 -04:00
iew_impl.hh Clean up/shift some code around. 2006-06-12 19:04:42 -04:00
inst_queue.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
inst_queue.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
inst_queue_impl.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
lsq.cc Update copyright. 2006-06-07 16:02:55 -04:00
lsq.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
lsq_impl.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
lsq_unit.cc Update copyright. 2006-06-07 16:02:55 -04:00
lsq_unit.hh Removing of old code and adding in new comments. 2006-06-09 16:28:17 -04:00
lsq_unit_impl.hh Compile fix. 2006-06-13 11:38:16 -04:00
mem_dep_unit.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
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
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 Get O3 CPU mostly working in full system, and fix an FP bug that showed up. 2006-06-08 16:58:50 -04:00
rename.cc Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -04:00
rename.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
rename_impl.hh Fix output messages. 2006-06-12 19:05:48 -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 Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
rob.hh Merge ktlim@zamp:/z/ktlim2/clean/m5-o3 2006-06-04 16:07:54 -04:00
rob_impl.hh Merge ktlim@zizzer:/bk/newmem 2006-06-02 18:19:50 -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
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_state.hh Get O3 CPU mostly working in full system, and fix an FP bug that showed up. 2006-06-08 16:58:50 -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