base: use setjmp to speed up fiber
[gem5.git] / src / systemc /
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Earl Ousystemc: avoid dynamic_cast in the critical path
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-27 Yu-hsin Wangsystemc: Send response to TLM side if a packet does...
2020-08-26 Shivani Parekhsystemc,sim: Update port terminology
2020-08-05 Gabe Blacksystemc: Adjust some type names in a couple tests.
2020-08-05 Gabe Blacksystemc: Filter a pydot warning message out when checki...
2020-08-05 Gabe Blackscons: Make src/systemc/tests/SConscript python 3 compa...
2020-07-22 Hoa Nguyensystemc: Fix systemc array bound error
2020-07-17 Sandipan Dassystemc: Fix builds on Power systems
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-04 Gabe Blacksystemc: Replace include of eventq_impl.hh with eventq.hh.
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-26 Gabe Blacksystemc: Disable some warnings generating false positives.
2020-05-25 Gabe Blacksystemc: Include eventq_impl.hh in scheduler.hh.
2020-05-25 Gabe BlackRevert "systemc: Fix clang9 linker error"
2020-05-23 Jason Lowe-Powersystemc: Fix clang9 linker error
2020-03-10 Giacomo Travaglinimisc: Replace __metaclass__ with six.add_metaclass
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Ciro Santilliscons,systemc: disable systemc tests scons by default
2020-02-18 Gabe Blacksystemc: Delete authors lists from systemc files.
2020-02-10 Earl Ousystemc: gem5_to_tlm: treat non-rw as ignorable command
2020-01-13 Earl Ousystemc: keep SC_CONCAT* macro
2020-01-07 Earl Ousystemc: fix gem5_to_tlm bridge
2019-12-20 Jui-min Leesystemc: Fix tlm2 socket integration
2019-12-03 Gabe Blacksystemc: Purposefully *expose* bind in the initiator...
2019-12-03 Gabe Blacksystemc,fastmodel: Use the gem5_scons error and warning...
2019-12-03 Gabe Blacksystemc: Suppress a spurious clang warning in the syste...
2019-12-03 Gabe Blacksystemc: Fix up some lingering Accellera specific code...
2019-12-03 Gabe Blacksystemc: Add a bunch of missing overrides to the system...
2019-11-07 Hoa Nguyensystemc: Remove boost dependency caused by tlm
2019-09-17 Gabe Blacksystemc: Make TLM port wrappers for tlm_base_(target...
2019-09-17 Gabe Blacksystemc: Expose the utility functions for payload-...
2019-08-27 Gabe Blackmem, sim, systemc: Reorganize Port and co.s bind, unbin...
2019-08-05 Chun-Chen TK Hsusystemc: Provide Port wrapper classes for sc_port
2019-04-30 Gabe Blacksystemc: Add a distinct async_request_update mechanism.
2019-04-24 Gabe Blacksystemc: Use the new TLM socket types in the TLM bridge...
2019-04-24 Gabe Blacksystemc: Add Port types for initiator and target sockets.
2019-04-10 Gabe Blacksystemc: Teach the TLM bridges how to use gem5's new...
2019-03-29 Gabe Blacksystemc: Templatize the gem5/TLM bridge SimObjects.
2019-03-29 Gabe Blacksystemc: Delete extra code from src/systemc/tlm_bridge.
2019-03-29 Gabe Blacksystemc: Create unified gem5/TLM bridge SimObjects.
2019-03-29 Gabe Blacktlm: Initial import of tlm/gem5 bridge code.
2019-03-29 Gabe Blacksystemc: Provide a utility Port TLM socket wrapper...
2019-03-19 Gabe Blacksystemc: Hook up gem5_getPort to the gem5 getPort mecha...
2019-03-01 Gabe Blacktlm: Add some includes to some tlm_utils header files.
2019-02-28 Gabe Blacksystemc: Move systemc disabling checks to SConsopts.
2019-02-25 Gabe Blacksystemc: Remove _m5.systemc passthroughs from SystemC_K...
2019-02-25 Gabe Blacksystemc: Get rid of --working-dir in the test's config.py.
2019-02-25 Gabe Blacksystemc: Start using the m5.systemc module in the test...
2019-02-25 Gabe Blacksystemc: Add m5.systemc and m5.tlm python modules.
2019-02-25 Gabe Blacksystemc: Export the tlm::tlm_global_quantum class to...
2019-02-25 Gabe Blacksystemc: Export the sc_core::sc_time class to python.
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-21 Gabe Blacksystemc: Make the verify.py script work when run from...
2019-02-21 Gabe Blacksystemc: Make sc_(pause|stop) exit to python when not...
2019-02-21 Gabe Blacksystemc: Init some values in the scheduler for running...
2019-02-21 Gabe Blacksystemc: Handle exceptions "correctly" even if sc_main...
2019-02-14 Gabe Blacksystemc: Add a systemc_home directory which maps to...
2019-02-14 Gabe Blacksystemc: Make an include in src/systemc/ext use a relat...
2019-02-11 Gabe Blacksystemc: Change the type of a loop counter to avoid...
2019-02-11 Gabe Blackscons: Change an = to a += when accumulating sources...
2019-02-11 Gabe Blacksystemc: scons: Specify RPATH as a list.
2019-01-23 Gabe Blacksystemc: Fix TLM related includes.
2019-01-11 Andrea Mondellimisc: updated shabang for python script
2019-01-10 Gabe Blacksystemc: Fix a function which was broken during style...
2019-01-09 Gabe Blacksystemc: Make input.txt a dependency for the tlm/endian...
2019-01-09 Gabe Blacksystemc: Exclude some failing systemc TLM tests in...
2019-01-09 Gabe Blacksystemc: Remove the TLM dependence on a non-standard...
2019-01-09 Gabe Blacksystemc: Stop using the sc_string_view type.
2019-01-09 Gabe Blacksystemc: Replace sc_core::sc_type_index with std::type_...
2019-01-09 Gabe Blacksystemc: Stop using the Accellera specific "none" globa...
2019-01-09 Gabe Blacksystemc: Rename tlm_core header files to have a .hh...
2019-01-09 Gabe Blacksystemc: Add a dummy argv[0] when running the tests.
2019-01-09 Gabe Blacksystemc: Stop using the non-standard sc_time % in TLM.
2019-01-09 Gabe Blacksystemc: Add an elaboration_done method to sc_simcontext.
2019-01-09 Gabe Blacksystemc: Include cstring in the tlm header file.
2019-01-09 Gabe Blacksystemc: Remove redundant tlm_ prefixes from file names.
2019-01-09 Gabe Blacksystemc: Replace some calls to some Accellera specific...
2019-01-09 Gabe Blacksystemc: Rename tlm .cpp files to .cc and add SConscripts.
2019-01-09 Gabe Blacksystemc: Fix style issues in the TLM header files.
2019-01-09 Gabe Blacksystemc: Also look for tests in the tlm test directory.
2019-01-09 Gabe Blacksystemc: Initial import of TLM headers from Accellera.
2018-12-19 Nikos Nikolerissystemc: Allow specific functions to shadow the base...
2018-12-19 Nikos Nikolerisscons: Disable systemc on Mac OS
2018-12-18 Gabe Blacksystemc: Ensure resets and edges are notified when...
2018-12-10 Gabe Blacksystemc: Update test output for longer lived processes.
2018-12-10 Gabe Blacksystemc: Update the ordering in the reference output...
2018-12-10 Gabe Blacksystemc: Ignore process control functions on terminated...
2018-12-10 Gabe Blacksystemc: Update signals before initing processes.
2018-12-08 Giacomo Travaglinibase, systemc: Fix clang compilation
2018-11-30 Gabe Blacksystemc: Disable systemc when using gcc versions older...
2018-11-29 Gabe Blacksystemc: Run the systemc tests directly from their...
2018-11-29 Gabe Blacksystemc: Run the systemc tests with the CWD in the...
2018-11-29 Gabe Blacksystemc: Add DEPS files for some tests with non-source...
next