summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/pipeline_stage.hh
AgeCommit message (Expand)Author
2015-04-20cpu: Remove the InOrderCPU from the treeAndreas Hansson
2014-03-01cpu: Enable fast-forwarding for MIPS InOrderCPU and O3CPUChristopher Torng
2011-06-19inorder: implement trap handlingKorey Sewell
2011-04-15includes: sort all includesNathan Binkert
2011-02-18inorder: cleanup in destructorsKorey Sewell
2011-02-04inorder: pipe. stage inst. bufferingKorey Sewell
2011-02-04inorder: change skidBuffer to list instead of queueKorey Sewell
2011-01-03Move sched_list.hh and timebuf.hh from src/base to src/cpu.Steve Reinhardt
2010-10-31ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors.Gabe Black
2010-06-24inorder: cleanup virtual functionsKorey Sewell
2010-01-31inorder: add activity statsKorey Sewell
2010-01-31inorder: pipeline stage statsKorey Sewell
2010-01-31inorder: enforce stage bandwidthKorey Sewell
2010-01-31inorder: ready thread wakeupKorey Sewell
2010-01-31inorder: squash on memory stallKorey Sewell
2010-01-31inorder: switch out bufferKorey Sewell
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-03-05stats: Fix all stats usages to deal with template fixesNathan Binkert
2009-03-04InOrderCPU: Clean up Constructors to initialize variables correctly (i.e. in ...Korey Sewell
2009-03-04Remove unused functions/comments cluttering up the code.Korey Sewell
2009-03-04make handling of interstage buffers (i.e. StageQueues) more consistent: (1)nu...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell