summaryrefslogtreecommitdiff
path: root/src/unittest
AgeCommit message (Expand)Author
2014-01-30unittest: Fix build errorsOla Jeppsson
2013-09-04arch: Resurrect the NOISA build target and rename it NULLAndreas Hansson
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-09-19AddrRange: Simplify Range by removing stream input/outputAndreas Hansson
2012-09-19AddrRange: Remove unused range_multimapAndreas Hansson
2012-06-05stats: Add stats unittest for total calculations.Ali Saidi
2012-05-10stats: fix compilation of unit test.Ali Saidi
2012-04-14sim: A trie data structure specifically to speed up paging lookups.Gabe Black
2011-08-19Stats: Add a sparse histogram stat object.Thomas Grass
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-04-15unittest: Make unit tests capable of using swig and python, convert stattestNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-18Unit tests: Convert the refcnttest unit test to use the new EXPECT macros.Gabe Black
2011-01-18Unit tests: Define a header file for common unit testing functions/macros.Gabe Black
2011-01-10stats: Add a histogram statistic typeNathan Binkert
2011-01-10stats: fix stat test from curTick changeNathan Binkert
2011-01-10RefCount: Add a unit test for reference counting pointers.Gabe Black
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-11-19SCons: Support building without an ISAAli Saidi
2010-07-21stats: cleanup a few small problems in statsNathan Binkert
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-03-05stats: Fix all stats usages to deal with template fixesNathan Binkert
2009-02-23stats: clean up the statistics unittestNathan Binkert
2008-12-03cprintf: support a configurable width and precision ("*" in printf)Nathan Binkert
2008-10-10cprintf: properly deal with pointer typesNathan Binkert
2008-10-02unittest: Add unit tests to the scons framework.Nathan Binkert
2008-10-02unittest: Cleanup unit tests. Follow style. Garbage Collect.Nathan Binkert
2007-02-07Quick program to time how long ccprintf takes to writeNathan Binkert
2007-02-06Initialize the variable to something.Nathan Binkert
2007-01-03Merge zizzer:/bk/newmemGabe Black
2006-12-24remove some output formatting stuff that we don't useNathan Binkert
2006-12-18Fix unittest compilesNathan Binkert
2006-12-18cast chars to int when we want to print integers so we get a numberNathan Binkert
2006-12-12Fix bugs in tlbmap (and thus rangemap since the code is nearly identical)Ali Saidi
2006-11-23first cut at a sparc tlbAli Saidi
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-22New directory structure:Steve Reinhardt