misc: Merge hotfix v20.0.0.2 into develop
[gem5.git] / src / mem / slicc / symbols / StateMachine.py
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-05 seanzwmem-ruby: Fix Prefetcher to RubyPrefetcher in StateMachine.
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-28 Bobby R. Brucemem-ruby,misc: Fixed clang template def error
2020-05-06 Ayaz Akrammem-ruby: Deep renaming of Prefetcher to RubyPrefetcher
2020-04-23 Tiago Muckmem-ruby: Fix Ruby handling of functional requests
2020-04-23 Tiago Muckmem-ruby: Add functionalReadBuffers to AbstractController
2020-04-08 Matt Porembamem-ruby: Replace SLICC queueMemory calls with enqueue
2020-03-13 Giacomo Travaglinimisc: Views and Iterators instead of Lists in python3
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2018-03-23 Jason Lowe-Powerruby: Make sure addresses print in hex
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-10-27 Tony Gutierrezhsail,gpu-compute: fixes to appease clang++
2015-07-20 David Hasheruby: split CPU and GPU latency stats
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-17 Tony Gutierrezruby: update WireBuffer API to match that of MessageBuffer
2015-09-16 Joe Grossruby: fix message buffer init order
2015-09-16 Nilay Vaishruby: message buffer, timer table: significant changes
2015-09-16 David Hasheruby: rename System.{hh,cc} to RubySystem.{hh,cc}
2015-09-14 Nilay Vaishruby: slicc: remove member buffer_expr from Var class
2015-09-05 Nilay Vaishruby: declare all protocol message buffers as parameters
2015-08-29 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-19 Nilay Vaishruby: reverts to changeset: bf82f1f7b040
2015-08-15 Nilay Vaishruby: slicc: remove a stray line in StateMachine.py
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Joel Hestnessruby: Expose MessageBuffers as SimObjects
2015-07-20 David Hasheslicc: support for arbitrary DPRINTF flags (not just...
2015-07-20 David Hasheslicc: support for multiple cache entry types in the...
2015-07-20 David Hasheslicc: support for transitions with a wildcard next...
2015-07-20 David Hasheslicc: support for multiple message types on the same...
2015-08-01 Brad Beckmannslicc: fatal->panic on invalid transitions
2015-07-10 Brandon Potterruby: replace global g_abs_controls with per-RubySystem var
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2015-07-10 Brandon Potterruby: remove extra whitespace and correct misspelled...
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-11-06 Nilay Vaishruby: remove the function functionalReadBuffers()
2014-09-01 Nilay Vaishruby: message buffers: significant changes
2014-09-01 Nilay Vaishruby: slicc: change the way configurable members are...
2014-09-01 Nilay Vaishruby: slicc: improve the grammar
2014-09-01 Nilay Vaishruby: slicc: donot prefix machine name to variables
2014-09-01 Nilay Vaishruby: remove unused toString() from AbstractController
2014-05-23 Nilay Vaishruby: slicc: remove unused ids DNUCA*
2014-03-20 Nilay Vaishruby: slicc: code refactor
2014-02-20 Nilay Vaishruby: controller: slight code refactoring
2014-01-10 Nilay Vaishruby: move all statistics to stats.txt, eliminate ruby...
2014-01-09 Nilay Vaishruby: fix bug introduced to revision 8523754f8885
2014-01-04 Nilay Vaishruby: add a three level MESI protocol.
2013-12-21 Nilay Vaishruby: slicc: replace max_in_port_rank with number of...
2013-09-06 Nilay Vaishruby: converts sparse memory stats to gem5 style
2013-08-07 Nilay Vaishruby: slicc: move some code to AbstractController
2013-06-29 Nilay Vaishruby: append transition comment only when in opt/debug
2013-06-09 Nilay Vaishruby: stats: use gem5's stats for cache and memory...
2013-05-21 Nilay Vaish ext... ruby: add stats to .sm files, remove cache profiler
2013-04-09 Joel HestnessRuby: Order profilers based on version
2013-03-22 Nilay Vaishruby: slicc: set sender, receiver clock objs for option...
2013-03-22 Nilay Vaishslicc: remove check if the L1Cache has a sequencer
2013-03-22 Nilay Vaishruby: move stall and wakeup functions to AbstractController
2013-03-22 Nilay Vaishruby: connect two controllers using only message buffers
2013-02-20 Nilay Vaishslicc: remove unused variable message_buffer_names
2013-02-11 Nilay Vaishruby: enable multiple clock domains
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-02-11 Nilay Vaishruby: record fully busy cycle with in the controller
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2012-12-11 Nilay Vaishruby: add support for prefetching to MESI protocol
2012-12-11 Nilay Vaishruby: change slicc to allow for constructor args
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-10-15 Nilay Vaishruby: improved support for functional accesses
2012-10-02 Nilay Vaishruby: rename template_hack to template
2012-10-02 Nilay Vaishruby: remove some unused things in slicc
2012-09-19 Nilay Vaishruby: avoid using g_system_ptr for event scheduling
2012-09-12 Jason PowerRuby: Modify Scons so that we can put .sm files in...
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-07-11 Brad Beckmannruby: banked cache array resource model
2012-07-11 Joel Hestnessruby: tag and data cache access support
2012-07-11 Nuwan Jayasenaruby: memory controllers now inherit from an abstract...
2012-04-14 Andreas Hanssonclang/gcc: Fix compilation issues with clang 3.0 and...
2012-04-12 Andreas HanssonRuby: Ensure order-dependent iteration uses an ordered map
2012-04-06 Lisa Hsuslicc: Controllers attached to Sequencers no longer...
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-11 Nilay VaishRuby: Add infrastructure for recording cache contents
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-06 Nilay VaishAbstractController: Remove some of the unused functions
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-09-01 Lisa HsuFunctional Accesses: Update states to support Broadcast...
2011-07-28 Nilay VaishSLICC: Put functions of a controller in its .cc file
2011-06-08 Nilay VaishRuby: Correctly set access permissions for directory...
2011-06-03 Nilay VaishSLICC: Remove machine name as prefix to functions
2011-05-18 Tushar Krishnaslicc: added vnet_type field to identify response vnets...
2011-05-02 Korey Sewellruby: dbg: use system ticks instead of cycles
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-04-01 Lisa HsuRuby: Add new object called WireBuffer to mimic a Wire.
next