arch-power: Refactor process initialization
[gem5.git] / src / systemc /
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...
2018-11-29 Gabe Blacksystemc: Make verify.py recognize a DEPS file in test...
2018-11-27 Ciro Santillisystemc: set endianess to fix build for ARM host
2018-11-19 Gabe Blacksystemc: Stop explicitly adding the systemc ext dir...
2018-11-19 Gabe Blacksystemc: Put systemc headers in the include path when...
2018-11-19 Gabe Blacksystemc: Increase the stack size for the sc_main fiber...
2018-11-12 Giacomo Travaglinisystemc: Push python headers on top of sources
2018-11-12 Gabe Blacksystemc: Stop using python to set/manage the global...
2018-11-09 Gabe Blacksystemc: Get rid of a duplicated base class initializer...
2018-11-09 Gabe Blacksystemc: Add a missing "const" on one of the sc_event...
2018-11-09 Gabe Blacksystemc: Only build python utility code if python is...
2018-11-09 Gabe Blacksystemc: Separate and conditionalize exposing sc_main...
2018-11-09 Gabe Blacksystemc: Seperate out the sc_main fiber and its bookkee...
2018-11-09 Gabe Blacksystemc: Stop using python init to set up predefined...
2018-11-09 Gabe Blacksystemc: Wrap some report maps in functions.
2018-11-05 Gabe Blacksystemc: Enable systemc support by default.
2018-11-05 Gabe Blacksystemc: Explicitly keep the sc_port bind alongside...
2018-11-05 Gabe Blacksystemc: Change how SC_BIND_PROXY_NIL is initialized.
2018-11-05 Gabe Blacksystemc: Get rid of implementations for some disabled...
2018-11-05 Gabe Blacksystemc: Move a function after the class it uses intern...
2018-11-05 Gabe Blacksystemc: Get rid of an unused private member in sc_clock.
2018-10-16 Gabe Blacksystemc: Get rid of leftovers from unimplemented warnin...
2018-10-16 Gabe Blacksystemc: Implement Object::simcontext().
2018-10-16 Gabe Blacksystemc: Stop filtering out warnings about unimplemente...
2018-10-16 Gabe Blacksystemc: Warn about using deprecated sc_port constructors.
2018-10-16 Gabe Blacksystemc: Add a python config class for sc_modules.
2018-10-16 Gabe Blacksystemc: Don't include the scheduler in an external...
2018-10-16 Gabe Blacksystemc: Add an accessor for getting the current process.
2018-10-16 Gabe Blacksystemc: Don't re-schedule a process which is already...
2018-10-16 Gabe Blacksystemc: Fix accounting in the sc_fifo class.
2018-10-16 Gabe Blacksystemc: Exclude a test which tests a feature we're...
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for datatypes.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for channels.
2018-10-16 Gabe Blacksystemc: Don't depend on the order of static initializers.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for utils.
2018-10-16 Gabe Blacksystemc: Remove a redundant error check.
2018-10-16 Gabe Blacksystemc: Check the maximum port size when finializing...
2018-10-16 Gabe Blacksystemc: Fix how the maximum size is computed for sc_ports.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Switch to using predefined messages for core.
2018-10-16 Gabe Blacksystemc: Add a mechanism for pre-registering message...
2018-10-16 Gabe Blacksystemc: Add a warning about dont_initialize and cthreads.
2018-10-16 Gabe Blacksystemc: Make suppress_id work like the test expects.
2018-10-16 Gabe Blacksystemc: Handle integer based IDs like Accellera does.
2018-10-16 Gabe Blacksystemc: Refactor reporting to prep for int based messages.
2018-10-16 Gabe Blacksystemc: Stop passing arguments to sc_main.
2018-10-16 Gabe Blacksystemc: When resetting a process, clear suspended...
2018-10-16 Gabe Blacksystemc: Manually correct the golden output for a test.
2018-10-16 Gabe Blacksystemc: If a process hasn't started, still signal...
2018-10-16 Gabe Blacksystemc: Ignore attempts to throw a signal to a method.
2018-10-16 Gabe Blacksystemc: Remove a redundant injectException for Thread...
2018-10-16 Gabe Blacksystemc: Get rid of the unused Process::_procKind.
2018-10-16 Gabe Blacksystemc: Ignore immediate self notifications.
2018-10-16 Gabe Blacksystemc: Distinguish internal events from normal sc_events.
2018-10-16 Gabe Blacksystemc: Mark a test as expected to fail.
2018-10-16 Gabe Blacksystemc: Use the "catch action" and the handler func...
2018-10-16 Gabe Blacksystemc: Change the default "catch action" to SC_DISPLAY.
2018-10-16 Gabe Blacksystemc: Add an error check to the deprecated notify_de...
2018-10-16 Gabe Blacksystemc: Add a range check to the intial value of sc_se...
2018-10-16 Gabe Blacksystemc: Add some error checks to sc_clock.
2018-10-16 Gabe Blacksystemc: Add an error check to sc_gen_unique_name.
2018-10-16 Gabe Blacksystemc: Detach child events in the Object destructor.
2018-10-16 Gabe Blacksystemc: Report an error if an sc_event_finder is used...
2018-10-16 Gabe Blacksystemc: Implement port binding policies.
2018-10-16 Gabe Blacksystemc: Add some deprecated positional binding operators.
2018-10-16 Gabe Blacksystemc: Keep track of progress when positionally binding.
2018-10-16 Gabe Blacksystemc: Fill out some error reporting in sc_port.
2018-10-16 Gabe Blacksystemc: Run delta notifications in reverse insertion...
2018-10-16 Gabe Blacksystemc: Change how signal based resets work.
2018-10-16 Gabe Blacksystemc: Increment the change stamp value before the...
2018-10-16 Gabe Blacksystemc: Add a simple implementation for sc_mempool.
2018-10-16 Gabe Blacksystemc: Add an sc_gen_unique_name namespace to process...
2018-10-16 Gabe Blacksystemc: Add some error checks to the sc_module constru...
2018-10-16 Gabe Blacksystemc: Change how errors are handled in some construc...
2018-10-16 Gabe Blacksystemc: Add an sc_gem5::Port destructor.
2018-10-16 Gabe Blacksystemc: Change the point where elaboration is consider...
2018-10-16 Gabe Blacksystemc: Implement sc_hierarchical_name_exists.
2018-10-16 Gabe Blacksystemc: Make sure otherwise unnamed events get autogen...
2018-10-16 Gabe Blacksystemc: Fix a typo in one of the error messages.
2018-10-16 Gabe Blacksystemc: Implement writer policies.
2018-10-16 Gabe Blacksystemc: Don't use write() in sc_clock to set the clock...
next