summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/SConscript
AgeCommit message (Expand)Author
2015-04-20cpu: Remove the InOrderCPU from the treeAndreas Hansson
2013-01-24branch predictor: move out of o3 and inorder cpusNilay Vaish ext:(%2C%20Timothy%20Jones%20%3Ctimothy.jones%40cl.cam.ac.uk%3E)
2011-06-19inorder: stall stores on store conditionals & compare/swapsKorey Sewell
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2011-02-12inorder: clean up the old way of inst. schedulingKorey Sewell
2011-02-12inorder: utilize cached skeds in pipelineKorey Sewell
2011-02-04inorder: implement separate fetch unitKorey Sewell
2010-12-20Style: Replace some tabs with spaces.Gabe Black
2010-06-25inorder: resource scheduling backendKorey Sewell
2010-03-22inorder: fix address list bugKorey Sewell
2010-01-31inorder: inst count mgmtKorey Sewell
2010-01-31inorder: add threadmodel flagKorey Sewell
2009-09-15inorder-alpha-fs: edit inorder model to compile FS modeKorey Sewell
2009-05-12inorder-tlb-cunit: merge the TLB as implicit to any memory accessKorey Sewell
2009-05-12inorder-o3: allow both to compile togetherKorey Sewell
2009-03-04Give each resource in InOrder it's own TraceFlag instead of just standard 'Re...Korey Sewell
2009-03-04Remove unused functions/comments cluttering up the code.Korey Sewell
2009-02-20Remove unnecessary building of FreeList/RenameMap in InOrder. Clean-up commen...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell