{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":591251611,"defaultBranch":"master","name":"riscv-isa-sim","ownerLogin":"ptomsich","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-01-20T09:47:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14983582?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1687199968.7581599","currentOid":""},"activityList":{"items":[{"before":"c2831a9481bccf6b3ea8454eeb7d7477729fc2df","after":"d6d919ee5b061add58b159b6551235241744c91f","ref":"refs/heads/ptomsich/add-zicond-to-disasm","pushedAt":"2023-06-19T18:39:49.618Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Add Zicond to disassembler","shortMessageHtmlLink":"Add Zicond to disassembler"}},{"before":"270f408a7be7f574048e0431f172e13140d88045","after":null,"ref":"refs/heads/ptomsich/fix-typo-in-check","pushedAt":"2023-06-19T18:39:28.758Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"}},{"before":null,"after":"c2831a9481bccf6b3ea8454eeb7d7477729fc2df","ref":"refs/heads/ptomsich/add-zicond-to-disasm","pushedAt":"2023-06-18T20:51:20.816Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Add Zicond to disassembler","shortMessageHtmlLink":"Add Zicond to disassembler"}},{"before":null,"after":"270f408a7be7f574048e0431f172e13140d88045","ref":"refs/heads/ptomsich/fix-typo-in-check","pushedAt":"2023-06-18T20:44:01.649Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Makefile: fix type in check target\n\nThe check target processes the output using grep; however, one of the\npatterns misspelled 'Segmenetation'. Fixing the typo.","shortMessageHtmlLink":"Makefile: fix type in check target"}},{"before":null,"after":"b07f893609df80d7bcaee470d041221bdea8c920","ref":"refs/heads/ptomsich/1355-fix-fleq-fltq-exceptions","pushedAt":"2023-05-09T21:59:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Zfa: fix missing set_fp_exceptions for fleq/fltq","shortMessageHtmlLink":"Zfa: fix missing set_fp_exceptions for fleq/fltq"}},{"before":null,"after":"d6731d58d43cbfd239f249803dc928d98fd996ca","ref":"refs/heads/ptomsich/1312-fix-fcvtmod_w_d-exceptions","pushedAt":"2023-05-09T21:36:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Zfa: fix exception behaviour for fcvtmod.w.d","shortMessageHtmlLink":"Zfa: fix exception behaviour for fcvtmod.w.d"}},{"before":null,"after":"8ab77e8836d51851df9d227248bbec7c142730be","ref":"refs/heads/ptomsich/1327-fix-fli_q-entries","pushedAt":"2023-05-09T19:54:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Zfa: fix bitpatterns for fli.q (entries 7, 18-25)\n\nRef #1327\n\nSigned-off-by: Philipp Tomsich ","shortMessageHtmlLink":"Zfa: fix bitpatterns for fli.q (entries 7, 18-25)"}},{"before":null,"after":"e25fb13bcd2fb2b108c3fe1d94831229adeb7e37","ref":"refs/heads/ptomsich/1351-Zfa-fix-NX-fround-family","pushedAt":"2023-05-09T15:37:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Zfa: fix NX handling for the fround/froundnx family\n\nThe initial implementation (together with the SAIL code and the tests)\nhad gotten the NX variants backwards (as in 'an inexact result is ok'\nvs. 'set NX is inexact'). Update all 4 instructions.\n\nSigned-off-by: Philipp Tomsich ","shortMessageHtmlLink":"Zfa: fix NX handling for the fround/froundnx family"}},{"before":"b983510494f78d1ab8b02055d84281bcf9e8d9ac","after":"09140c07e13ddd3951c231e1fb7cbe2d3d41f7aa","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-04-03T23:55:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Implement Zfa.\n\nThis passes our developer test suite, when comparing output\n(signature) against the SAIL implementation.\n\nIf any corner-cases require additional changes after ACT goes\nupstream, we can apply an add-on patch.","shortMessageHtmlLink":"Implement Zfa."}},{"before":"d5290724d4b7cc3b443b65ec781096657df6465c","after":"b983510494f78d1ab8b02055d84281bcf9e8d9ac","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-31T08:05:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Implement Zfa.\n\nThis passes our developer test suite, when comparing output\n(signature) against the SAIL implementation.\n\nIf any corner-cases require additional changes after ACT goes\nupstream, we can apply an add-on patch.","shortMessageHtmlLink":"Implement Zfa."}},{"before":"07a96b79ce31206d622c7f281b0b22015eafa242","after":"d5290724d4b7cc3b443b65ec781096657df6465c","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-31T07:57:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Implement Zfa.\n\nThis passes our developer test suite, when comparing output\n(signature) against the SAIL implementation.\n\nIf any corner-cases require additional changes after ACT goes\nupstream, we can apply an add-on patch.","shortMessageHtmlLink":"Implement Zfa."}},{"before":"6d86a099fe641bcdf4f9228aab74679a4741af47","after":"07a96b79ce31206d622c7f281b0b22015eafa242","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-30T11:46:17.035Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Implement Zfa.\n\nThis passes the developer test suite, when comparing output (signture)\nagainst the SAIL implementation.","shortMessageHtmlLink":"Implement Zfa."}},{"before":"a3a663c1e4cf42f34c05537a8a4f5f4980fa4ba1","after":"8983efd14694e57121d6855283432f7a5b775b50","ref":"refs/heads/master","pushedAt":"2023-03-21T15:57:00.200Z","pushType":"push","commitsCount":118,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Merge pull request #1292 from TommyMurphyTM1234/master\n\nFix for #1291","shortMessageHtmlLink":"Merge pull request riscv-software-src#1292 from TommyMurphyTM1234/master"}},{"before":"09897297829a58a7871fad49176364a0e35d806a","after":"6d86a099fe641bcdf4f9228aab74679a4741af47","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-19T19:01:17.403Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Implement Zfa.\n\nThis passes the developer test suite, when comparing output (signture)\nagainst the SAIL implementation.","shortMessageHtmlLink":"Implement Zfa."}},{"before":"8c9f2e4256cf504a576b1bf101a8e61e5ba4a710","after":"09897297829a58a7871fad49176364a0e35d806a","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-19T18:58:25.788Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"Implement Zfa.","shortMessageHtmlLink":"Implement Zfa."}},{"before":"d439ab9f977d4ce6a0c54d858d9f58f8ed15a4c3","after":"8c9f2e4256cf504a576b1bf101a8e61e5ba4a710","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-19T18:42:21.422Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"WIP zfa","shortMessageHtmlLink":"WIP zfa"}},{"before":null,"after":"d439ab9f977d4ce6a0c54d858d9f58f8ed15a4c3","ref":"refs/heads/ptomsich/zfa","pushedAt":"2023-03-19T18:30:19.640Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ptomsich","name":"Philipp Tomsich","path":"/ptomsich","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14983582?s=80&v=4"},"commit":{"message":"WIP zfa","shortMessageHtmlLink":"WIP zfa"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADRKg7_gA","startCursor":null,"endCursor":null}},"title":"Activity ยท ptomsich/riscv-isa-sim"}