Age | Commit message (Expand) | Author |
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 |
2018-12-06 | base: Iterable CircularQueue implementation | Rekai Gonzalez-Alberquilla |
2018-12-04 | base: Fix fiber compilation issue for Mac OS | Nikos Nikoleris |
2018-12-04 | base, sim: Add missing destructors | Nikos Nikoleris |
2018-12-03 | base: Add type alias for raw pointer in RefCountingPtr | Giacomo Gabrielli |
2018-12-03 | base: increase the GDB buffer size dynamically | Ciro Santilli |
2018-11-29 | base: Change the unit test binary names to use .test, and to be consistent. | Gabe Black |
2018-11-29 | base: Rename unit test cc files to be *.test.cc. | Gabe Black |
2018-11-29 | base: Fix include order in the inifile unit test. | Gabe Black |
2018-11-28 | base: Add missing overrides in statistics header | Nikos Nikoleris |
2018-11-28 | tests: Convert IniFile unit test to a GTest | Giacomo Travaglini |
2018-11-27 | arch, base, cpu, gpu, mem: Replace assert(0 or false with panic. | Gabe Black |
2018-11-27 | base: Add some functions to convert floats to bits and vice versa. | Gabe Black |
2018-11-19 | base: Don't let exceptions leak from the to_number utility function. | Gabe Black |
2018-11-18 | base: Set up a guard page for fiber stacks. | Gabe Black |
2018-11-16 | cpu: Fix the usage of const DynInstPtr | Rekai Gonzalez-Alberquilla |
2018-11-05 | base: Add standard types for floating and nonfloating point register values. | Gabe Black |
2018-10-26 | tests: Convert AddrRangeMap unit test to a GTest | Andreas Sandberg |
2018-10-26 | tests: Convert CircleBuf unit test to a GTest | Andreas Sandberg |
2018-09-11 | base: Avoid dividing by zero in Time::[gs]etTick. | Gabe Black |
2018-09-11 | base: Save and restore the width setting of streams used with cprintf. | Gabe Black |
2018-09-10 | base: Fix isSubset() for addr ranges with interleaving | Nikos Nikoleris |
2018-08-24 | base: If valgrind is available, tell it about Fiber stacks. | Gabe Black |
2018-08-21 | misc: Appease GCC 8 | Jason Lowe-Power |
2018-08-10 | base: Replace cppversion == version with >= version | Bradley |
2018-07-26 | base: Fix ucontext compilation error for macOS | Giacomo Travaglini |
2018-06-29 | base: Add a M5_PUBLIC and M5_LOCAL attribute macro | Andreas Sandberg |
2018-06-28 | base: Add an asymmetrical Coroutine class | Giacomo Travaglini |
2018-06-21 | base: Add a class which encapsulates Fibers. | Gabe Black |
2018-06-20 | base: Fix includes in AddrRangeMap header file | Nikos Nikoleris |
2018-06-19 | base: Build caching into the AddrRangeMap class | Gabe Black |
2018-06-19 | base, mem: Disambiguate if an addr range is contained or overlaps | Nikos Nikoleris |
2018-06-14 | base,mem: Support AtomicOpFunctor in the classic memory system | Tuan Ta |
2018-05-17 | base: Add M5 flag for [[nodiscard]] attribute | Nikos Nikoleris |
2018-05-09 | base, dev: Fix port message for vnc and terminal | Andreas Sandberg |
2018-03-30 | base: Make bitunion output functions static/inline. | Gabe Black |