Age | Commit message (Expand) | Author |
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 |
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 |