summaryrefslogtreecommitdiff
path: root/src/cpu/o3/mem_dep_unit_impl.hh
AgeCommit message (Expand)Author
2018-11-16cpu: Fix the usage of const DynInstPtrRekai Gonzalez-Alberquilla
2014-10-29cpu: Add drain check functionality to IEWMitch Hayenga
2014-10-16o3: Use shared_ptr for MemDepEntryAndreas Hansson
2014-09-03cpu: Fix cache blocked load behavior in o3 cpuMitch Hayenga
2013-10-17cpu: add consistent guarding to *_impl.hh files.Matt Horsnell
2013-01-07cpu: Rewrite O3 draining to avoid stopping in microcodeAndreas Sandberg
2011-08-19LSQ: Set store predictor to periodically clear itself as recommended in the s...Ali Saidi
2011-08-19LSQ: Add some better dprintfs for storeset predictor.Mrinmoy Ghosh
2011-08-19LSQ: Fix a few issues with the storeset predictor.Mrinmoy Ghosh
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-09-10style: fix sorting of includes and whitespace in some filesNathan Binkert
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-03-07stats: fix duplicate statistics names.Nathan Binkert
2008-08-11params: Convert the CPU objects to use the auto generated param structs.Nathan Binkert
2007-03-23Handle status bits a little better, as well as non-speculative instructions.Kevin Lim
2006-11-07Initialize mem dep unit properly.Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-06-05Fixes to get new CPU model working for simple test case. The CPU does not ye...Kevin Lim
2006-06-04Merge ktlim@zamp:/z/ktlim2/clean/m5-o3Kevin 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