summaryrefslogtreecommitdiff
path: root/src/cpu/o3/comm.hh
AgeCommit message (Expand)Author
2017-07-05cpu: Added interface for vector reg fileRekai Gonzalez-Alberquilla
2017-07-05cpu: Simplify the rename interface and use RegIdRekai Gonzalez-Alberquilla
2017-07-05cpu: Physical register structural + flat indexingNathanael Premillieu
2015-05-05mem, cpu: Add a separate flag for strictly ordered memoryAndreas Sandberg
2014-09-03cpu: Fix o3 front-end pipeline interlock behaviorMitch Hayenga
2014-06-21o3: split load & store queue full cases in renameBinh Pham
2012-09-25O3: Pack the comm structures a bit better to reduce their size.Ali Saidi
2012-06-05O3: Clean up the O3 structures and try to pack them a bit better.Ali Saidi
2011-08-14O3: When squashing, restore the macroop that should be used for fetching.Gabe Black
2011-03-17O3: Cleanup the commitInfo comm struct.Ali Saidi
2011-01-18O3: Fix mispredicts from non control instructions.Matt Horsnell
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2007-04-14Add support for microcode and pull out the special branch delay slot handling...Gabe Black
2007-04-13Remove most of the special handling for delay slots since they have to be squ...Gabe Black
2006-12-16Made branch delay slots get squashed, and passed back an NPC and NNPC to star...Gabe Black
2006-12-06Change how optional delay slot instructions are detected and squashed.Gabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
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