0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add tests for scatter/gather memory transfers and fix a few bugs to make them pass. More... almost 14 years ago
Add strided vector load test. Fix a number of bugs with strided loads More... almost 14 years ago
Fix an assembler bug where data could be overwritten when reallocating the code array. Restructured the code that clears the realloced array to be a little less error prone. More... almost 14 years ago
Add block load/store tests and fix a few issues More... almost 14 years ago
oops, code was commented out in last commit More... almost 14 years ago
Fix memory overrun in assembler when reallocating code array More... almost 14 years ago
Add automated load/store test (currently scalar only). Sorted out a ton of endian issues in tools and rtl. Everything should be properly little-endian now. More... almost 14 years ago
Encoding of .short values in assembler was incorrect (shift was wrong) Switch aligner in writeback stage to be little endian More... almost 14 years ago
Add branch test Fix a bug where ball wasn't checking condition properly. More... almost 14 years ago
Pare down forwarding test some more to remove some unnecessary complexity More... almost 14 years ago
Pare down and clean up forwarding tests More... almost 14 years ago
Fix a number of bugs with vector forwarding. unit tests all pass now. More... almost 14 years ago
Fix PC operand test More... almost 14 years ago
Fix a design issue where register bypassing wasn't accounting for the fact that the register fetch was started one cycle before the bypass stage. As such, there is still a possibility of stale data after the proper value has been committed. Added an extra stage of bypassing and scalar forwarding tests now pass. More... almost 14 years ago
another stray object file More... almost 14 years ago
Accidently added object files More... almost 14 years ago
More changes for signed comparisons and shifts More... almost 14 years ago
Add signed an unsigned comparisons to single cycle ALU More... almost 14 years ago
Add unsigned and signed compare types to emulator More... almost 14 years ago
Add support to assembler and disassembler for signed and unsigned comparisons More... almost 14 years ago
Add signed/unsigned register types to resolve ambiguity for comparison operators (also cleans up memory load sign extension a bit) More... almost 14 years ago
update gitignore More... almost 14 years ago
Fix a bug where there were only 31 vector registers More... almost 14 years ago
Automated test suite More... almost 14 years ago
add comments More... almost 14 years ago
rename directory More... almost 14 years ago
Add comments, other minor cleanup More... almost 14 years ago
Basic vector loads operational More... almost 14 years ago
Add dot files for eclipse projects More... almost 14 years ago
remove tab specifier More... almost 14 years ago