cpu: o3: slight correction to identation in rename_impl.hh
[gem5.git] / src / base /
2015-07-07 Andreas Sandbergbase: Add serialization support to Pixels and FrameBuffer
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-03 Curtis Dunhambase: remove fd from object loaders
2015-06-21 Andreas Sandbergbase: Add a warn_if macro
2015-06-09 Andreas Sandbergbase: Reset CircleBuf size on flush()
2015-05-26 Andreas Hanssonbase: Allow multiple interleaved ranges
2015-05-23 Andreas Sandbergbase: Redesign internal frame buffer handling
2015-05-23 Andreas Sandbergbase: Clean up bitmap generation code
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
2015-04-22 Brandon Potterbase: add new ChunkGenerator method to identify last...
2015-02-11 Andreas Sandbergbase: Add compiler macros to add deprecation warnings
2015-02-11 Andreas Hanssonbase: Do not dereference NULL in CompoundFlag creation
2015-02-03 Curtis Dunhambase: add an accessor and operators ==,!= to address...
2015-02-03 Andreas Hanssonbase: Add XOR-based hashed address interleaving
2015-01-07 Gabe Blackbase: Fix assigning between identical bitfields.
2014-12-06 Gabe Blackmisc: Generalize GDB single stepping.
2014-12-06 Gabe Blackmisc: Add some utility functions for schedule inst...
2014-12-06 Gabe Blackmisc: Rename the GDB "Event" event class to InputEvent.
2014-12-05 Gabe Blacksim: Ensure GDB interrupts the simulation at an instruc...
2014-12-05 Gabe Blackmisc: Make the GDB register cache accessible in various...
2014-12-03 Gabe Blacksim: Make it possible to override the breakpoint length...
2014-11-24 Andreas Hanssonmisc: Another round of static analysis fixups
2014-11-17 Gabe Blackvnc: Add a conversion function for bgr888.
2014-11-14 Andreas Hanssonarm: Fixes based on UBSan and static analysis
2014-11-12 Andreas Hanssonbase: Revert 9277177eccff and use getenv/setenv for...
2014-10-30 Ali Saidiautomated merge
2014-10-30 Ali Saidiarm: Fix multi-system AArch64 boot w/caches.
2014-10-20 Andreas Hanssonmisc: Use gmtime for conversion to UTC to avoid getenv...
2014-10-20 Andreas Hanssonbase: Fix for stats node on gcc < 4.6.3
2014-10-16 Andreas Hanssonmisc: Move AddrRangeList from port.hh to addr_range.hh
2014-10-16 Andreas Hanssonsim: EventQueue wakeup on events scheduled outside...
2014-10-16 Andrew Bardsleybase: Reimplement the DPRINTF mechanism in a Logger...
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
2014-10-16 Andreas Hanssonbase: Use shared_ptr for stat Node
2014-10-16 Andreas Hanssonbase: Transition CP annotate to use shared_ptr
2014-10-16 Andreas Hanssondev: Use shared_ptr for EthPacketData
2014-10-16 Andrew Bardsleyconfig: Add a --without-python option to build process
2014-10-11 Nilay Vaishbase: addr range: slight change to validity check
2014-10-11 Nilay Vaishbase: misc: Add missing header file.
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-04-24 Stephan Diestelhorstmisc: Add functions for doing popcount and power-of...
2014-09-20 Andreas Hanssonbase: Clean up redundant string functions and use C++11
2014-09-20 Andrew Bardsleybase: Add getSectionNames to IniFile
2014-09-19 Andreas Hanssonbase: Ensure the CP annotation compiles again
2014-09-19 Andreas Hanssonmisc: Restore ostream flags where needed
2014-09-19 Andreas Hanssonstats: Fix flow-control bug in Vector2D printing
2014-09-19 Andreas Hanssonmisc: Remove assertions ensuring unsigned values >= 0
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-09-03 Andreas Hanssonbase: Use STL C++11 random number generation
2014-08-26 Andreas Hanssonbase: Add const to intmath and be more flexible with...
2014-08-26 Andreas Sandbergbase: Replace the internal varargs stuff with C++11...
2014-08-26 Andreas Sandbergbase: Add compiler macros for C++11 final/override
2014-08-26 Andreas Sandbergbase: Add a static assert to check bit union ranges
2014-08-13 Andreas Sandbergbase: Remove unused M5_PRAGMA_NORETURN
2014-08-13 Andreas Sandbergcpu: Don't forward declare RefCountingPtr
2014-08-10 Andreas Hanssonbase: Remove unused files
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model
2014-07-09 Anthony Gutierrezbase: fix operator== for comparing EthAddr objects
2014-07-02 Anthony Gutierrezbase: fix some bugs in EthAddr
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-05-09 Stephan Diestelhorststats: Method stats source
2014-04-23 Curtis Dunhambase: explicitly suggest potential use of 'All' debug...
2014-04-09 Andreas Sandbergdev: Protect PollEvent processing when running in paral...
2014-03-23 Andreas Hanssonbase: Fix error message time unit (cycle -> tick)
2014-03-07 Stephan Diestelhorstmisc: Add panic_if / fatal_if / chatty_assert
2014-03-07 Mitch Hayengascons: Fixes uninitialized warnings issued by clang
2014-02-06 Nilay Vaishbase: calls abort() from fatal
2014-01-29 Mitch Hayengabase: Fix race condition in the socket listen function
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2014-01-10 Nilay Vaishstats: add function for adding two histograms
2013-11-29 Andreas Sandbergbase: Fix race in PollQueue and remove SIGALRM workaround
2013-11-29 Andreas Sandbergbase: Clean up signal handling
2013-11-25 Steve Reinhardt... sim: simulate with multiple threads and event queues
2013-10-31 Geoffrey Blakebase: Add support for ipv6 into inet.hh/inet.cc
2013-10-07 Andreas Sandbergbase: Fix a potential race in PollQueue::setupAsyncIO
2013-09-09 Nilay Vaishstats: add operator= for DataWrapVec class
2013-09-06 Nilay Vaishruby: network: convert to gem5 style stats
2013-09-06 Nilay Vaishstats: adds a Formula operator for division
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-09-04 Andreas Hanssonarch: Header clean up for NOISA resurrection
2013-09-04 Andreas Hanssonscons: Enable build on OSX
2013-08-20 Andreas Hanssonbase: Fix VectorPrint initialisation
2013-08-19 Sascha Bischoffstats: Fix issue when printing 2D vectors
2013-07-15 Deyuan Guoloader: Load weak symbols for function tracing
2013-06-27 Andreas Hanssonbase: Fix address range granularity calculation
2013-06-27 Sascha Bischoffstats: Remove printing of SparseHist total
2013-06-09 Nilay Vaishstats: allow printing vectors on a single line
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Deyuan Guo ext:... base: load weak symbols from object file
2013-03-07 Andreas Hanssonbase: Fix address range granularity calculations
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
2013-02-19 Andreas Hanssonbase: Fix a bug in the address interleaving
2013-02-15 Anthony Gutierrezloader: add a flattened device tree blob (dtb) object
2013-02-11 Nilay Vaishruby: replace Time with Cycles in Message class
2013-02-11 Nilay Vaishbase: add some mathematical operators to Cycles class
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
next