summaryrefslogtreecommitdiff
path: root/src/base
AgeCommit message (Expand)Author
2012-01-31Merge with head, hopefully the last time for this batch.Gabe Black
2012-01-31clang: Enable compiling gem5 using clang 2.9 and 3.0Koan-Sin Tan
2012-01-31util: implements "writefile" gem5 op to export file from guest to host filesy...Dam Sunwoo
2012-01-28Merge with the main repo.Gabe Black
2012-01-16Merge yet again with the main repository.Gabe Black
2012-01-17MEM: Add port proxies instead of non-structural portsAndreas Hansson
2012-01-16Alpha: warn_once about broken PAL breakpoints.Steve Reinhardt
2012-01-16debug: fix AllFlags::disable()Steve Reinhardt
2012-01-09stats: fix Vector2d to display stats correctly when y_subname is not specified.Dam Sunwoo
2012-01-09sim: Enable sampling of run-time for code-sections marked using pseudo insts.Prakash Ramrakhyani
2012-01-09Base: Fixed shift amount in genrand() to work with large numbersDam Sunwoo
2012-01-09MAC: Make gem5 compile and run on MacOSX 10.7.2Andreas Hansson
2012-01-07Another merge with the main repository.Gabe Black
2012-01-07Merge with the main repository again.Gabe Black
2012-01-07Merge with main repository.Gabe Black
2011-12-13gcc: fix unused variable warnings from GCC 4.6.1Nathan Binkert
2011-12-01Trace: FIx issue with creation of trace file with output dir overhaul.Ali Saidi
2011-12-01VNC: Add support for capturing frame buffer to file each time it is changed.Chris Emmons
2011-12-01Output: Add hierarchical output support and cleanup existing codebase.Chris Emmons
2011-11-27Compiler: Add an M5_NO_INLINE define.Gabe Black
2011-11-02SE/FS: Get rid of FULL_SYSTEM in sim.Gabe Black
2011-11-02SE/FS: Get FULL_SYSTEM out of base/remote_gdb.cc.Gabe Black
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-09-30SE/FS: Build the devices in SE mode.Gabe Black
2011-08-19Stats: Add a sparse histogram stat object.Thomas Grass
2011-06-12Loader: Handle bad section names when loading an ELF file.Gabe Black
2011-06-07gcc 4.0: Add some virtual destructors to make gcc 4.0 happy.Gabe Black
2011-06-02scons: rename TraceFlags to DebugFlagsNathan Binkert
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-05-29Misc: Remove the URL from warnings, fatals, panics, etc.Gabe Black
2011-05-12stats: delete mysql supportNathan Binkert
2011-05-12stats: move code that loops over all stats into pythonNathan Binkert
2011-05-04debug: fix help outputNathan Binkert
2011-04-25base: include types.hh in base/stats/mysql.hhNilay Vaish
2011-04-20stats: ensure that stat names are validNathan Binkert
2011-04-20stats: add user settable separator string for arrayed statsBrad Danofsky
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15debug: create a Debug namespaceNathan Binkert
2011-04-15includes: fix up code after sortingNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-04-13refcnt: Update doxygen commentsNathan Binkert
2011-04-13refcnt: Inline comparison functionsNathan Binkert
2011-03-18base: disable FastAlloc in debug builds by defaultSteve Reinhardt
2011-02-11VNC: Add VNC server to M5Ali Saidi
2011-02-02Time: Add serialization functions to the Time class.Gabe Black
2011-01-22refcnt: Change things around so that we handle constness correctly.Nathan Binkert
2011-01-19Time: Add setTick and getTick functions to the Time class.Gabe Black
2011-01-15time: improve time datastructureNathan Binkert
2011-01-10stats: Add a histogram statistic typeNathan Binkert
2011-01-10stats: fix the distribution statNathan Binkert