gem5.git
2018-10-03 Gabe Blacksystemc: Implement sc_(g|s)et_time_resolution.
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore a new error.
2018-10-03 Gabe Blacksystemc: Record that one of the tests will report an...
2018-10-03 Gabe Blacksystemc: Report an error if n <= 0 in wait(int n).
2018-10-03 Gabe Blacksystemc: Toggle off clumping methods together in the...
2018-10-03 Gabe Blacksystemc: Store timed notifications in a list instead...
2018-10-03 Gabe Blacksystemc: Implement sc_fifo::dump and improve sc_fifo...
2018-10-03 Gabe Blacksystemc: Implement the << operator for sc_signal.
2018-10-03 Gabe Blacksystemc: Implement the "event()" style sc_signal methods.
2018-10-03 Gabe Blacksystemc: Add a "changeStamp" value to the scheduler.
2018-10-03 Gabe Blacksystemc: Teach verify.py to ignore "In file: *" in...
2018-10-03 Gabe Blacksystemc: Adjust some error messages to match Accellera.
2018-10-03 Gabe Blacksystemc: Make verify.py filter out some error messages.
2018-10-03 Gabe Blacksystemc: Tell verify.py to expect two tests to fail.
2018-10-03 Gabe Blacksystemc: Raise an error when SC_METHOD, etc. is used...
2018-10-03 Gabe Blacksystemc: Teach verify.py how to expect failing error...
2018-10-03 Gabe Blacksystemc: Keep track of more cases when we should be...
2018-10-03 Gabe Blacksystemc: When sensitive to an event finder, find on...
2018-10-03 Gabe Blacksystemc: Make Process track whether it's dynamic on...
2018-10-03 Gabe Blacksystemc: Track the module who's end_of_elaboration...
2018-10-03 Gabe Blacksystemc: sc_spawn can create static or dynamic processes.
2018-10-03 Gabe Blacksystemc: Improve handling of empty process handles.
2018-10-03 Gabe Blacksystemc: Ensure all objects and events have unique...
2018-10-03 Gabe Blacksystemc: Make sure children of processes are recorded...
2018-10-03 Gabe Blacksystemc: Clamp the time of events to the present.
2018-10-03 Gabe Blacksystemc: Implement support for the default time unit.
2018-10-03 Gabe Blacksystemc: Implement most of sc_fifo and its interfaces.
2018-10-02 Giacomo Travaglinisim-se: Set ArmProcess64 hwcaps depending on ID regs
2018-10-02 Giacomo Travaglinisim-se: Different HWCAP for ArmProcess32/64
2018-10-02 Edmund Grimley... arch-arm: Add FP16 support introduced by Armv8.2-A
2018-10-02 Gabor Dozsaarch: Fix unserialization of VectorReg value
2018-10-02 Edmund Grimley... arch-arm: Add FP16 support and other primitives to...
2018-10-01 Giacomo Travagliniarch-arm: Implement AArch64 ID regs as bitunions
2018-10-01 Giacomo Travagliniarch-arm: Implement AArch64 ID_AA64MMFR2_EL1 register
2018-10-01 Giacomo Travagliniarch-arm: Move MiscReg BitUnions into a separate header...
2018-10-01 Giacomo Travagliniarch-arm: Init AArch64 ID registers in SE mode
2018-10-01 Giacomo Travaglinicpu: Fix typo in header guard for Noncaching cpu
2018-10-01 Giacomo Travaglinidev-arm: Enable FIQ signaling for Group0 interrupts...
2018-10-01 Giacomo Travaglinidev-arm: Create postFiq events for GICv2
2018-10-01 Giacomo Travaglinidev-arm: Implement GICv2 GICD_IGROUPR register
2018-10-01 Giacomo Travaglinidev-arm: Fix GICv2 cpu interrupt enable flag
2018-10-01 Adrien Pesledev-arm: Add basic support for level sensitive SPIs...
2018-10-01 Giacomo Travaglinisim: Extend (UN)SERIALIZE_ARRAY to BitUnions
2018-09-28 Giacomo Travaglinidev-arm: Make CpuLocalTimer use standard ArmInterruptPin
2018-09-28 Giacomo Travaglinidev-arm: Take into account PPI enable bit
2018-09-28 Giacomo Travagliniarch-arm: raise/clear IRQ when writing to PMOVSCLR/SET
2018-09-26 Kevin Brodskyutil: Do not use $(PWD) in Makefiles
2018-09-26 Gabe Blacksystemc: Report errors when proc ctrl funcs are called...
2018-09-26 Gabe Blacksystemc: Abort verify.py if no tests were selected.
2018-09-26 Gabe Blacksystemc: Make verify.py run the tests from the director...
2018-09-26 Gabe Blacksystemc: Add a --working-dir option to the test config.py.
2018-09-26 Gabe Blacksystemc: Change the test binaries to use rpath.
2018-09-26 Gabe Blacksystemc: Handle sc_stop called from sc_main correctly.
2018-09-26 Gabe Blacksystemc: Fix some issues with starvation checks.
2018-09-26 Gabe Blacksystemc: When sc_start-ing with zero time, ensure the...
2018-09-26 Gabe Blacksystemc: Fix where we checked if sc_stop was called...
2018-09-26 Gabe Blacksystemc: Make sure methods aren't restarted by yield.
2018-09-26 Gabe Blacksystemc: When a thread completes, yield to the scheduler.
2018-09-26 Gabe Blacksystemc: Implement positional binding.
2018-09-26 Gabe Blacksystemc: Use sc_assert to check the number of interfaces.
2018-09-26 Gabe Blacksystemc: Get rid of the unused warning function in...
2018-09-26 Gabe Blacksystemc: Use the eq pointer directly less often in...
2018-09-26 Gabe Blacksystemc: Make sc_process_b less hokey, and make WAIT...
2018-09-25 Gabe Blacksystemc: Handle null and omitted event names.
2018-09-25 Gabe Blacksystemc: Handle null sc_object names.
2018-09-25 Gabe Blacksystemc: Check for time overflow in sc_start.
2018-09-25 Gabe Blacksystemc: Handle sc_time_stamp before any sc_time is...
2018-09-25 Gabe Blacksystemc: Make the test config retrieve sc_main results.
2018-09-25 Gabe Blacksystemc: Keep track of how sc_main completes and expose...
2018-09-25 Gabe Blacksystemc: Make the report handler handle null messages.
2018-09-25 Gabe Blacksystemc: If no sc_module_name was used, throw an error.
2018-09-25 Gabe Blacksystemc: If an event is a delta notification, checked...
2018-09-25 Gabe Blacksystemc: If sc_main returns, don't do any more systemc...
2018-09-25 Gabe Blacksystemc: Clear out the scheduler more agressively and...
2018-09-25 Gabe Blacksystemc: Override notifyWork for timeout/event_and_list...
2018-09-25 Gabe Blacksystemc: Make sure no delta cycles are scheduled when...
2018-09-25 Gabe Blacksystemc: Make sure an immediate notification overrides...
2018-09-25 Gabe Blacksystemc: Improve scheduler cleanup.
2018-09-25 Gabe Blacksystemc: Implement most of sc_inout.
2018-09-25 Gabe Blacksystemc: Make sc_out delegate to its base class sc_inout.
2018-09-25 Gabe Blacksystemc: Generalize gem5 style event scheduling.
2018-09-25 Gabe Blacksystemc: Make sure sc_start waits for simulation even...
2018-09-25 Gabe Blacksystemc: Rework the init phase for the new way delta...
2018-09-25 Gabe Blacksystemc: Make a test use cout for all its messages.
2018-09-25 Gabe Blacksystemc: Implement a significant portion of sc_clock.
2018-09-25 Gabe Blacksystemc: Don't run the ready event inline when unpausing.
2018-09-25 Gabe Blacksystemc: Rework how delta and timed notifications/timeo...
2018-09-24 Xianwei Zhangmem-ruby: Fix a bug in MessageBuffer randomization
2018-09-20 Gabe Blacksystemc: When sc_start is told to run zero time, do...
2018-09-20 Gabe Blacksystemc: Don't run clocked thread processes during...
2018-09-20 Gabe Blacksystemc: Track exports and prim channels, and call...
2018-09-20 Gabe Blacksystemc: Fix the priority of the maximum time event.
2018-09-20 Gabe Blacksystemc: Implement a little more of sc_time.
2018-09-20 Gabe Blacksystemc: Teach verify.py to ignore another deprecation...
2018-09-20 Gabe Blacksystemc: Generalize ignoring info messages in the refer...
2018-09-20 Gabe Blacksystemc: Implement the sc_in class.
2018-09-20 Gabe Blacksystemc: Implement port binding except positional binding.
2018-09-20 Gabe Blacksystemc: Make BindInfo track ports or interfaces.
2018-09-20 Gabe Blacksystemc: Implement sc_event_finder.
2018-09-20 Gabe Blacksystemc: Exclude two more tests which have undefined...
next