Age | Commit message (Expand) | Author |
2018-08-22 | systemc: Add the nonstandard triggered function sc_event. | Gabe Black |
2018-08-22 | systemc: Add the nonstandard variable sc_allow_process_control_corners. | Gabe Black |
2018-08-22 | systemc: Add some "implementation defined" stuff to sc_attr_cltn. | Gabe Black |
2018-08-22 | systemc: Fix a small bug in verify.py. | Gabe Black |
2018-08-21 | dev, arm: Fix incorrect GIC address range sizes | Andreas Sandberg |
2018-08-21 | misc: Appease GCC 8 | Jason Lowe-Power |
2018-08-21 | ext: Cherry-pick pybind change to support GCC 8 | Jason Lowe-Power |
2018-08-17 | util: add util/maint/show_changes_by_file.py tool | Brandon Potter |
2018-08-17 | scons,ruby: do not generate unnecessary files | Brandon Potter |
2018-08-17 | tests: add a stack printer test | Brandon Potter |
2018-08-17 | ruby: remove unused code inside '#if 0 ... #endif' | Brandon Potter |
2018-08-17 | hsail-x86: fix gpu dynamic instruction error | Brandon Potter |
2018-08-17 | hsail-x86: fix addr_range_map error | Brandon Potter |
2018-08-17 | tests: Add explicit build test | Jason Lowe-Power |
2018-08-17 | tests: Add test for the m5-exit instruction. | Sean Wilson |
2018-08-17 | tests: Add a simple example test | Sean Wilson |
2018-08-17 | tests: Add Makefiles for hello | Jason Lowe-Power |
2018-08-17 | tests: Add documentation for new testing code | Jason Lowe-Power |
2018-08-17 | tests,ext: Add a new testing library proposal | Sean Wilson |
2018-08-17 | tests: Fix hello.c test program | Jason Lowe-Power |
2018-08-17 | configs: Always exit with code 0 | Jason Lowe-Power |
2018-08-15 | systemc: Partially implement SC_FORK and SC_JOIN. | Gabe Black |
2018-08-15 | systemc: Add some deprecated features to sc_clock.*. | Gabe Black |
2018-08-15 | systemc: Add some non-standard sc_trace variants. | Gabe Black |
2018-08-15 | systemc: Remove references to internal constants from the tests. | Gabe Black |
2018-08-15 | systemc: Turn some macros into enums to fix regression test building. | Gabe Black |
2018-08-15 | systemc: Remove more Accellera source specific include paths in tests. | Gabe Black |
2018-08-15 | systemc: Include boost/bind.hpp in the systemc header. | Gabe Black |
2018-08-15 | systemc: Fill out some of the sc_vector.hh classes. | Gabe Black |
2018-08-15 | systemc: Make a test stop including an internal path for sc_vector. | Gabe Black |
2018-08-15 | systemc: Add a script which automates building and running tests. | Gabe Black |
2018-08-15 | systemc, scons: Link systemc tests against the shared gem5 library. | Gabe Black |
2018-08-15 | systemc: Add in the deprecated binding port constructors. | Gabe Black |
2018-08-15 | systemc: Add a non-standard default writer policy on sc_buffer. | Gabe Black |
2018-08-15 | systemc, scons: Add a mechanism to hook in the systemc tests. | Gabe Black |
2018-08-15 | systemc: Add the deprecated sc_signal_out_if typedef. | Gabe Black |
2018-08-15 | systemc: Add the deprecated sc_module::end_module function. | Gabe Black |
2018-08-15 | systemc: Construct and manage a module name stack. | Gabe Black |
2018-08-15 | systemc: Make sc_main run in its own fiber. | Gabe Black |
2018-08-15 | systemc: Implement some simple accessor functions in sc_main.cc. | Gabe Black |
2018-08-15 | systemc: Add some missing functions which interact with the scheduler. | Gabe Black |
2018-08-10 | base: Replace cppversion == version with >= version | Bradley |
2018-08-10 | cpu: Add hash functionality for RegId class | Bradley Wang |
2018-08-10 | cpu: Removed unnecessary file reg_class_impl.hh | Bradley Wang |
2018-08-10 | arm: Add support for RCpc load-acquire instructions (ARMv8.3) | Giacomo Gabrielli |
2018-08-08 | systemc: Import tests from the Accellera systemc distribution. | Gabe Black |
2018-08-08 | systemc: Add the Accellera implementation for the data type classes. | Gabe Black |
2018-08-08 | Systemc: Port over all of the systemc "datatype" headers. | Gabe Black |
2018-08-08 | systemc: Stub out all the standard utilility classes and functions. | Gabe Black |
2018-08-02 | arch-arm: Don't fail to initialise PMU if BP is missing | Andreas Sandberg |