Age | Commit message (Expand) | Author |
2019-12-03 | base: add the FmtStackTrace debug option | Ciro Santilli |
2019-11-27 | base, python: Allow dirname selection for the interpreter | Giacomo Travaglini |
2019-11-27 | base: Fix DPRINTF_UNCONDITIONAL on gem5.fast | Giacomo Travaglini |
2019-11-26 | base: generalize ExecTicks to all messages with FmtTicksOff | Ciro Santilli |
2019-11-26 | base: create DPRINTF_UNCONDITIONAL | Ciro Santilli |
2019-11-26 | base: add the --debug-flag to DPRINTF output with FmtFlag | Ciro Santilli |
2019-11-21 | tests,base: Added GTests for exec_ecoff.h and exec_aout.h | Bobby R. Bruce |
2019-11-21 | test,base: Added GTest for base/loader/image_file_data.cc | Bobby R. Bruce |
2019-11-20 | base,tests: Expanded GTests for addr_range.hh | Brandon Potter |
2019-11-20 | tests, base: Added GTests for base/intmath.cc | Bobby R. Bruce |
2019-11-20 | tests, base: Removed dead code from base/intmath | Mahyar Samani |
2019-11-14 | tests, base: Removed ambiguity from base/intmath.hh | Mahyar Samani |
2019-11-13 | tests: Added GTests for base/chunk_generator.hh | Bobby R. Bruce |
2019-11-13 | tests: Added GTests for base/types.cc | Bobby R. Bruce |
2019-11-12 | tests,base: Added GTests for base/condcodes.hh | Bobby R. Bruce |
2019-11-07 | tests,base: Added GTests for base/match.cc | Bobby R. Bruce |
2019-10-30 | base: Name segments after their index | Giacomo Travaglini |
2019-10-28 | tests, base: Fixed incorrect implementation of StrTest.ToLower test. | Bobby R. Bruce |
2019-10-25 | cpu: Access inst events through ThreadContext instead of the CPU. | Gabe Black |
2019-10-25 | cpu: Make accesses to comInstEventQueue indirect through methods. | Gabe Black |
2019-10-25 | sim: Make the System object a PCEventScope. | Gabe Black |
2019-10-25 | cpu: Create a PCEventScope class to abstract the scope of PCEvents. | Gabe Black |
2019-10-24 | tests: Added GTests for base/str.cc | Bobby R. Bruce |
2019-10-18 | tests: Added GTests for base/bitfield.hh | Bobby R. Bruce |
2019-10-18 | tests: Added GTests for base/atomicio.cc | Bobby R. Bruce |
2019-10-18 | base: Add classes that encapsulate a channel address | Andreas Sandberg |
2019-10-16 | base: Add addIntlvBits to AddrRange | Andreas Sandberg |
2019-10-16 | base: Using scoped string in DPRINTFNR | Giacomo Travaglini |
2019-10-16 | base: Fix gem5.fast compilation | Giacomo Travaglini |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | arch,base: Restructure the object file loaders. | Gabe Black |
2019-10-14 | Tests: Added GTests for base/callback.cc | Bobby R. Bruce |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch,base: Stop loading the interpreter in ElfObject. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | tests: Migrated refcnt.cc test from src/unitttest to a gtest | Bobby R. Bruce |
2019-10-09 | arch-mips,arch-riscv,base: Get rid of the unused HexFile class. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-08 | base: Get rid of the unused global pointer in object files. | Gabe Black |
2019-10-08 | base: Ensure %p format arguments are printed as pointers. | Gabe Black |
2019-10-05 | base: ELF segment types are not bitfields. | Gabe Black |
2019-09-26 | stats: Add a preDumpStats() callback to Stats::Group | Andreas Sandberg |
2019-09-26 | stats: Correctly print new-style dist stat names | Andreas Sandberg |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-09-12 | base: Add a perfect bloom filter | Daniel R. Carvalho |
2019-09-10 | stats: Add M5_VAR_USED to variable | Tommaso Marinelli |
2019-09-10 | stats: Fix incorrect name conflict panic with grouped stats | Andreas Sandberg |
2019-09-10 | base: Make Bloom Filter counting by default | Daniel R. Carvalho |
2019-09-10 | base: Make Bulk inherit from MultiBitSel Bloom Filter | Daniel R. Carvalho |
2019-09-10 | mem-ruby: Move Bloom Filters to base | Daniel R. Carvalho |