index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
base
/
stats
Age
Commit message (
Expand
)
Author
2010-01-23
build: need to include cstdio
Nathan Binkert
2009-05-17
includes: sort includes again
Nathan Binkert
2009-05-17
types: Move stuff for global types into src/base/types.hh
Nathan Binkert
2009-05-13
stats: fancy is a bad name
Nathan Binkert
2009-05-13
stats: clean up the code for printing stats
Nathan Binkert
2009-05-11
stats: remove a few compat leftovers
Nathan Binkert
2009-05-11
stats: forgot an include for the mysql stuff
Nathan Binkert
2009-05-11
scons: add include guards to info.hh
Nathan Binkert
2009-04-22
stats: Move flags into info.hh and use base/flags.hh to manage the flags
Nathan Binkert
2009-04-22
stats: Shuffle around info stuff so it can be accessed separately
Nathan Binkert
2009-04-22
stats: Rename the info classes to hopefully make things a bit clearer
Nathan Binkert
2009-04-22
stats: remove simplescalar compatibility for printing
Nathan Binkert
2009-04-22
stats: fix initialization bug in distribution text output
Nathan Binkert
2009-03-07
stats: cleanup text output stuff and fix mysql output
Nathan Binkert
2009-03-05
stats: create an enable phase, and a prepare phase.
Nathan Binkert
2009-03-05
stats: stick the distribution's fancy parameter into the parameters structure.
Nathan Binkert
2009-02-23
stats: reorganize how parameters are stored and accessed.
Nathan Binkert
2009-02-23
stats: move the limits stuff into the types.hh file
Nathan Binkert
2009-02-23
stats: get rid of the convoluted 'database' code.
Nathan Binkert
2009-02-23
stats: Try to make the names of things more intuitive.
Nathan Binkert
2009-02-23
stats: fix text printout for distributions
Nathan Binkert
2008-10-09
stats: use properly signed types for looping and comparison
Nathan Binkert
2008-10-09
style: Bring statistics code in line with the proper style.
Nathan Binkert
2008-10-02
Output: Verify output files are open after opening them.
Ali Saidi
2008-09-27
gcc: Add extra parens to quell warnings.
Nathan Binkert
2008-09-10
style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul...
Ali Saidi
2007-03-12
Get rid of those pesky valgrind warnings, Conditional jump or move depends on...
Ali Saidi
2007-03-03
Do the default argument stuff in python
Nathan Binkert
2007-02-21
Fix majory brokenness in my previous MySQL commit, basically
Nathan Binkert
2007-02-17
Get rid of the Statistics and Statreset ParamContexts, and
Nathan Binkert
2007-02-17
Remove the event_ignore stuff since it was never really used
Nathan Binkert
2007-01-26
make our code a little more standards compliant
Ali Saidi
2006-11-04
fixes so that M5 will compile under solaris
Ali Saidi
2006-08-15
fixes for gcc 4.1
Ali Saidi
2006-06-11
Merge iceaxe.:/Volumes/work/research/m5/head
Nathan Binkert
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt