inorder: ctxt switch stats
[gem5.git] / src / base /
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-23 Nathan Binkertbuild: need to include cstdio
2010-01-19 Derek Howermerge
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-07-31 Korey Sewellmerge mips fix and statetrace changes
2009-07-27 Ali SaidiARM: Detect OABI binaries and complain that they're...
2009-07-02 Gabe BlackARM: Add a findLsbSet function and use it to implement...
2009-06-21 Gabe BlackBitUnion: Add more constiness.
2009-06-06 Nathan Binkertcleanup: Make use of types properly and make the loop...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
2009-05-17 Nathan Binkertincludes: sort includes again
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2009-05-17 Nathan Binkerttypes: Move stuff for global types into src/base/types.hh
2009-05-13 Nathan Binkertstats: tidy up the Distribution type a little bit
2009-05-13 Nathan Binkertstats: fancy is a bad name
2009-05-13 Nathan Binkertstats: clean up the code for printing stats
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Nathan Binkertstats: remove a few compat leftovers
2009-05-11 Nathan Binkertstats: forgot an include for the mysql stuff
2009-05-11 Nathan Binkertscons: add include guards to info.hh
2009-04-22 Nathan Binkertstats: Move flags into info.hh and use base/flags.hh...
2009-04-22 Nathan Binkertstats: Shuffle around info stuff so it can be accessed...
2009-04-22 Nathan Binkertstats: Rename the info classes to hopefully make things...
2009-04-22 Nathan Binkertstats: remove simplescalar compatibility for printing
2009-04-22 Nathan Binkertstats: fix initialization bug in distribution text...
2009-04-21 Nathan BinkertAutomated merge with ssh://m5sim.org//repo/m5
2009-04-09 Nathan Binkertstats: disallow duplicate statistic names.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-16 Nathan Binkertstats: fix compiler error
2009-03-07 Nathan Binkertstats: cleanup text output stuff and fix mysql output
2009-03-07 Nathan Binkertbuild: fix errors for compilers other than g++ 4.3
2009-03-06 Nathan Binkertstats: create an enable phase, and a prepare phase.
2009-03-06 Nathan Binkertstats: clean up how templates are used on the data...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-03-06 Nathan Binkertstats: remove the template wart left over from the...
2009-03-06 Nathan Binkertstats: stick the distribution's fancy parameter into...
2009-03-06 Nathan Binkertstats: Add a wrapper class for the information side...
2009-03-06 Nathan Binkertstats: better naming of template parameters for the...
2009-03-06 Nathan Binkertstats: get rid of meaningless uses of virtual
2009-03-06 Nathan Binkertstats: miscellaneous cleanup
2009-03-04 Korey SewellGive TimeBuffer an ID that can be set. Necessary becaus...
2009-02-27 Ali SaidiCPA: Add new object for gathering critical path annotat...
2009-02-23 Nathan Binkertstats: reorganize how parameters are stored and accessed.
2009-02-23 Nathan Binkertstats: move the limits stuff into the types.hh file
2009-02-23 Nathan Binkertstats: get rid of the convoluted 'database' code.
2009-02-23 Nathan Binkertstats: Try to make the names of things more intuitive.
2009-02-23 Nathan Binkertstats: fix text printout for distributions
2009-02-23 Nathan Binkertdebug: Move debug_break into src/base
2009-02-16 Gabe BlackX86: Make the loader recognize 32 bit x86 processes.
2009-01-31 Ali SaidiErrors: Print a URL with a hash of the format string...
2009-01-23 Ali SaidiTrace: Add DPRINTFS macro that takes parameter to call...
2009-01-19 Nathan Binkerttracing: Add help strings for some of the trace flags
2009-01-08 Steve ReinhardtFastAlloc: track allocation tick in debug mode,
2009-01-06 Ali SaidiINET: Add functions to header types to get offset in...
2008-12-06 Nathan Binkertflags: Change naming of functions to be clearer
2008-12-05 Ali SaidiINet: Allow updating on id, len, seq, and flag field...
2008-12-05 Lisa HsuAutomated merge with ssh://m5sim.org//repo/m5
2008-12-05 Lisa HsuThis brings M5 closer to modernity - the kernel being...
2008-12-03 Nathan Binkertcprintf: support a configurable width and precision...
2008-11-16 Clint SmullenOutput: Include gzstream package to allow automatically...
2008-11-14 Nathan BinkertFix a bunch of bugs I introduced when I changed the...
2008-11-10 Nathan Binkertflags: Provide an object for managing boolean flags...
2008-11-10 Nathan Binkertsafe_cast: add a new cast function for casts that shoul...
2008-11-10 Steve Reinhardtmem: Assert that requests have non-negative size.
2008-10-11 Nathan Binkertcprintf: properly deal with pointer types
2008-10-10 Nathan BinkertRename the info function to inform to avoid likely...
2008-10-10 Nathan Binkertautomerge
2008-10-10 Nathan Binkertoutput: Make panic/fatal/warn more flexible so we can...
2008-10-10 Nathan Binkertmisc: remove #include <cassert> from misc.hh since...
2008-10-10 Nathan Binkertrange_map: Add a method to find which range a single...
2008-10-09 Nathan Binkertstyle: conform to M5 style.
2008-10-09 Nathan Binkertstats: use properly signed types for looping and comparison
2008-10-09 Nathan Binkertstyle: Bring statistics code in line with the proper...
2008-10-02 Nathan Binkertstats: Fix small bug pointed out by unit testing.
2008-10-02 Ali SaidiOutput: Verify output files are open after opening...
2008-09-28 Nathan Binkertgcc: Add extra parens to quell warnings.
2008-09-27 Nathan Binkertadd a bit of style
2008-09-22 Nathan Binkertgcc: Version 4.3 is pretty anal about shadowing types...
2008-09-19 Nathan Binkertatomicio: provide atomic read and write functions.
2008-09-19 Nathan BinkertUse C++ limits where applicable for portability
2008-09-19 Nathan BinkertUse the proper version of C++ headers
2008-09-19 Nathan BinkertCheck the return value of I/O operations for failure
2008-09-19 Nathan Binkertinifile: Whack preprocessor access.
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-09-09 Nathan Binkertstyle: This file hugely violated the M5 style.
2008-08-04 Steve ReinhardtGet rid of outputStream... wasn't really being used
2008-08-04 Steve ReinhardtAdd -r/-e options to redirect stdout/stderr.
2008-08-04 Nathan Binkertsockets: Add a function to disable all listening sockets.
2008-07-15 Steve ReinhardtGet rid of useless m5_assert macro.
2008-07-01 Ali SaidiRemove delVirtPort() and make getVirtPort() only return...
2008-07-01 Ali SaidiChange everything to use the cached virtPort rather...
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-18 Nathan Binkertinet: initialization fixes.
2008-06-12 Gabe BlackBitUnion: Take out namespace declaration so bitunions...
2008-05-15 Ali SaidiMake sure that output files are always checked success...
2008-03-24 Steve ReinhardtAdd FAST_ALLOC_DEBUG and FAST_ALLOC_STATS as SConstruct...
next