Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-22 | Fixed the licences plus minor fixes for compilation | Polina Dudnik | |
2009-07-18 | ruby: removed all refs to old RubyConfig | Derek Hower | |
2009-07-18 | merge | Derek Hower | |
2009-07-18 | slicc: made coherence profilers per-controller | Derek Hower | |
2009-07-13 | Changed the state machine to generate code such that multiple processors can ↵ | Polina Dudnik | |
make atomic requests at once | |||
2009-07-13 | Added atomics implementation which would work for MI_example | Polina Dudnik | |
2009-07-06 | ruby: apply some fixes that were overwritten by the recent ruby import. | Nathan Binkert | |
2009-07-06 | slicc: update parser.py for changes in slicc language. | Nathan Binkert | |
2009-07-06 | scons: update SCons files for changes in ruby. | Nathan Binkert | |
2009-07-06 | ruby: Import the latest ruby changes from gems. | Nathan Binkert | |
This was done with an automated process, so there could be things that were done in this tree in the past that didn't make it. One known regression is that atomic memory operations do not seem to work properly anymore. | |||
2009-07-06 | ruby: replace strings that were missed in original ruby import. | Nathan Binkert | |
2009-05-17 | includes: sort includes again | Nathan Binkert | |
2009-05-12 | ruby: remove random uint typedef and use unsigned | Nathan Binkert | |
2009-05-12 | slicc: work around improper initialization of a global in slicc. | Nathan Binkert | |
2009-05-12 | slicc: clean up the slicc environment so things build properly on mac. | Nathan Binkert | |
2009-05-11 | ruby: add RUBY sticky option that must be set to add ruby to the build | Nathan Binkert | |
Default is false | |||
2009-05-11 | ruby: Check stderr and not stdin before hanging on an assert. | Steve Reinhardt | |
2009-05-11 | ruby: Migrate all of ruby and slicc to SCons. | Nathan Binkert | |
Add the PROTOCOL sticky option sets the coherence protocol that slicc will parse and therefore ruby will use. This whole process was made difficult by the fact that the set of files that are output by slicc are not easily known ahead of time. The easiest thing wound up being to write a parser for slicc that would tell me. Incidentally this means we now have a slicc grammar written in python. | |||
2009-05-11 | ruby: Make ruby #includes use full paths to the files they're including. | Nathan Binkert | |
This basically means changing all #include statements and changing autogenerated code so that it generates the correct paths. Because slicc generates #includes, I had to hard code the include paths to mem/protocol. | |||
2009-05-11 | ruby: Import ruby and slicc from GEMS | Nathan Binkert | |
We eventually plan to replace the m5 cache hierarchy with the GEMS hierarchy, but for now we will make both live alongside eachother. |