x86: changes to apic, keyboard
[gem5.git] / src / mem / slicc / ast /
2013-03-22 Nilay Vaishruby: connect two controllers using only message buffers
2013-02-11 Nilay Vaishruby: enable multiple clock domains
2013-02-11 Nilay Vaishruby: replace Time with Cycles (final patch in the...
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-01-28 Nilay Vaishmerged 798c2cec8e37 and e96ff45795bc
2013-01-28 Nilay Vaishruby: remove call to curCycle in panic()
2013-01-14 Nilay VaishRuby: remove reference to g_system_ptr from class Message
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2012-12-11 Nilay Vaishruby: add support for prefetching to MESI protocol
2012-10-15 Nilay Vaishruby: improved support for functional accesses
2012-10-15 Nilay Vaishruby: allow function definition in slicc structs
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-10 Nilay VaishRuby Slicc: remove the call to cin.get() function
2012-08-27 Nilay VaishRuby: Remove RubyEventQueue
2012-07-11 Brad Beckmannimported patch jason/slicc-external-structure-fix
2012-07-11 Joel Hestnessruby: tag and data cache access support
2012-04-06 Brad Beckmannslicc: fixed error message when the type has no inheritance
2012-01-07 Gabe BlackAnother merge with the main repository.
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-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: 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-04-01 Lisa HsuRuby: Simplify SLICC and Entry/TBE handling.
2011-03-20 Nilay VaishSLICC: Remove WakeUp* import calls from ast/__init__.py
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-07 Brad Beckmannruby: support to stallAndWait the mandatory queue
2011-01-18 Nilay VaishChange interface between coherence protocols and CacheM...
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-08-20 Brad Beckmannruby: Stall and wait input messages instead of recycling
2010-08-20 Brad Beckmannslicc: Consolidated the protocol stats printing
2010-06-11 Nathan Binkertruby: get rid of RefCnt and Allocator stuff use base...
2010-04-02 Nathan Binkertruby: get "using namespace" out of headers
2010-03-13 Nathan Binkertslicc: Change the code generation so that the generated...
2010-03-11 Nathan Binkertslicc: have a central mechanism for creating a code_for...
2010-01-30 Brad Beckmannruby: Ruby changes required to use the python config...
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-18 Brad Beckmannruby: slicc method 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-09-23 Nathan Binkertslicc: Pure python implementation of slicc.
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-05 Derek Howermerge
2009-08-04 Derek Howerslicc: added MOESI_CMP_directory, DMA SequencerMsg...
2009-07-20 Derek Howermerge
2009-07-18 Derek Howerruby: removed all refs to old RubyConfig
2009-07-06 Nathan Binkertautomerge
2009-07-06 Nathan Binkertruby: Import the latest ruby changes from gems.
2009-07-06 Nathan Binkertruby: replace strings that were missed in original...
2009-05-13 Korey Sewellmips-merge: merge hello world regress for inorder cpu
2009-05-13 Nathan Binkertslicc: work around improper initialization of a global...
2009-05-11 Korey SewellMerge Ruby Stuff
2009-05-11 Nathan Binkertruby: Make ruby #includes use full paths to the files...
2009-05-11 Nathan Binkertruby: Import ruby and slicc from GEMS