summaryrefslogtreecommitdiff
path: root/src/cpu/o3/fu_pool.cc
AgeCommit message (Expand)Author
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2015-05-05cpu: Work around gcc 4.9 issues with Num_OpClassesAndreas Hansson
2015-04-29cpu: o3: replace issueLatency with bool pipelinedNilay Vaish
2015-03-09cpu: o3: remove unused function annotateMemoryUnits()Nilay Vaish
2013-06-27cpu: Consider instructions waiting for FU completion in drainingAndreas Hansson
2013-02-19scons: Fix up numerous warnings about name shadowingAndreas Hansson
2013-01-07cpu: Rewrite O3 draining to avoid stopping in microcodeAndreas Sandberg
2012-09-07Param: Transition to Cycles for relevant parametersAndreas Hansson
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2007-08-30params: Deprecate old-style constructors; update most SimObject constructors.Miles Kaufmann
2007-07-23Major changes to how SimObjects are created and initialized. Almost allNathan Binkert
2006-06-16Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered dir...Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-04Merge ktlim@zamp:/z/ktlim2/clean/m5-o3Kevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim