Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-31 | inorder: update hello world alpha | Korey Sewell | |
2010-01-29 | m5: Regression Tester Update | Brad Beckmann | |
This patch includes the necessary regression updates to test the new ruby configuration system. The patch includes support for multiple ruby protocols and adds the ruby random tester. The patch removes atomic mode test for ruby since ruby does not support atomic mode acceses. These tests can be added back in when ruby supports atomic mode for real. --HG-- rename : tests/quick/50.memtest/test.py => tests/quick/60.rubytest/test.py | |||
2010-01-29 | ruby: memtest-ruby updated to the new config system | Brad Beckmann | |
2010-01-29 | tests: added M5_TEST_PROGS environment variable | Steve Reinhardt | |
to allow override of global location for regression test binaries. | |||
2010-01-25 | config: changed default ruby config file for regression | Derek Hower | |
2010-01-22 | Automated merge with ssh://hg@m5sim.org/m5 | Derek Hower | |
2010-01-19 | memtest differences from Derek's changes | Derek Hower | |
2010-01-19 | merge | Derek Hower | |
2010-01-02 | MIPS: Update the stats of the RUBY version of the regressions. | Gabe Black | |
2009-12-31 | MIPS: Update stats for updated initial environment. | Gabe Black | |
2009-11-18 | m5: refreshed the ruby memtest regression stats | Brad Beckmann | |
2009-11-18 | ruby: included ruby config parameter ports per core | Brad Beckmann | |
Slightly improved the major hack need to correctly assign the number of ports per core. CPUs have two ports: icache + dcache. MemTester has one port. | |||
2009-11-18 | ruby: Support for merging ALPHA_FS and ruby | Brad Beckmann | |
Connects M5 cpu and dma ports directly to ruby sequencers and dma sequencers. Rubymem also includes a pio port so that pio requests and be forwarded to a special pio bus connecting to device pio ports. | |||
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-11-04 | stats: update memtest-ruby | Steve Reinhardt | |
I don't know if the new stats are right or not, but we've been too long with a useless regression so I'm just going to update them. | |||
2009-10-27 | test: Hello world test program for Power | Timothy M. Jones | |
includes reference outputs for the Hello World tests on simple-atomic and o3-timing. | |||
2009-10-24 | tests: update test for slight change due to the change in brk. | Nathan Binkert | |
2009-10-06 | mips: update hello-ruby stats | Korey Sewell | |
2009-09-24 | mips-stats: update regressions of arguments fix | Korey Sewell | |
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-09-11 | ruby: cleaned up unified MESI/MOESI configuration | Derek Hower | |
2009-08-17 | X86: Update stats for new SSE instructions. | Gabe Black | |
2009-08-11 | ruby/network data_msg_size bug fix with updated stats | Tushar Krishna | |
2009-08-09 | X86: Update the stats on the ruby x86 regressions for the new CMOVcc ↵ | Gabe Black | |
implementation. | |||
2009-08-08 | X86: Update the stats for the slightly lengthened cmov. | Gabe Black | |
2009-08-05 | regression: updated stats | Derek Hower | |
2009-08-03 | Automated merge with ssh://hg@m5sim.org/m5 | Derek Hower | |
2009-07-31 | regression: updated stats | Derek Hower | |
2009-07-27 | ARM: Update the stats for the EABI version of hello world. | Gabe Black | |
2009-07-27 | ARM: Update the reference outputs for the new binary and fstat64 struct. | Gabe Black | |
2009-07-27 | ARM: Replace hello world with an EABI version. | Gabe Black | |
2009-07-25 | regress: edit 2t hello smt file to specify numThreads | Korey Sewell | |
2009-07-20 | ruby: moved cache stats from Profiler to CacheMemory | Derek Hower | |
Caches are now responsible for their own statistic gathering. This requires a direct callback from the protocol on misses, and so all future protocols need to take this into account. | |||
2009-07-16 | merge | Polina Dudnik | |
2009-07-15 | Tester update | Polina Dudnik | |
2009-07-13 | regression: updated memtest-ruby stats | Derek Hower | |
This also includes a change to the default Ruby random seed, which was previously set using the wall clock. It is now set to 1234 so that the stat files don't change for the regression tester. | |||
2009-07-06 | Add ability to skip tests by adding 'skip' file to test dir, | Steve Reinhardt | |
and skip simple-timing-mp-ruby test for now (until we fix ruby atomics). | |||
2009-07-06 | tests: stats outputs now include CDFs, update tests that use those so ↵ | Nathan Binkert | |
they're easier to diff | |||
2009-07-06 | tests: update regression tests for changes in stats output and changes in ruby. | Nathan Binkert | |
2009-07-06 | ruby: Fix RubyMemory to work with the newer ruby. | Nathan Binkert | |
2009-07-04 | inorder: Fix up some reference stats. | Gabe Black | |
2009-06-09 | ARM: Add a hello world regression. | Gabe Black | |
2009-06-09 | ARM: Add a hello world binary. | Gabe Black | |
2009-05-13 | inorder-regress: add hello MIPS_SE | Korey Sewell | |
2009-05-12 | inorder-regress: missing regress config file | Korey Sewell | |
regressions need to access this file to setup the InOrderCPU object | |||
2009-05-12 | inorder-regress: add vortex ALPHA_SE | Korey Sewell | |
2009-05-12 | inorder-regress: add twolf ALPHA-SE | Korey Sewell | |
2009-05-12 | inorder-regress: add hello world | Korey Sewell | |
2009-05-11 | ruby: add RUBY sticky option that must be set to add ruby to the build | Nathan Binkert | |
Default is false | |||
2009-05-11 | ruby: Initial references for ruby regressions | Steve Reinhardt | |