Age | Commit message (Expand) | Author |
2009-04-08 | stats: disallow duplicate statistic names. | Nathan Binkert |
2009-03-16 | stats: fix compiler error | Nathan Binkert |
2009-03-07 | stats: cleanup text output stuff and fix mysql output | Nathan Binkert |
2009-03-07 | build: fix errors for compilers other than g++ 4.3 | Nathan Binkert |
2009-03-05 | stats: create an enable phase, and a prepare phase. | Nathan Binkert |
2009-03-05 | stats: clean up how templates are used on the data side. | Nathan Binkert |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2009-03-05 | stats: remove the template wart left over from the ancient binning stuff | Nathan Binkert |
2009-03-05 | stats: stick the distribution's fancy parameter into the parameters structure. | Nathan Binkert |
2009-03-05 | stats: Add a wrapper class for the information side of things. | Nathan Binkert |
2009-03-05 | stats: better naming of template parameters for the wrapper stuff | Nathan Binkert |
2009-03-05 | stats: get rid of meaningless uses of virtual | Nathan Binkert |
2009-03-05 | stats: miscellaneous cleanup | Nathan Binkert |
2009-03-04 | Give TimeBuffer an ID that can be set. Necessary because InOrder uses generic... | Korey Sewell |
2009-02-26 | CPA: Add new object for gathering critical path annotations. | Ali Saidi |
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 |
2009-02-23 | debug: Move debug_break into src/base | Nathan Binkert |
2009-02-15 | X86: Make the loader recognize 32 bit x86 processes. | Gabe Black |
2009-01-30 | Errors: Print a URL with a hash of the format string to find more information... | Ali Saidi |
2009-01-23 | Trace: Add DPRINTFS macro that takes parameter to call name() for trace print... | Ali Saidi |
2009-01-19 | tracing: Add help strings for some of the trace flags | Nathan Binkert |
2009-01-06 | INET: Add functions to header types to get offset in packet and start of payl... | Ali Saidi |
2008-12-06 | flags: Change naming of functions to be clearer | Nathan Binkert |
2008-12-05 | INet: Allow updating on id, len, seq, and flag field for TCP segment offload | Ali Saidi |
2008-12-05 | Automated merge with ssh://m5sim.org//repo/m5 | Lisa Hsu |
2008-12-05 | This brings M5 closer to modernity - the kernel being advertised is newer so ... | Lisa Hsu |
2008-12-03 | cprintf: support a configurable width and precision ("*" in printf) | Nathan Binkert |
2008-11-15 | Output: Include gzstream package to allow automatically-gzipped output | Clint Smullen |
2008-11-14 | Fix a bunch of bugs I introduced when I changed the flags stuff for packets. | Nathan Binkert |
2008-11-10 | flags: Provide an object for managing boolean flags for an object. | Nathan Binkert |
2008-11-10 | safe_cast: add a new cast function for casts that should always succeed. | Nathan Binkert |
2008-11-10 | mem: Assert that requests have non-negative size. | Steve Reinhardt |
2008-10-10 | cprintf: properly deal with pointer types | Nathan Binkert |
2008-10-10 | Rename the info function to inform to avoid likely name conflicts | Nathan Binkert |
2008-10-10 | output: Make panic/fatal/warn more flexible so we can add some new ones. | Nathan Binkert |
2008-10-10 | misc: remove #include <cassert> from misc.hh since not everyone needs it. | Nathan Binkert |
2008-10-09 | range_map: Add a method to find which range a single value falls into. | Nathan Binkert |
2008-10-09 | style: conform to M5 style. | 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 | stats: Fix small bug pointed out by unit testing. | 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-27 | add a bit of style | Nathan Binkert |
2008-09-22 | gcc: Version 4.3 is pretty anal about shadowing types, placate it. | Nathan Binkert |
2008-09-19 | atomicio: provide atomic read and write functions. | Nathan Binkert |