MEM: Add the PortId type and a corresponding id field to Port
[gem5.git] / src / mem / slicc /
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-04-06 Brad Beckmannslicc: fixed error message when the type has no inheritance
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-31 Nilay VaishSLICC: Use pointers for directory entries
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-28 Nilay VaishRuby: Reorganize mapping of components
2011-09-01 Lisa HsuFunctional Accesses: Update states to support Broadcast...
2011-08-29 Nilay VaishSLICC: Pass arguments by reference
2011-07-28 Nilay VaishSLICC: Put functions of a controller in its .cc file
2011-07-06 Nathan Binkertslicc: add a protocol statement and an include statement
2011-07-06 Nathan Binkertslicc: cleanup slicc code and make it less verbose
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-07-01 Brad Beckmann ext... Ruby: Add support for functional accesses
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-21 Nathan Binkertfix some build problems from prior changesets
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: Simplify SLICC and Entry/TBE handling.
2011-04-01 Lisa HsuRuby: Add new object called WireBuffer to mimic a Wire.
2011-04-01 Lisa HsuRuby: enable multiple sequencers in one controller.
2011-04-01 Lisa HsuRuby: pass Packet->Req->contextId() to Ruby.
2011-03-31 Lisa HsuRuby: Bug in SLICC forgot semicolon at end of code.
2011-03-20 Nilay VaishSLICC: Remove WakeUp* import calls from ast/__init__.py
2011-03-19 Brad Beckmannslicc: improved invalid transition message
2011-03-18 Nilay VaishSLICC: Remove external_type for structures
2011-03-18 Nilay VaishSLICC: Remove the keyword wake_up_dependents
2011-03-18 Nilay VaishSLICC: Remove the keyword wake_up_all_dependents
2011-02-24 Brad Beckmannruby: automate permission setting
2011-02-24 Brad BeckmannMOESI_hammer: cache probe address clean up
2011-02-23 Korey Sewellruby: extend dprintfs for RubyGenerated TraceFlag
2011-02-07 Brad Beckmannruby: support to stallAndWait the mandatory queue
2011-01-18 Nilay VaishChange interface between coherence protocols and CacheM...
2011-01-10 Nathan Binkertruby: get rid of ruby's Debug.hh
2010-12-23 Nilay VaishThis patch removes the WARN_* and ERROR_* from src...
2010-12-09 Gabe BlackMerge.
2010-12-08 Brad Beckmannruby: remove Ruby asserts for m5.fast
2010-12-01 Nilay Vaishruby: Converted old ruby debug calls to M5 debug calls
2010-09-09 Nathan Binkertcode_formatter: make it easier to insert whitespace
2010-08-20 Brad Beckmannruby: Stall and wait input messages instead of recycling
2010-08-20 Brad Beckmannruby: Recycle latency fix for hammer
2010-08-20 Brad Beckmannslicc: Consolidated the protocol stats printing
2010-06-11 Nathan Binkertruby: get rid of Vector and use STL
2010-06-11 Nathan Binkertruby: get rid of RefCnt and Allocator stuff use base...
2010-04-02 Nathan Binkertruby: get rid of gems_common/util.hh and .cc and use...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-22 Brad Beckmannruby: Ruby support for sparse memory
2010-03-13 Nathan Binkertslicc: Change the code generation so that the generated...
2010-03-11 Nathan Binkertruby: get rid of std-includes.hh
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-02-11 Brad Beckmannruby: Fixed slicc to initialize the m_is_blocking flag
2010-01-30 Brad Beckmannruby: Allows boolean and string defaults for StateMachi...
2010-01-30 Brad Beckmannruby: Added Cache and MemCntrl profiler calls
2010-01-30 Brad Beckmannruby: Converted MOESI_hammer dma cntrl to new config...
2010-01-30 Brad Beckmannruby: Ruby changes required to use the python config...
2010-01-30 Brad Beckmannruby: connects sm queues to the network
2010-01-30 Steve Reinhardtruby: Make SLICC-generated objects SimObjects.
2010-01-30 Brad Beckmannruby: Added message type check to OutPortDeclAST.py
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-19 Derek Howerruby: new atomics implementation
2010-01-19 Derek Howermerge
2009-11-19 Brad Beckmannruby: added error message to isinstance check
2009-11-19 Brad Beckmannruby: Added boolean to State Machine parameters
2009-11-18 Brad Beckmannruby: slicc method error fix
2009-11-18 Brad Beckmannruby: slicc action error fix
2009-11-18 Brad Beckmannruby: slicc state machine error fixes
2009-11-05 Steve Reinhardtslicc: tweak file enumeration for scons
2009-10-27 Brad Beckmannfixed error message generation bug in SLICC ast files
2009-10-07 Derek Howermerge
2009-09-25 Derek Howerslicc: removed unused atomics code from StateMachine
2009-09-23 Nathan Binkertslicc: Pure python implementation of slicc.
2009-09-21 Polina DudnikAtomics bug fix
2009-09-17 Polina DudnikFunctionality migrated to sequencer.
2009-08-28 Polina DudnikReset the atomics flags if RMW_Read is not followed...
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-21 Polina Dudnik[mq]: first_patch
2009-08-18 Gabe BlackMerge with head.
2009-08-17 Polina DudnikBranch Merge
2009-08-15 Polina DudnikMade servicing_atomic a counter and added started writes:
2009-08-14 Polina DudnikBug fix: indicate when writes started coming in
2009-08-14 Polina DudnikMerge with current branch
2009-08-14 Polina DudnikAdded proc_id to CacheMsg for SMT.
2009-08-14 Polina DudnikMulti-line RMW handling
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-05 Derek Howermerge
2009-08-05 Gabe BlackMerge with head.
2009-08-04 Derek Howerslicc: added MOESI_CMP_directory, DMA SequencerMsg...
2009-08-04 Nathan Binkertslicc: better error messages when the python parser...
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
next