DPRINTF: Improve some dprintf messages.
[gem5.git] / src / base /
2012-01-10 Dam Sunwoostats: fix Vector2d to display stats correctly when...
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-10 Dam SunwooBase: Fixed shift amount in genrand() to work with...
2012-01-10 Andreas HanssonMAC: Make gem5 compile and run on MacOSX 10.7.2
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-02 Ali SaidiTrace: FIx issue with creation of trace file with outpu...
2011-12-01 Chris EmmonsVNC: Add support for capturing frame buffer to file...
2011-12-01 Chris EmmonsOutput: Add hierarchical output support and cleanup...
2011-11-28 Gabe BlackCompiler: Add an M5_NO_INLINE define.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-08-19 Thomas GrassStats: Add a sparse histogram stat object.
2011-06-13 Gabe BlackLoader: Handle bad section names when loading an ELF...
2011-06-07 Gabe Blackgcc 4.0: Add some virtual destructors to make gcc 4...
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-30 Gabe BlackMisc: Remove the URL from warnings, fatals, panics...
2011-05-12 Nathan Binkertstats: delete mysql support
2011-05-12 Nathan Binkertstats: move code that loops over all stats into python
2011-05-04 Nathan Binkertdebug: fix help output
2011-04-25 Nilay Vaishbase: include types.hh in base/stats/mysql.hh
2011-04-21 Nathan Binkertstats: ensure that stat names are valid
2011-04-20 Brad Danofskystats: add user settable separator string for arrayed...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertdebug: create a Debug namespace
2011-04-15 Nathan Binkertincludes: fix up code after sorting
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-13 Nathan Binkertrefcnt: Update doxygen comments
2011-04-13 Nathan Binkertrefcnt: Inline comparison functions
2011-03-18 Steve Reinhardtbase: disable FastAlloc in debug builds by default
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-12 Ali SaidiVNC: Add VNC server to M5
2011-02-03 Gabe BlackTime: Add serialization functions to the Time class.
2011-01-23 Nathan Binkertrefcnt: Change things around so that we handle constnes...
2011-01-20 Gabe BlackTime: Add setTick and getTick functions to the Time...
2011-01-15 Nathan Binkerttime: improve time datastructure
2011-01-10 Nathan Binkertstats: Add a histogram statistic type
2011-01-10 Nathan Binkertstats: fix the distribution stat
2011-01-10 Gabe BlackCurtick: Fix mysql.cc build needing curTick.
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2011-01-04 Gabe BlackParams: Print the IP components in the right order.
2011-01-03 Steve ReinhardtMove sched_list.hh and timebuf.hh from src/base to...
2011-01-03 Steve ReinhardtDelete unused files from src/base directory.
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2011-01-03 Gabe BlackRefCount: Fix reference counting pointer == and !=...
2010-12-22 Steve ReinhardtGet rid of unused file src/base/dbl_list.hh
2010-11-23 Gabe BlackCopyright: Add AMD copyright to the param changes I...
2010-11-23 Gabe BlackParams: Add parameter types for IP addresses in various...
2010-11-20 Nathan Binkertrandom: small comment about our random number generator...
2010-11-20 Ali SaidiSCons: Support building without an ISA
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-09-14 Gabe BlackFaults: Pass the StaticInst involved, if any, to a...
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-08-23 Ali SaidiLoader: Don't insert symbols into the symbol table...
2010-08-23 Ali SaidiARM: Add I/O devices for booting linux
2010-08-23 Ali SaidiLoader: Use address mask provided to load*Symbols when...
2010-08-23 Ali SaidiBASE: Fix genrand to generate both 0s and 1s when max...
2010-08-23 Ali Saidistats: Fix off-by-one error in distributions.
2010-07-22 Nathan Binkertstats: unify the two stats distribution type better
2010-07-21 Nathan Binkertstats: cleanup a few small problems in stats
2010-07-06 Steve Reinhardtcheckpointing: another small overload fix
2010-07-06 Steve Reinhardtsim: fold StartupCallback into SimObject
2010-06-15 Nathan Binkertstats: rename print to display in the mysql code too...
2010-06-15 Nathan Binkertstats: rename print to display so it work in python
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-06-15 Nathan Binkertstats: get rid of the never-really-used event stuff
2010-06-11 Nathan Binkertruby: get rid of the Map class
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-03 Lisa HsuStats: fix dist stat and enable VectorDistStat
2010-06-02 Gabe BlackARM: Detect thumb mode elf images.
2010-05-06 Gabe BlackMerge.
2010-05-06 Nathan Binkertcompile: don't #include unnecessary stuff
2010-04-18 Nathan Binkertcallback: Make helper functions that create callback...
2010-04-02 Nathan Binkertrefcnt: no default copy contructor or copy operator
2010-02-23 Lisa Hsustats: this makes some fixes to AverageStat and Average...
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
next