Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-06 | ruby: numa bit fix for sparse memory | Brad Beckmann | |
2010-12-01 | ruby: Converted old ruby debug calls to M5 debug calls | Nilay Vaish | |
This patch developed by Nilay Vaish converts all the old GEMS-style ruby debug calls to the appropriate M5 debug calls. | |||
2010-04-02 | ruby: get "using namespace" out of headers | Nathan Binkert | |
In addition to obvious changes, this required a slight change to the slicc grammar to allow types with :: in them. Otherwise slicc barfs on std::string which we need for the headers that slicc generates. | |||
2010-03-31 | style: another ruby style pass | Nathan Binkert | |
2010-03-22 | ruby: style pass | Nathan Binkert | |
2010-03-21 | ruby: Ruby support for sparse memory | Brad Beckmann | |
The patch includes direct support for the MI example protocol. |