summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rob_impl.hh
AgeCommit message (Expand)Author
2019-05-12finally runs dhrystoneIru Cai
2019-04-16track instruction after tainted branchesIru Cai
2019-04-15Add IFT debug flagsIru Cai
2019-04-12add IFT optionsIru Cai
2019-04-10clear taint when previous branch resolvedIru Cai
2019-03-20invisispec-1.0 sourceIru Cai
2018-11-28cpu,arch-arm: Initialise data membersRekai Gonzalez-Alberquilla
2018-11-27arch, base, cpu, gpu, mem: Replace assert(0 or false with panic.Gabe Black
2018-11-16cpu: Fix the usage of const DynInstPtrRekai Gonzalez-Alberquilla
2014-05-31style: eliminate equality tests with true and falseSteve Reinhardt
2014-04-19o3: Fix occupancy checks for SMTFaissal Sleiman
2013-10-31cpu: Construct ROB with cpu params struct instead of each variableFaissal Sleiman
2013-10-17cpu: add consistent guarding to *_impl.hh files.Matt Horsnell
2013-02-19scons: Fix up numerous warnings about name shadowingAndreas Hansson
2013-01-07cpu: Rewrite O3 draining to avoid stopping in microcodeAndreas Sandberg
2012-02-10O3 CPU: Provide the squashing instructionNilay Vaish
2011-11-18SE/FS: Get rid of includes of config/full_system.hh.Gabe Black
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