Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-23 | ARM: Update regression tests for preceeding changes. | Ali Saidi | |
2011-02-18 | m5: merge inorder/release-notes/make_release changes | Korey Sewell | |
2011-02-18 | inorder: regr-update: reduce dynamic mem. use to speedup sims | Korey Sewell | |
previous changesets took a closer look at memory mgmt in the inorder model and sought to avoid dynamic memory mgmt (for access to pipeline resources) as much as possible. For the regressions that were run, the sims are about 2x speedup from changeset 7726 which is the last change since the recent commits in Feb. (note: these regressions now are 4-issue CPUs instead of just 1-issue) | |||
2011-02-13 | X86: Update stats for the improved branch detection/prediction. | Gabe Black | |
2011-02-13 | X86: Update stats now that the dest reg isn't read unnecessarily to set flags. | Gabe Black | |
2011-02-13 | X86: Update stats for the reduced register reads. | Gabe Black | |
2011-02-12 | inorder:regress: host-inst-rate improved ~58% | Korey Sewell | |
there are still only a few inorder benchmark but for the lengthier benchmarks (twolf and vortext) the latest changes to how instruction scheduling (how instructions figure out what they want to do on each pipeline stage in the inorder model) were able to improve performance by a nice amount... The latest results for the inorder model process about 100k insts/second (note: 58% is over the last time run on 64-bit pool machines at UM) | |||
2011-02-07 | Stats: Re update stats. | Gabe Black | |
2011-02-07 | X86: Add stats for the new x86 fs regressions. | Gabe Black | |
2011-02-05 | X86: Add o3 regressions in SE mode. | Gabe Black | |
Exclude bzip2 for now. It works, it just takes too long to run. | |||
2011-02-04 | imported patch regression_updates | Korey Sewell | |
2011-02-02 | Stats: Update the x86 stats to reflect changing stupd to a store and update. | Gabe Black | |
2011-01-18 | ARM/O3: Add regressions for ARM w/ O3 CPU. | Ali Saidi | |
2011-01-18 | Stats: Update stats for previous set of patches. | Ali Saidi | |
2011-01-15 | SPARC: Update stats for the call r15 as source change. | Gabe Black | |
2010-12-07 | Stats: Fix stats for cumulative flags change. | Ali Saidi | |
2010-11-15 | Stats: Update the O3 fetch stats for SPARC. | Gabe Black | |
2010-11-15 | Regressions: Update regressions for SIMD opclass changes | Ali Saidi | |
2010-11-08 | ARM: Update SE stats for TLB stats additions | Ali Saidi | |
2010-11-08 | ARM: Add full-system regressions | Ali Saidi | |
2010-11-08 | ARM/Alpha/Cpu: Stats change for prefetchs to be more like normal loads. | Ali Saidi | |
2010-10-31 | Ref output: Update refs for PCState change. | Gabe Black | |
2010-09-21 | stats: update stats for previous cset | Steve Reinhardt | |
Coherence protocol change basically got rid of UpgradeReqs in L2 caches, other minor related cache stat changes. | |||
2010-09-09 | stats: update stats for preceding coherence changes | Steve Reinhardt | |
Because the handling of the E state for multilevel caches has changed, stats are affected for any non-ruby config with caches, even uniprocessor simple CPU. | |||
2010-08-25 | ARM: Update regression tests for ldr/str microcode changes. | Ali Saidi | |
2010-08-23 | ALPHA: The previous O3 patch causes a slight stats change with fullsys. | Ali Saidi | |
2010-08-17 | tests: update reference config.ini files for previous cset | Steve Reinhardt | |
Rename 'responder_set' to 'use_default_range'. | |||
2010-07-27 | ARM: Add regression tests | Ali Saidi | |
2010-06-25 | inorder: update regressions from RAS fix | Korey Sewell | |
2010-06-24 | inorder: update regressions | Korey Sewell | |
2010-06-23 | inorder: update regressions | Korey Sewell | |
2010-06-16 | stats: update stats for SC protocol change | Steve Reinhardt | |
Some subset of UpgradeReq messages shifted to the new SCUpgradeReq type. Other than that there are no significant differences. | |||
2010-06-06 | tests: Update O3 ref outputs to reflect Lisa's dist format change. | m5test | |
2010-05-19 | BPRED: Update one missing regression | Ali Saidi | |
2010-05-13 | BPRED: Update regressions for tournament predictor fix. | Ali Saidi | |
2010-05-03 | X86: Update stats for the updated auxilliary vectors. | Gabe Black | |
2010-04-11 | inorder: update regressions for fwd-ing patch | Korey Sewell | |
2010-03-27 | inorder: update twolf/vortex regressions | Korey Sewell | |
2010-03-23 | inorder: update twolf regression | Korey Sewell | |
2010-03-22 | inorder: update vortex regression | Korey Sewell | |
2010-02-25 | stats: update stats for the changes I pushed re: shared cache occupancy | Lisa Hsu | |
2010-01-31 | inorder: vortex alpha regression | Korey Sewell | |
2010-01-31 | inorder: twolf alpha regression | Korey Sewell | |
2009-11-08 | tests: update statistics for change caused by vsyscall support in x86 | Nathan Binkert | |
Caused by a slight change in memory layout. | |||
2009-10-24 | tests: update test for slight change due to the change in brk. | Nathan Binkert | |
2009-09-22 | python: Move more code into m5.util allow SCons to use that code. | Nathan Binkert | |
Get rid of misc.py and just stick misc things in __init__.py Move utility functions out of SCons files and into m5.util Move utility type stuff from m5/__init__.py to m5/util/__init__.py Remove buildEnv from m5 and allow access only from m5.defines Rename AddToPath to addToPath while we're moving it to m5.util Rename read_command to readCommand while we're moving it Rename compare_versions to compareVersions while we're moving it. --HG-- rename : src/python/m5/convert.py => src/python/m5/util/convert.py rename : src/python/m5/smartdict.py => src/python/m5/util/smartdict.py | |||
2009-08-17 | X86: Update stats for new SSE instructions. | Gabe Black | |
2009-08-08 | X86: Update the stats for the slightly lengthened cmov. | Gabe Black | |
2009-07-06 | tests: stats outputs now include CDFs, update tests that use those so ↵ | Nathan Binkert | |
they're easier to diff | |||
2009-07-04 | inorder: Fix up some reference stats. | Gabe Black | |