mem-cache: Avoid hiding a virtual method in the dictionary compressor.
[gem5.git] / src / mem / slicc /
2019-10-11 JingQuJQmem-ruby: Allow Ruby to use all replacement policies...
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2019-07-23 Pouya Fotouhimem-ruby: Adding a new slicc statement - to not evict...
2019-02-25 Andreas Sandbergpython: Stop using basestring to test for strings
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
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-06-14 Jason Lowe-Powerruby: Revamp standalone SLICC script
2018-04-17 John Alsopmem-ruby: enable DPRINTFN calls in slicc for temporary...
2018-03-23 Jason Lowe-Powerruby: Make sure addresses print in hex
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-01-11 Nikos Nikolerismem-ruby: Remove function that maps responses to a...
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-06-13 Nikos Nikolerisruby: Add support for address ranges in the directory
2017-03-01 Lena Olsonruby: fix and/or precedence in slicc
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++
2016-02-07 Steve Reinhardtstyle: eliminate explicit boolean comparisons
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-07-20 David Hasheruby: split CPU and GPU latency stats
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2015-07-20 Tony Gutierrezruby: slicc: have a static MachineType
2015-07-20 Tony Gutierrezruby: slicc: remove support for single machine, multipl...
2015-11-13 Tony Gutierrezslicc: fixes for the Address to Addr changeset (11025)
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-18 Nilay Vaishruby: slicc: derive DataMember class from Var instead...
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-09 Nilay Vaishruby: slicc: remove nextLineHack from Type.py
2015-09-05 Nilay Vaishruby: declare all protocol message buffers as parameters
2015-08-30 Nilay Vaishruby: slicc: avoid duplicate code for function argument...
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-15 Nilay Vaishruby: slicc: use default argument value
2015-08-15 Nilay Vaishruby: slicc: avoid duplicate code for function argument...
2015-08-15 Nilay Vaishruby: drop the [] notation for lookup function.
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Joel Hestnessruby: Expose MessageBuffers as SimObjects
2015-08-14 Joel Hestnessruby: Change PerfectCacheMemory::lookup to return pointer
2015-08-11 Nilay Vaishruby: slicc: allow mathematical operations on Ticks
2015-07-20 Brad Beckmannslicc: fix error in conflicing symbol declaration
2015-07-20 Brad Beckmannslicc: enable overloading in functions not in classes
2015-07-20 Brad Beckmannslicc: improved stalling support in protocols
2015-07-20 David Hasheslicc: support for arbitrary DPRINTF flags (not just...
2015-07-20 David Hasheslicc: support for local variable declarations in actio...
2015-07-20 David Hasheslicc: support for multiple cache entry types in the...
2015-07-20 David Hasheslicc: Fix bug in enqueue and peek statements.
2015-07-20 David Hasheslicc: fix missing inline function in LocalVariableAST
2015-07-20 David Hasheslicc: improve support for prefix operations
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-20 David Hasheslicc: isinstance bugfix
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...
2015-07-04 Nilay Vaishruby: drop NetworkMessage class
2015-06-25 Nilay Vaishruby: slicc: remove README
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-11-06 Nilay Vaishruby: remove the function functionalReadBuffers()
2014-11-06 Nilay Vaishruby: slicc: allow adding a bool to an int, like C++.
2014-10-16 Andreas Hanssonmem: Use shared_ptr for Ruby Message classes
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-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-05-23 Nilay Vaishruby: slicc: remove unused ids DNUCA*
2014-05-23 Nilay Vaishruby: message buffer: drop dequeue_getDelayCycles()
2014-04-19 Nilay Vaishruby: slicc: remove old documentation
2014-04-19 Nilay Vaishruby: slicc: slight change to rule for transitions
2014-04-08 Nilay Vaishruby: slicc: change enqueue statement
2014-03-20 Nilay Vaishruby: slicc: code refactor
2014-02-24 Nilay Vaishruby: slicc: remove unused COPY_HEAD functionality
2014-02-20 Nilay Vaishruby: controller: slight code refactoring
2014-02-20 Nilay Vaishruby: slicc: 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-08 Nilay Vaishruby: slicc: remove variable 'addr' used in calls to...
2014-01-04 Nilay Vaishruby: add a three level MESI protocol.
2014-01-04 Nilay Vaishruby: add support for clusters
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: remove double trigger, continueProcessing
2013-08-07 Nilay Vaishruby: slicc: move some code to AbstractController
2013-07-11 Brad Beckmannruby: removed the very old double trigger hack stable_2013_10_14
2013-06-29 Nilay Vaishruby: append transition comment only when in opt/debug
2013-06-25 Nilay Vaishruby: profiler: lots of inter-related changes
2013-06-18 Lena Olsonruby: fix slicc compiler to complain about duplicate...
2013-06-09 Nilay Vaishruby: stats: use gem5's stats for cache and memory...
2013-05-21 Malek Muslehruby: slicc: fix error msg in TypeFieldMemberAST.py
next