Age | Commit message (Expand) | Author |
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 |
2018-03-28 | base: Add a default output function for bitunion types. | Gabe Black |
2018-03-15 | arm: Fix implicit-fallthrough warnings when building with gcc-7+ | Siddhesh Poyarekar |
2018-03-14 | base: Fix loop range in pngwriter | Chun-Chen Hsu |
2018-02-13 | sim: Make Stats truly non-copy-constructible | Rekai Gonzalez-Alberquilla |
2018-02-05 | base: Update #includes for bitunion.hh. | Gabe Black |
2018-02-02 | base: Fix unused function warning | Nikos Nikoleris |
2018-01-29 | base: Remove the ability to cprintf stringstreams directly. | Gabe Black |
2018-01-29 | base: Delete commented out versions of the format_integer function. | Gabe Black |
2018-01-27 | base: Add an "override" to name() in the HardBreakpoint class. | Gabe Black |
2018-01-27 | base: Get bitunions to compile on clang 3.8. | Gabe Black |
2018-01-20 | base: Hide the BitUnion::__StorageType type. | Gabe Black |
2018-01-20 | arm, base: Generalize and move the BitUnion hash struct. | Gabe Black |
2018-01-20 | base: Enable specializing templates on BitUnion types. | Gabe Black |