base: Rename Section to Segment, and some of its members.
[gem5.git] / src / base /
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-08 Gabe Blackbase: Get rid of the unused global pointer in object...
2019-10-08 Gabe Blackbase: Ensure %p format arguments are printed as pointers.
2019-10-05 Gabe Blackbase: ELF segment types are not bitfields.
2019-09-26 Andreas Sandbergstats: Add a preDumpStats() callback to Stats::Group
2019-09-26 Andreas Sandbergstats: Correctly print new-style dist stat names
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-12 Daniel R. Carvalhobase: Add a perfect bloom filter
2019-09-10 Tommaso Marinellistats: Add M5_VAR_USED to variable
2019-09-10 Andreas Sandbergstats: Fix incorrect name conflict panic with grouped...
2019-09-10 Daniel R. Carvalhobase: Make Bloom Filter counting by default
2019-09-10 Daniel R. Carvalhobase: Make Bulk inherit from MultiBitSel Bloom Filter
2019-09-10 Daniel R. Carvalhomem-ruby: Move Bloom Filters to base
2019-09-02 Andreas Sandbergstats: Create HDF5 stat files relative to simout
2019-09-02 Doğukan Korkmaztürkstats: Catch exceptions by const reference
2019-08-29 Daniel R. Carvalhobase: Add function to saturate SatCounter
2019-08-29 Andreas Sandbergstats: Add beta support for HDF5 stat dumps
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-21 Ciro Santillibase: assert that stats bucket size is greater than 0
2019-06-28 Michiel W. van Tolbase: Add argument to Coroutine class to not run on...
2019-06-13 Tiago Muckbase: AddrRange does not merge single interleaved ranges
2019-06-10 Nikos Nikolerisbase: Extend unit tests for AddrRange
2019-06-10 Nikos Nikolerisbase: Extend AddrRange to support more flexible addressing
2019-06-10 Nikos Nikolerisbase: Fix ctz32 for systems where unsigned int is not...
2019-06-10 Nikos Nikolerisbase: Add function to count trailing zeros in a 64...
2019-06-09 Giacomo Travaglinibase: Provide a getter for Fiber::started boolean variable
2019-06-09 Giacomo Travaglinibase: Rename TestFiber into SwitchingFiber
2019-06-04 Daniel R. Carvalhobase: Fix missing headers to CircularQueue
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackarch, base, sim: Demote (SE|FS)TranslatingPortProxy...
2019-05-30 Gabe Blackarch, base, sim: Replace Copy(String)?(In|Out) with...
2019-05-29 Brandon Pottersim-se: const for loader's loadSection param
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-28 Tiago Muckbase: Add warn_if_once macro
2019-05-18 Gabe Blackbase: Add a type for keeping track of object file loaders.
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-14 Danielbase: Add operators to SatCounter
2019-05-14 Danielbase: Add GTest to SatCounter
2019-05-14 Danielbase: Move SatCounter to base directory
2019-04-01 Andrea Mondellidev-arm: Correct cast of template parameter
2019-03-26 Gabe Blackbase: Make AddrRangeMap able to return non-const iterators.
2019-03-26 Isaac Sánchez Barrerabase,python: Fix to allow multiple --debug-ignore values.
2019-03-22 Giacomo Travaglinibase: Fix CircularQueue's operator-= when negative...
2019-03-22 Giacomo Travaglinibase: Fix CircularQueue when diffing iterators
2019-02-18 Giacomo Travaglinibase: Fix enums checkpointing
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-07 Austin Harrisarch-riscv: Enable support for riscv 32-bit in SE mode.
2019-01-24 Gabe Blackbase: arch: Get rid of the now unused FloatRegVal type.
2019-01-24 Rekai Gonzalez-Alb... cpu-o3: O3 LSQ Generalisation
2019-01-22 Ciro Santillibase: add support for GDB's XML architecture definition
2019-01-10 Jairo Balartdev-arm: Add a GICv3 model
2019-01-10 Giacomo Travaglinibase: Make it possible to convert strings to enums
2018-12-08 Giacomo Travaglinibase, systemc: Fix clang compilation
2018-12-06 Rekai Gonzalez-Alb... base: Ported circlebuf to CircularQueue
2018-12-06 Rekai Gonzalez-Alb... base: Iterable CircularQueue implementation
2018-12-04 Nikos Nikolerisbase: Fix fiber compilation issue for Mac OS
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-12-03 Giacomo Gabriellibase: Add type alias for raw pointer in RefCountingPtr
2018-12-03 Ciro Santillibase: increase the GDB buffer size dynamically
2018-11-29 Gabe Blackbase: Change the unit test binary names to use .test...
2018-11-29 Gabe Blackbase: Rename unit test cc files to be *.test.cc.
2018-11-29 Gabe Blackbase: Fix include order in the inifile unit test.
2018-11-28 Nikos Nikolerisbase: Add missing overrides in statistics header
2018-11-28 Giacomo Travaglinitests: Convert IniFile unit test to a GTest
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-27 Gabe Blackbase: Add some functions to convert floats to bits...
2018-11-19 Gabe Blackbase: Don't let exceptions leak from the to_number...
2018-11-18 Gabe Blackbase: Set up a guard page for fiber stacks.
2018-11-16 Rekai Gonzalez-Alb... cpu: Fix the usage of const DynInstPtr
2018-11-05 Gabe Blackbase: Add standard types for floating and nonfloating...
2018-10-26 Andreas Sandbergtests: Convert AddrRangeMap unit test to a GTest
2018-10-26 Andreas Sandbergtests: Convert CircleBuf unit test to a GTest
2018-09-11 Gabe Blackbase: Avoid dividing by zero in Time::[gs]etTick.
2018-09-11 Gabe Blackbase: Save and restore the width setting of streams...
2018-09-10 Nikos Nikolerisbase: Fix isSubset() for addr ranges with interleaving
2018-08-24 Gabe Blackbase: If valgrind is available, tell it about Fiber...
2018-08-21 Jason Lowe-Powermisc: Appease GCC 8
2018-08-10 Bradleybase: Replace cppversion == version with >= version
2018-07-26 Giacomo Travaglinibase: Fix ucontext compilation error for macOS
2018-06-29 Andreas Sandbergbase: Add a M5_PUBLIC and M5_LOCAL attribute macro
2018-06-28 Giacomo Travaglinibase: Add an asymmetrical Coroutine class
2018-06-21 Gabe Blackbase: Add a class which encapsulates Fibers.
2018-06-20 Nikos Nikolerisbase: Fix includes in AddrRangeMap header file
2018-06-19 Gabe Blackbase: Build caching into the AddrRangeMap class
2018-06-19 Nikos Nikolerisbase, mem: Disambiguate if an addr range is contained...
2018-06-14 Tuan Tabase,mem: Support AtomicOpFunctor in the classic memory...
2018-05-17 Nikos Nikolerisbase: Add M5 flag for [[nodiscard]] attribute
2018-05-09 Andreas Sandbergbase, dev: Fix port message for vnc and terminal
2018-03-30 Gabe Blackbase: Make bitunion output functions static/inline.
2018-03-28 Gabe Blackbase: Add a default output function for bitunion types.
2018-03-15 Siddhesh Poyarekararm: Fix implicit-fallthrough warnings when building...
2018-03-14 Chun-Chen Hsubase: Fix loop range in pngwriter
2018-02-13 Rekai Gonzalez-Alb... sim: Make Stats truly non-copy-constructible
2018-02-05 Gabe Blackbase: Update #includes for bitunion.hh.
2018-02-02 Nikos Nikolerisbase: Fix unused function warning
2018-01-29 Gabe Blackbase: Remove the ability to cprintf stringstreams directly.
2018-01-29 Gabe Blackbase: Delete commented out versions of the format_integ...
2018-01-27 Gabe Blackbase: Add an "override" to name() in the HardBreakpoint...
2018-01-27 Gabe Blackbase: Get bitunions to compile on clang 3.8.
2018-01-20 Gabe Blackbase: Hide the BitUnion::__StorageType type.
next