summaryrefslogtreecommitdiff
path: root/src/cpu/o3/SConscript
AgeCommit message (Expand)Author
2019-04-15Add IFT debug flagsIru Cai
2014-10-09cpu: Remove Ozone CPU from the source treeMitch Hayenga
2013-10-15cpu/o3: clean up rename map and free listSteve Reinhardt
2013-01-24branch predictor: move out of o3 and inorder cpusNilay Vaish ext:(%2C%20Timothy%20Jones%20%3Ctimothy.jones%40cl.cam.ac.uk%3E)
2012-11-02cpu: O3 add a header declaring the DerivO3CPUAndreas Sandberg
2012-11-02cpu: Add header files for checker CPUsAndreas Sandberg
2012-03-09CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectableGeoffrey Blake
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2009-05-12inorder-o3: allow both to compile togetherKorey Sewell
2008-10-09O3: Generaize the O3 IMPL class so it isn't split out by ISA.Gabe Black
2007-10-31Traceflags: Add SCons function to created a traceflag instead of having one f...Ali Saidi
2007-05-30Fix cut-n-pasto to make the path correctNathan Binkert
2007-05-27Move SimObject python files alongside the C++ and fixNathan Binkert
2007-03-10Rework the way SCons recurses into subdirectories, making itNathan Binkert
2006-08-11Started to add support for O3 for sparc.Gabe Black
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-06-30Make O3CPU model independent of the ISAKorey Sewell