summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/fetch_unit.hh
AgeCommit message (Expand)Author
2015-04-20cpu: Remove the InOrderCPU from the treeAndreas Hansson
2014-09-19arch: Pass faults by const reference where possibleAndreas Hansson
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2012-05-26CPU: Merge the predecoder and decoder.Gabe Black
2012-05-25Decode: Make the Decoder class defined per ISA.Gabe Black
2011-09-09Decode: Pull instruction decoding out of the StaticInst class into its own.Gabe Black
2011-06-19inorder: clear fetchbuffer on trapsKorey Sewell
2011-06-19inorder: remove memdep tracking for default pipelineKorey Sewell
2011-06-19inorder: fetchBuffer trackingKorey Sewell
2011-06-19inorder: implement trap handlingKorey Sewell
2011-04-15includes: sort all includesNathan Binkert
2011-02-18inorder: fix cache/fetch unit memory leaksKorey Sewell
2011-02-04inorder: add a fetch buffer to fetch unitKorey Sewell
2011-02-04inorder: implement separate fetch unitKorey Sewell