base: Fix broken IPython argument handling
[gem5.git] / src / base /
2013-01-07 Andreas Hanssonscons: Enforce gcc >= 4.4 or clang >= 2.9 and c++0x...
2013-01-07 Andreas Hanssonscons: Remove stale compiler options
2013-01-07 Andreas Hanssonbase: Add support for merging of interleaved address...
2013-01-07 Andreas Hanssonmem: Add interleaving bits to the address ranges
2013-01-07 Andreas Hanssonbase: Simplify the AddrRangeMap by removing unused...
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2013-01-07 Andreas Hanssonmem: Add tracing support in the communication monitor
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Andreas Sandbergbase: Add missing header file to addr_range.hh.
2012-11-02 Chander Sudanthibase: Fix a few incorrectly handled print format cases
2012-11-02 Chander Sudanthibase: split out the VncServer into a VncInput and Serve...
2012-10-15 Andreas HanssonMem: Use range operations in bus in preparation for...
2012-09-25 Dam SunwooARM: added support for flattened device tree blobs
2012-09-25 Andreas Sandbergbase: Check for static_assert support and provide fallback
2012-09-19 Andreas HanssonAddrRange: Transition from Range<T> to AddrRange
2012-09-19 Andreas HanssonAddrRange: Simplify Range by removing stream input...
2012-09-19 Andreas HanssonAddrRange: Remove unused range_multimap
2012-09-14 Andreas Hanssonscons: Use c++0x with gcc >= 4.4 instead of 4.6
2012-09-10 Palle LyckegaardNetBSD: Build on NetBSD
2012-09-10 Andreas HanssonAddrRange: Remove the unused range_ops header
2012-09-10 Andreas HanssonInet: Remove the SackRange and its use
2012-09-07 Ali Saidiloader: initialize all memory in the ObjectFile objects.
2012-09-07 Andreas HanssonParam: Transition to Cycles for relevant parameters
2012-08-28 Andreas HanssonClock: Add a Cycles wrapper class and use where applicable
2012-08-21 Andreas HanssonClock: Make Tick unsigned and remove UTick
2012-08-06 Steve Reinhardtstr: add an overloaded startswith() utility method
2012-07-09 Andreas HanssonBus: Replace tickNextIdle and inRetry with a state...
2012-07-09 Andreas HanssonFix: Address a few benign memory leaks
2012-06-05 William Wangstats: when applying an operation to two vectors sum...
2012-06-05 Ali Saidisim: Remove FastAlloc
2012-06-05 Mitchell Hayengastats: Provide a mechanism to get a callback when stats...
2012-05-30 Andreas HanssonPacket: Unify the use of PortID in packet and port
2012-05-10 Ali Saidistats: fix bug in assert for 2d vector
2012-05-10 Ali Saidibase: fix a invalid ?: operator
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-05-09 Nathan Binkertstats: use nan instead of no_value
2012-04-25 Andreas Hanssonclang/gcc: Use STL hash function for int64_t and uint64_t
2012-04-22 Gabe Blackbase: Include cassert in trie.hh.
2012-04-15 Gabe Blacksim: Update some comments in trie.hh that were meant...
2012-04-15 Gabe Blacksim: A trie data structure specifically to speed up...
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
2012-03-26 Andreas Hanssonrange_map: Enable const find and iteration
2012-03-19 Andreas Hanssongcc: Clean-up of non-C++0x compliant code, first steps
2012-03-01 Chander SudanthiVNC: spacing
2012-03-01 Ali SaidiARM: Add RTC device for ARM platforms.
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Dam Sunwooutil: implements "writefile" gem5 op to export file...
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-17 Steve ReinhardtAlpha: warn_once about broken PAL breakpoints.
2012-01-17 Steve Reinhardtdebug: fix AllFlags::disable()
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
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
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-11-02 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in sim.
2011-11-02 Gabe BlackSE/FS: Get FULL_SYSTEM out of base/remote_gdb.cc.
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-09-30 Gabe BlackSE/FS: Build the devices in SE mode.
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
next