summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-09-12cpu: Replace the fastmem with a new CPU modelAndreas Sandberg
2018-08-17tests: add a stack printer testBrandon Potter
2018-08-17tests: Add explicit build testJason Lowe-Power
2018-08-17tests: Add test for the m5-exit instruction.Sean Wilson
2018-08-17tests: Add a simple example testSean Wilson
2018-08-17tests: Add Makefiles for helloJason Lowe-Power
2018-08-17tests,ext: Add a new testing library proposalSean Wilson
2018-08-17tests: Fix hello.c test programJason Lowe-Power
2018-06-15tests,style: add RISC-V assembly testsTuan Ta
2018-06-12tests: add some pthread and std::thread unit testsTuan Ta
2018-05-31mem-cache: Add a non-coherent cacheNikos Nikoleris
2018-03-20arch-arm, configs: Treat the bootloader rom as cacheable memoryNikos Nikoleris
2018-03-15tests: Add test program for C++ threadsJason Lowe-Power
2018-03-14tests: Add missing print replacements in tests subdirGiacomo Travaglini
2018-03-09tests: Python regression scripts using new print functionGiacomo Travaglini
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2018-01-10arch-riscv: Make use of ImmOp's polymorphismAlec Roelke
2017-11-16tests: Add tests for DRAM low power modesRadhika Jagtap
2017-11-10scons: Move Transform and termcap functionality into their own files.Gabe Black
2017-10-05tests: Fix path for module imports in ARM system configs againCurtis Dunham
2017-07-25tests: Fix path for module imports in ARM system configsNikos Nikoleris
2017-07-17tests: Don't treat new stats as a cause for failuresAndreas Sandberg
2017-07-14tests: Upate RISC-V binaries and resultsAlec Roelke
2017-07-11arch-riscv,tests: Add insttests for RV64CAlec Roelke
2017-07-03config: Move core timing models to config/common/coresAndreas Sandberg
2017-06-16tests: Fix a typo for the default MI_example protocolSean Wilson
2017-06-13tests: Add ARM MOESI_CMP_directory regressionsNikos Nikoleris
2017-06-13scons: Make MOESI_CMP_directory the default ARM ruby protocolNikos Nikoleris
2017-06-05tests: Update RISC-V hello test and statsAlec Roelke
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-04-21tests: Remove unused options from tests.pyAndreas Sandberg
2017-04-05riscv: fix Linux problems with LR and SC opsAlec Roelke
2017-04-05riscv: fix compatibility with Linux toolchainAlec Roelke
2017-04-05stats: Update some stats after simulated program exit behavior was changed.Gabe Black
2017-04-05stats: Update the stats for 70.twolf for x86 o3-timing mode.Gabe Black
2017-04-05stats: Update 04.gpu stats.Gabe Black
2017-04-05stats: Update ARM FS stats.Gabe Black
2017-04-05stats: Update the 40.m5threads stats.Gabe Black
2017-04-05stats: Rename num_syscalls to numSyscalls in the reference stats.Gabe Black
2017-04-05stats: Update 01.hello-2T-smt and 40.perlbmks stats on ARM/Alpha o3-timing.Gabe Black
2017-04-05stats: Update the stats for 04.gpu for x86/linux/gpu-ruby-GPU_Rf0.Gabe Black
2017-04-05stats: Update the solaris boot stats for the new op classes.Gabe Black
2017-04-05stats: Update the solaris boot stats for the default snoop_filter.Gabe Black
2017-04-05stats: Update the solaris boot stats for new snoopTraffic stat.Gabe Black
2017-04-05stats: Update SPARC solaris boot stats.Gabe Black
2017-04-05stats: Remove stats from the SPARC solaris boot which were silenced.Gabe Black
2017-04-05stats: Add a boat load of stats to the SPARC solaris boot regression.Gabe Black
2017-04-05stats: Un-empty the SPARC FS stats.txt file.Gabe Black
2017-03-16tests: Warn not fail when reading invalid pickle status filesNikos Nikoleris
2017-02-27syscall_emul: [patch 14/22] adds identifier system callsBrandon Potter