summaryrefslogtreecommitdiff
path: root/src/cpu/o3/alpha
AgeCommit message (Expand)Author
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-08-15Some touchup to the reorganized includes and "using" directives.Gabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-10Add parameters for backwards and forwards sizes for time buffers.Kevin Lim
2006-07-07Fix so that O3CPU doesnt segfault on exit.Korey Sewell
2006-07-06Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-07-06more steps toward O3 SMTKorey Sewell
2006-07-05Fix up some merge problems.Kevin Lim
2006-07-05Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-03Fix for FS O3CPU compile ... missing forward class declaration/header file af...Korey Sewell
2006-07-02typo ... change 'single_thread' to 'round_robin_policy'Korey Sewell
2006-07-02Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)Korey Sewell
2006-07-01fix cpu builder to build the correct name...Korey Sewell
2006-06-30now O3CPU is totally independent of the ISA... all alpha specific stuff is t...Korey Sewell
2006-06-30Make O3CPU model independent of the ISAKorey Sewell