1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix macro ref tokenization bug: 'dfoo' should cause 'foo' to expand. Fix macro expansion order bug; macros are expanded by lexical order, not definition order. More... about 11 years ago
Clarify some labels. Add some trace messages. Turn off some debugging messages. Test 1 (simple indirect to unampped page) works. More... about 11 years ago
Add code to support instruction restart after operand page fault. Fix bug is SCU instruction (breaks T4D!). More... about 11 years ago
Added fault cycle stats. More... about 11 years ago
Add fault statistics. More... about 11 years ago
Added to TestFault; now handles instruction fetch page faults. More... about 11 years ago
Add 'cpu debug=cycle'. Refactor code into setCpuCycle. Add cu.FI_ADDR. Fixed pernicious magic number typo in words2scu cu.rd. Added addressing mode restoration and MME/DF3 handling to doRCU(). Added 'load <file> address ?' support; loads at address w/o trying to manage DSB R. Made ABSA not PRIV_INS. More... about 11 years ago
Start of RCU instruction. More... over 11 years ago
Small steps.... More... over 11 years ago
Start of page fault testing code More... over 11 years ago
Add ABUSE_CT_HOLD code (ticket #13). More... over 11 years ago
Code cleanup and reformatting. More... over 11 years ago
Fix the last few new CAF bugs. More... over 11 years ago
Updated to reflect change in fault cycle message format. More... over 11 years ago
Remove old CAF code. More... over 11 years ago
Cleared out the NO_REWRITE tests. Added cycle counter display in FAULT_CYCLE for easier debugging. Fixed writeOperands to handle OLDCAF path correctly. Don't call CAF a second time. (Temporary fix). More... over 11 years ago
Added some missing PREPARE_CAs More... over 11 years ago
Add PREPARE_CA to epbpn. More... over 11 years ago
Add 'set cpu debug=core' and 'dbgbreak' commands More... over 11 years ago
Add 'dbgstop' command. More... over 11 years ago
Fix more bugs in IT_SCR; now passes all tests except test_20184.ini More... over 11 years ago
Fix typo in IT_SCR; fixes endless loop in TestCSR More... over 11 years ago
Fixes to get IT_SC and related mods working. More... over 11 years ago
Ran a static analyzer, 'cppcheck'. Marked unused code Renamed local variables PTW2 to PTW_2 to avoid name collision. Commented out redundant assignment to 'last' in decBCD9ToNumber. Capitalized struct _fault_register element names to avoid name collision. Fixed loop limit in 'displayTheMatrix'. Fixed bad check special case check is 'lcaq'. Changed various %d to %u. Removed unused 'c' in scanDirectives. Added missing fclose()s in loadSystemBook. More... over 11 years ago
Fix bug in lcaq; wrong word compared to zero in special case code, instruction worded orrectly by falling through to slower general case code. More... over 11 years ago
Note typo in AL-39. Fix typo in previous typo. More... over 11 years ago
Enable the new CAF code. Many fixes for the new CAF code. More... over 11 years ago
Add sim_debug to updateIWB. More... over 11 years ago
Disable WAM More... over 11 years ago
Finish first revision of new CAF code; compiles but isn't used. More... over 11 years ago