tests: arch-power: Add 64-bit hello binaries
[gem5.git] / src / base /
2021-02-15 Sandipan Dasarch-power: Add multi-mode support
2021-02-15 Sandipan Dasbase: Add byte order attribute for object files
2021-02-15 Daniel R. Carvalhobase: Add enum to_number tests
2021-02-10 Daniel R. Carvalhobase: Fix copyright of base/stats/SConscript
2021-02-10 Hoa Nguyenbase-stats: Print Units in Stats dump
2021-02-10 Hoa Nguyenbase-stats: Add Units to Stats
2021-02-09 David Schallbase: Add XOR and modulo operator to ChannelAddr
2021-02-07 Daniel R. Carvalhobase: Fix storage unit test in .fast
2021-02-06 Gabe Blacktests,base: Delete the SymbolTable::load method and...
2021-02-05 Daniel R. Carvalhobase: Initialize storage params on constructor
2021-02-05 Daniel R. Carvalhobase: Fix storage params safe_cast
2021-02-05 Daniel R. Carvalhobase: Make read-only functions const in ScalarBase
2021-02-05 Gabe Blackbase,tests: Convert cprintftime from a "UnitTest" to...
2021-02-05 Gabe Blackbase: Replace a "panic" in cprintf with an M5_UNREACHABLE.
2021-02-05 Gabe Blackbase: Remove unnecessary includes from base/loader...
2021-02-04 Bobby R. Brucemisc: Revert version info for develop branch
2021-02-04 Bobby R. BruceMerge "misc: Merge branch v20.1.0.3 hotfix into develop...
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Bobby R. Brucemisc: Updated the RELEASE-NOTES and version number
2021-02-03 Daniel R. Carvalhobase,tests: Create unit tests for Stats::Stor
2021-02-03 Daniel R. Carvalhobase: Move Stats::Info functions to its own source...
2021-02-03 Daniel R. Carvalhobase,tests: Add a basic fake class to handle curTick
2021-02-03 Daniel R. Carvalhoscons: Separate debug flags from debug-format flags
2021-01-29 Gabe Blackbase: Style fixes in base/refcnt.hh
2021-01-28 Gabe Blackarch,base,mem,sim: Fix style in base/types.hh and remov...
2021-01-27 Gabe Blackbase: Make the default checkBpLen method return true.
2021-01-27 Gabe Blackbase: Delete the unused RemoteGDB::(set|clear)TempBreak...
2021-01-27 Gabe Blackbase,cpu,sim: Stop "using namespace TheISA".
2021-01-26 Andreas Sandbergbase, python: Add a Temperature type and associated...
2021-01-23 Gabe Blackbase: Stop "using namespace std".
2021-01-23 Gabe Blackbase: Style fixes in cprintf related files.
2021-01-22 Ciro Santillisim,base: make checkpointMapIn warn if an unknown key...
2021-01-21 Philip Metzlerbase: Fix unsigned underflow mishandling.
2021-01-19 Gabe Blacktests: Stop using memcmp in the circlebuf test.
2021-01-19 Daniel R. Carvalhobase: Rename Flags::update as Flags::replace
2021-01-19 Daniel R. Carvalhobase: Remove dubious/unused Flags functions
2021-01-19 Daniel R. Carvalhobase: Add unit tests for flags.hh
2021-01-15 Daniel R. Carvalhomisc: Fix some includes
2021-01-15 Daniel R. Carvalhobase: Rename Flag status to enabled
2021-01-15 Daniel R. Carvalhobase: Add unit test for debug.hh
2021-01-14 Gabe Blackbase: Remove the curTick prototype from base/statistics.hh.
2021-01-13 Neil Natekartests, base: Added GTests for base/amo.hh
2021-01-13 Daniel R. Carvalhobase: Add documentation to flags.hh
2021-01-13 Daniel R. Carvalhobase: Remove Flags<U> assignment
2021-01-13 Daniel R. Carvalhobase: Assert Flags' type is unsigned
2021-01-13 Daniel R. Carvalhobase: Remove flag from allFlags on destruction
2021-01-13 Daniel R. Carvalhobase: Remove negation operator in Flag
2021-01-13 Daniel R. Carvalhobase: Fix uninitialized variable in Flag
2021-01-13 Gabe Blackmisc: Fix missing includes.
2021-01-13 Gabe Blackbase: Remove begin() and end() from CircleBuf.
2021-01-13 Gabe Blackbase: Re-implement CircleBuf without using CircularQueue.
2021-01-09 Gabe Blackbase: Add a setNext method to the ChunkGenerator.
2020-12-31 Gabe Blackbase: Style fixes in the CircleBuf and Fifo classes.
2020-12-31 Gabe Blackbase,cpu: Simplify the CircularQueue class significantly.
2020-12-31 Gabe Blackbase: Fix style issues in the circular queue.
2020-12-10 Hoa Nguyenbase-stats: Print the name of stats sharing the same...
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-17 Isaac Sánchez Barrerabase: Prevent undefined behavior in not interleaved...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-16 Bobby R. Brucemisc: Updated the RELEASE-NOTES and version number v20.1.0.2
2020-11-14 Daniel R. Carvalhobase,cpu,mem: Use templatized SatCounter
2020-11-14 Daniel R. Carvalhobase: Templatize SatCounter
2020-11-09 Isaac Sánchez Barrerabase: Fix `AddrRange::addIntlvBits(Addr)` and new test.
2020-11-06 Bobby R. Brucemisc: Updated the RELEASE-NOTES and version number v20.1.0.1
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-23 Gabe Blackmisc: Replace enable_if<>::type with enable_if_t<>.
2020-10-22 Gabe Blackbase,sim: Move BitUnion serialization support to bituni...
2020-10-22 Gabe Blackbase: Narrow the applicability of the default to_number.
2020-10-19 Gabe Blackmisc: Wrap __attribute__((aligned())) in a macro in...
2020-10-19 Gabe Blackmisc: Use compiler.hh macros when available.
2020-10-14 Gabe Blackbase: Clean up some #ifs in _format_string.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-14 Gabe Blackbase: Add an M5_WEAK macro to compiler.hh.
2020-10-08 Andreas Sandbergstats: Make Stats::Group::mergeStatGroup public
2020-10-01 Bobby R. Brucemisc: Changed gem5 version info for gem5 20.2 dev
2020-10-01 Gabe Blackbase: Add some error handling to compiler.hh.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-10-01 Bobby R. Brucemisc: Updated version to 20.1.0.0 v20.1.0.0
2020-09-29 Gabe Blackbase: Expose the ObjectFile class to python.
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Gabe Blackbase,mem: Use the standard [[deprecated]] attribute.
2020-09-28 Gabe Blackbase,dev: Use the standard attribute [[noreturn]].
2020-09-28 Gabe Blackarch,base,cpu,dev: Get rid of the M5_DUMMY_RETURN macro.
2020-09-28 Gabe Blackarm,base,gpu: Use std::make_unique instead of m5::make_...
2020-09-28 Earl Oubase,sim: implement a faster mutex for single thread...
2020-09-25 Gabe Blackbase: When creating an ELF file memory image, ignore...
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-25 Gabe Blackbase: Minor cleanup of the ChunkGenerator.
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucetests,base: Fixed unittests for .fast
2020-09-20 Gabe Blackbase: Use M5_UNLIKELY with conditional DPRINTF family...
2020-09-20 Gabe Blackbase: Use M5_UNLIKELY for conditional panic, etc.,...
2020-09-20 Gabe Blackbase: Add M5_LIKELY and M5_UNLIKELY macros to compiler.hh.
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-16 Gabe Blackbase: Create a SConscript for the loader subdirectory.
2020-09-16 Earl Oubase: use setjmp to speed up fiber
2020-09-08 Hoa Nguyenbase: Tag API methods in crc.hh
2020-09-08 Hoa Nguyenbase: Tag API methods to debug.hh
2020-09-08 Hoa Nguyenbase: Tag API methods in inet.hh
2020-09-08 Hoa Nguyenbase: Tag API variables in date.cc
next