Age | Commit message (Expand) | Author |
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 |
2019-09-02 | stats: Create HDF5 stat files relative to simout | Andreas Sandberg |
2019-09-02 | stats: Catch exceptions by const reference | Doğukan Korkmaztürk |
2019-08-29 | base: Add function to saturate SatCounter | Daniel R. Carvalho |
2019-08-29 | stats: Add beta support for HDF5 stat dumps | Andreas Sandberg |
2019-08-29 | stats: Add support for hierarchical stats | Andreas Sandberg |
2019-08-21 | base: assert that stats bucket size is greater than 0 | Ciro Santilli |
2019-06-28 | base: Add argument to Coroutine class to not run on creation | Michiel W. van Tol |
2019-06-13 | base: AddrRange does not merge single interleaved ranges | Tiago Muck |
2019-06-10 | base: Extend unit tests for AddrRange | Nikos Nikoleris |
2019-06-10 | base: Extend AddrRange to support more flexible addressing | Nikos Nikoleris |
2019-06-10 | base: Fix ctz32 for systems where unsigned int is not 32bit | Nikos Nikoleris |
2019-06-10 | base: Add function to count trailing zeros in a 64-bit integer | Nikos Nikoleris |
2019-06-09 | base: Provide a getter for Fiber::started boolean variable | Giacomo Travaglini |
2019-06-09 | base: Rename TestFiber into SwitchingFiber | Giacomo Travaglini |
2019-06-04 | base: Fix missing headers to CircularQueue | Daniel R. Carvalho |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | Gabe Black |
2019-05-29 | sim-se: const for loader's loadSection param | Brandon Potter |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-28 | base: Add warn_if_once macro | Tiago Muck |
2019-05-18 | base: Add a type for keeping track of object file loaders. | Gabe Black |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-14 | base: Add operators to SatCounter | Daniel |
2019-05-14 | base: Add GTest to SatCounter | Daniel |
2019-05-14 | base: Move SatCounter to base directory | Daniel |
2019-04-01 | dev-arm: Correct cast of template parameter | Andrea Mondelli |
2019-03-26 | base: Make AddrRangeMap able to return non-const iterators. | Gabe Black |
2019-03-26 | base,python: Fix to allow multiple --debug-ignore values. | Isaac Sánchez Barrera |
2019-03-22 | base: Fix CircularQueue's operator-= when negative subtraction | Giacomo Travaglini |
2019-03-22 | base: Fix CircularQueue when diffing iterators | Giacomo Travaglini |
2019-02-18 | base: Fix enums checkpointing | Giacomo Travaglini |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2019-02-07 | arch-riscv: Enable support for riscv 32-bit in SE mode. | Austin Harris |
2019-01-24 | base: arch: Get rid of the now unused FloatRegVal type. | Gabe Black |
2019-01-24 | cpu-o3: O3 LSQ Generalisation | Rekai Gonzalez-Alberquilla |
2019-01-22 | base: add support for GDB's XML architecture definition | Ciro Santilli |
2019-01-10 | dev-arm: Add a GICv3 model | Jairo Balart |
2019-01-10 | base: Make it possible to convert strings to enums | Giacomo Travaglini |
2018-12-08 | base, systemc: Fix clang compilation | Giacomo Travaglini |
2018-12-06 | base: Ported circlebuf to CircularQueue | Rekai Gonzalez-Alberquilla |