Age | Commit message (Expand) | Author |
2019-02-25 | python: Stop using basestring to test for strings | Andreas Sandberg |
2019-02-22 | python: Make iterator handling Python 3 compatible | Andreas Sandberg |
2019-02-12 | python: Replace dict.has_key with 'key in dict' | Andreas Sandberg |
2019-02-12 | python: Replace orderdict with collections.OrderedDict | Andreas Sandberg |
2019-02-12 | python: Don't assume SimObjects live in the global namespace | Andreas Sandberg |
2018-06-14 | ruby: Revamp standalone SLICC script | Jason Lowe-Power |
2018-04-17 | mem-ruby: enable DPRINTFN calls in slicc for temporary debug printing | John Alsop |
2018-03-23 | ruby: Make sure addresses print in hex | Jason Lowe-Power |
2018-03-06 | scons: Switch from the print statement to the print function. | Gabe Black |
2018-01-11 | mem-ruby: Remove function that maps responses to a DMA engine | Nikos Nikoleris |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-06-13 | ruby: Add support for address ranges in the directory | Nikos Nikoleris |
2017-03-01 | ruby: fix and/or precedence in slicc | Lena Olson |
2016-11-09 | style: [patch 1/22] use /r/3648/ to reorganize includes | Brandon Potter |
2016-10-26 | hsail,gpu-compute: fixes to appease clang++ | Tony Gutierrez |
2016-02-06 | style: eliminate explicit boolean comparisons | Steve Reinhardt |
2016-02-06 | style: remove trailing whitespace | Steve Reinhardt |
2015-07-20 | ruby: split CPU and GPU latency stats | David Hashe |
2016-01-19 | gpu-compute: AMD's baseline GPU model | Tony Gutierrez |
2015-07-20 | ruby: slicc: have a static MachineType | Tony Gutierrez |
2015-07-20 | ruby: slicc: remove support for single machine, multiple types | Tony Gutierrez |
2015-11-13 | slicc: fixes for the Address to Addr changeset (11025) | Tony Gutierrez |
2015-09-18 | ruby: print addresses in hex | Nilay Vaish |
2015-09-18 | ruby: slicc: derive DataMember class from Var instead of PairContainer | Nilay Vaish |
2015-09-17 | ruby: update WireBuffer API to match that of MessageBuffer | Tony Gutierrez |
2015-09-16 | ruby: fix message buffer init order | Joe Gross |
2015-09-16 | ruby: message buffer, timer table: significant changes | Nilay Vaish |
2015-09-16 | ruby: rename System.{hh,cc} to RubySystem.{hh,cc} | David Hashe |
2015-09-14 | ruby: slicc: remove member buffer_expr from Var class | Nilay Vaish |
2015-09-08 | ruby: slicc: remove nextLineHack from Type.py | Nilay Vaish |
2015-09-05 | ruby: declare all protocol message buffers as parameters | Nilay Vaish |
2015-08-30 | ruby: slicc: avoid duplicate code for function argument check | Nilay Vaish |
2015-08-29 | ruby: eliminate type uint64 and int64 | Nilay Vaish |
2015-08-19 | ruby: reverts to changeset: bf82f1f7b040 | Nilay Vaish |
2015-08-14 | ruby: slicc: remove a stray line in StateMachine.py | Nilay Vaish |
2015-08-14 | ruby: eliminate type uint64 and int64 | Nilay Vaish |
2015-08-14 | ruby: slicc: use default argument value | Nilay Vaish |
2015-08-14 | ruby: slicc: avoid duplicate code for function argument check | Nilay Vaish |
2015-08-14 | ruby: drop the [] notation for lookup function. | Nilay Vaish |
2015-08-14 | ruby: replace Address by Addr | Nilay Vaish |
2015-08-14 | ruby: Expose MessageBuffers as SimObjects | Joel Hestness |
2015-08-14 | ruby: Change PerfectCacheMemory::lookup to return pointer | Joel Hestness |
2015-08-11 | ruby: slicc: allow mathematical operations on Ticks | Nilay Vaish |
2015-07-20 | slicc: fix error in conflicing symbol declaration | Brad Beckmann |
2015-07-20 | slicc: enable overloading in functions not in classes | Brad Beckmann |
2015-07-20 | slicc: improved stalling support in protocols | Brad Beckmann |
2015-07-20 | slicc: support for arbitrary DPRINTF flags (not just RubySlicc) | David Hashe |
2015-07-20 | slicc: support for local variable declarations in action blocks | David Hashe |
2015-07-20 | slicc: support for multiple cache entry types in the same state machine | David Hashe |