summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob_impl.hh
AgeCommit message (Expand)Author
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-02-06mcpat: Adds McPAT performance countersJoel Hestness
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-10-24O3: Get rid of a bunch of commented out lines.Gabe Black
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2007-04-04Pass ISA-specific O3 CPU as a constructor parameter instead of using setCPU f...Kevin Lim
2007-04-02Remove/comment out DPRINTFs that were causing a segfault.Kevin Lim
2006-12-20don't use (*activeThreads).begin(), use activeThreads->blah().Nathan Binkert
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-07Minor fix for SMT Hello Worlds to finish correctly.Korey Sewell
2006-07-02Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)Korey Sewell
2006-06-16Two updates that got combined into one ChangeSet accidentally. They're both ...Kevin Lim
2006-06-14Minor code cleanup of BaseDynInst.Kevin Lim
2006-06-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-30Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-22New directory structure:Steve Reinhardt