scons: fix --gold-linker build after --as-needed
[gem5.git] / src / base /
2020-01-09 Bobby R. Brucetests,base: Added GTest for base/socket.cc
2020-01-09 Bobby R. Brucetests: Updated gtest/logging.cc to print log rather...
2020-01-09 Gabe Blackbase: Include some required headers in amo.hh.
2020-01-09 Giacomo Travaglinibase, gpu-compute: Move gpu AMOs into the generic header
2020-01-08 Giacomo Travagliniarch, base: Move arm AtomicOpFunctor into the generic...
2020-01-08 Giacomo Travaglinibase: Move AtomicOpFunctors to a dedicated header
2019-12-21 Daniel R. Carvalhobase: Fix negative op-assign of SatCounter
2019-12-17 Nikos Nikolerisbase: Fix AddrRange::isSubset() check
2019-12-17 Bobby R. Brucescons: Added channel_addr.cc dependency to channel_addr...
2019-12-03 Ciro Santillibase: add the FmtStackTrace debug option
2019-11-27 Giacomo Travaglinibase, python: Allow dirname selection for the interpreter
2019-11-27 Giacomo Travaglinibase: Fix DPRINTF_UNCONDITIONAL on gem5.fast
2019-11-26 Ciro Santillibase: generalize ExecTicks to all messages with FmtTicksOff
2019-11-26 Ciro Santillibase: create DPRINTF_UNCONDITIONAL
2019-11-26 Ciro Santillibase: add the --debug-flag to DPRINTF output with FmtFlag
2019-11-21 Bobby R. Brucetests,base: Added GTests for exec_ecoff.h and exec_aout.h
2019-11-21 Bobby R. Brucetest,base: Added GTest for base/loader/image_file_data.cc
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-11-20 Bobby R. Brucetests, base: Added GTests for base/intmath.cc
2019-11-20 Mahyar Samanitests, base: Removed dead code from base/intmath
2019-11-14 Mahyar Samanitests, base: Removed ambiguity from base/intmath.hh
2019-11-13 Bobby R. Brucetests: Added GTests for base/chunk_generator.hh
2019-11-13 Bobby R. Brucetests: Added GTests for base/types.cc
2019-11-12 Bobby R. Brucetests,base: Added GTests for base/condcodes.hh
2019-11-07 Bobby R. Brucetests,base: Added GTests for base/match.cc
2019-10-30 Giacomo Travaglinibase: Name segments after their index
2019-10-28 Bobby R. Brucetests, base: Fixed incorrect implementation of StrTest...
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-24 Bobby R. Brucetests: Added GTests for base/str.cc
2019-10-18 Bobby R. Brucetests: Added GTests for base/bitfield.hh
2019-10-18 Bobby R. Brucetests: Added GTests for base/atomicio.cc
2019-10-18 Andreas Sandbergbase: Add classes that encapsulate a channel address
2019-10-16 Andreas Sandbergbase: Add addIntlvBits to AddrRange
2019-10-16 Giacomo Travaglinibase: Using scoped string in DPRINTFNR
2019-10-16 Giacomo Travaglinibase: Fix gem5.fast compilation
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blackarch,base: Restructure the object file loaders.
2019-10-14 Bobby R. BruceTests: Added GTests for base/callback.cc
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch,base: Stop loading the interpreter in ElfObject.
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Bobby R. Brucetests: Migrated refcnt.cc test from src/unitttest to...
2019-10-09 Gabe Blackarch-mips,arch-riscv,base: Get rid of the unused HexFil...
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
next