{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":299867499,"defaultBranch":"dev","name":"rizin","ownerLogin":"rizinorg","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-30T09:15:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/72097027?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719333388.0","currentOid":""},"activityList":{"items":[{"before":"3e258f5a081b31546d4997cd35aafb41ec23145a","after":"cbd086a7ecc387a7e63cd039872403094bd80890","ref":"refs/heads/dev","pushedAt":"2024-07-05T07:00:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"wargio","name":"Giovanni","path":"/wargio","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/561184?s=80&v=4"},"commit":{"message":"Fix build error on loongarch64 (#4558)","shortMessageHtmlLink":"Fix build error on loongarch64 (#4558)"}},{"before":"d41a81b82755ceeb013f168f995f9108a42343af","after":"d778d8c3e93d6872f740543868c19ff41c59d40a","ref":"refs/heads/asan-hppa-arch","pushedAt":"2024-07-01T23:53:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"XVilka","name":"Anton Kochkov","path":"/XVilka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/203261?s=80&v=4"},"commit":{"message":"hppa: use capstone disassembler","shortMessageHtmlLink":"hppa: use capstone disassembler"}},{"before":"19ec6ba298580bb1c650778388a18c85da7c410a","after":"3e258f5a081b31546d4997cd35aafb41ec23145a","ref":"refs/heads/dev","pushedAt":"2024-07-01T11:51:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"XVilka","name":"Anton Kochkov","path":"/XVilka","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/203261?s=80&v=4"},"commit":{"message":"arch/msp430: implement RzIL uplfiting (#4379)\n\nCo-authored-by: Rot127 <45763064+Rot127@users.noreply.github.com>","shortMessageHtmlLink":"arch/msp430: implement RzIL uplfiting (#4379)"}},{"before":"ee22c5d449d453054b8a85ec5c4f59270fc6e774","after":null,"ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-25T16:36:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"}},{"before":"3a33626a33831a4ae5de21a242e14b89a0b9423d","after":"19ec6ba298580bb1c650778388a18c85da7c410a","ref":"refs/heads/dev","pushedAt":"2024-06-25T16:36:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Use SoftFloat 3e for implementing arithmetic operations in RzFloat (#4535)\n\n* Add a new test for checking 80-bit floating point operations\r\n\r\n * New test `f80_ieee_div_test` tests the division of two 80-bit\r\n floats\r\n\r\n* Add SoftFloat 2c as a meson subproject\r\n\r\n* Add softfloat code to make the failing test case pass\r\n\r\n* Update the hash for the latest softfloat revision\r\n\r\n* Implement `rz_float_sqrt` using SoftFloat\r\n\r\n* Run the `f80_ieee_div_test` only for x86\r\n\r\n* Replace SoftFloat version 2c with 3e\r\n\r\n * 3e has less bugs and more features\r\n * Modify the implementation in accordance\r\n\r\n* Update SoftFloat revision and add a guard around the 80-bit div test\r\n\r\n* Use SoftFloat for add, sub, mul operations as well\r\n\r\n* Make rem and mod also use SoftFloat functions\r\n\r\n * Also add test for mod and rem, and fix behavior of rem\r\n\r\n* Add comment about behavior of mod and rem\r\n\r\n* Add comments for tests which have different results for mod and rem\r\n\r\n* Simplify usage of loop variable as suggested in review\r\n\r\n* Remove unused macro from float.c\r\n\r\n* Implement `FMA` and `ROUND` using SoftFloat API\r\n\r\n* Add more tests for 80-bit floats\r\n\r\n* Change remote to a repository under rizinorg\r\n\r\n* Add info about the rounding mode in the Doxygen for rem and mod\r\n\r\n* Add comments in tests for rem and mod in `test_float.c`\r\n\r\n* Use bitvectors to initialize 80-bit soft floats\r\n\r\n * This makes the tests more portable and hence they can be run on\r\n any platform\r\n\r\n* Remove guards for f80 tests since they are portable now","shortMessageHtmlLink":"Use SoftFloat 3e for implementing arithmetic operations in RzFloat (#…"}},{"before":"c5a2a0da3118227cda6780187c8aa3070e220286","after":"ee22c5d449d453054b8a85ec5c4f59270fc6e774","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-25T13:19:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Remove guards for f80 tests since they are portable now","shortMessageHtmlLink":"Remove guards for f80 tests since they are portable now"}},{"before":"9ebc08e4d793c9d3c2f488979c6fcfc3c92ee1c0","after":"c5a2a0da3118227cda6780187c8aa3070e220286","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-25T12:56:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add comments in tests for rem and mod in `test_float.c`","shortMessageHtmlLink":"Add comments in tests for rem and mod in test_float.c"}},{"before":"ac48d1a34def11f84ecfd912d2dfcfcd82f9aac2","after":"9ebc08e4d793c9d3c2f488979c6fcfc3c92ee1c0","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-25T12:44:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add info about the rounding mode in the Doxygen for rem and mod","shortMessageHtmlLink":"Add info about the rounding mode in the Doxygen for rem and mod"}},{"before":"21bd9d1ba764164cc2defc6e69c2f49fe1ebfe7a","after":"ac48d1a34def11f84ecfd912d2dfcfcd82f9aac2","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-23T12:20:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Change remote to a repository under rizinorg","shortMessageHtmlLink":"Change remote to a repository under rizinorg"}},{"before":"33688ebf32c71e037fc0808cfcc3b45a0526cecf","after":"21bd9d1ba764164cc2defc6e69c2f49fe1ebfe7a","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-23T12:05:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add more tests for 80-bit floats","shortMessageHtmlLink":"Add more tests for 80-bit floats"}},{"before":"9edd3019419e7f6a9a435d2514a58c77bde81e4d","after":"33688ebf32c71e037fc0808cfcc3b45a0526cecf","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-23T12:05:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add more tests for 80-bit floats","shortMessageHtmlLink":"Add more tests for 80-bit floats"}},{"before":"b3842ecc079150b9c269519a3f9d5fbb55b92f17","after":"9edd3019419e7f6a9a435d2514a58c77bde81e4d","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-23T11:58:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add more tests for 80-bit floats","shortMessageHtmlLink":"Add more tests for 80-bit floats"}},{"before":"d47e5f400d3e52b551276d8cb494920cc69194b1","after":"b3842ecc079150b9c269519a3f9d5fbb55b92f17","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T17:40:13.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Implement `FMA` and `ROUND` using SoftFloat API","shortMessageHtmlLink":"Implement FMA and ROUND using SoftFloat API"}},{"before":"9881241e4d386a46fad46c8fda89fc8e1472b09b","after":"d47e5f400d3e52b551276d8cb494920cc69194b1","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T16:59:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Simplify usage of loop variable as suggested in review","shortMessageHtmlLink":"Simplify usage of loop variable as suggested in review"}},{"before":"fb31c1cc8072bb70c7020535587eb43094e50b61","after":"9881241e4d386a46fad46c8fda89fc8e1472b09b","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T14:14:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add comments for tests which have different results for mod and rem","shortMessageHtmlLink":"Add comments for tests which have different results for mod and rem"}},{"before":"f034ceb1e96caec15214747e99b4129d905a99cd","after":"fb31c1cc8072bb70c7020535587eb43094e50b61","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T14:13:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Add comment about behavior of mod and rem","shortMessageHtmlLink":"Add comment about behavior of mod and rem"}},{"before":"2c61ccfe32e5aef9e2eeb8597e58b2e2e6488abc","after":"f034ceb1e96caec15214747e99b4129d905a99cd","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T14:06:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Make rem and mod also use SoftFloat functions\n\n * Also add test for mod and rem, and fix behavior of rem","shortMessageHtmlLink":"Make rem and mod also use SoftFloat functions"}},{"before":"c0b267618ce0ea4ef1e1f01a02d9c39c8a844b45","after":"2c61ccfe32e5aef9e2eeb8597e58b2e2e6488abc","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T12:32:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Use SoftFloat for add, sub, mul operations as well","shortMessageHtmlLink":"Use SoftFloat for add, sub, mul operations as well"}},{"before":"0d6e8c20f73d1dfe39df8f410e5062fd6b00ed05","after":"c0b267618ce0ea4ef1e1f01a02d9c39c8a844b45","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T12:20:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Use SoftFloat for add, sub, mul operations as well","shortMessageHtmlLink":"Use SoftFloat for add, sub, mul operations as well"}},{"before":"1da13cb11eaba76daa5fb453c8879f76cefc2def","after":"0d6e8c20f73d1dfe39df8f410e5062fd6b00ed05","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-19T11:43:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Update SoftFloat revision and add a guard around the 80-bit div test","shortMessageHtmlLink":"Update SoftFloat revision and add a guard around the 80-bit div test"}},{"before":"3b4b653e283fee578207f27444d8980995b45618","after":null,"ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-19T10:23:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"}},{"before":"3dcca03ced79e2bcd69dbd3c0720bf07df8b3bc9","after":"3a33626a33831a4ae5de21a242e14b89a0b9423d","ref":"refs/heads/dev","pushedAt":"2024-06-19T10:23:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"subprocess: Protect proc->ret with a semaphore (#4545)\n\n* subprocess: Protect proc->ret with a semaphore \r\n* rz_th_sem_wait: Retry sem_wait() on EINTR\r\n* Remove killpipe","shortMessageHtmlLink":"subprocess: Protect proc->ret with a semaphore (#4545)"}},{"before":"bdcaa344ab3fdbc6443b8bc41dcd1c45fab7e9d6","after":"1da13cb11eaba76daa5fb453c8879f76cefc2def","ref":"refs/heads/softfloat-integration","pushedAt":"2024-06-18T18:15:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DMaroo","name":"Dhruv Maroo","path":"/DMaroo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/72350048?s=80&v=4"},"commit":{"message":"Replace SoftFloat version 2c with 3e\n\n * 3e has less bugs and more features\n * Modify the implementation in accordance","shortMessageHtmlLink":"Replace SoftFloat version 2c with 3e"}},{"before":"7b8ed9e4b8c974a6d505bf16f60ec3c11d3c5e5b","after":"3b4b653e283fee578207f27444d8980995b45618","ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-18T10:28:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"Revert \"Revert \"Do alternate \"fix\" for pipe tests\"\"\n\nThis reverts commit 327f60e05ea6dd883075e0280e32620b159aa75a.","shortMessageHtmlLink":"Revert \"Revert \"Do alternate \"fix\" for pipe tests\"\""}},{"before":"85089d08a6119f23c8f2b058093f68961c271135","after":"7b8ed9e4b8c974a6d505bf16f60ec3c11d3c5e5b","ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-18T10:02:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"Emulate killpipe","shortMessageHtmlLink":"Emulate killpipe"}},{"before":"0783f71ec39cc77470e0d9eba73e0654d0eb03b9","after":"85089d08a6119f23c8f2b058093f68961c271135","ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-17T11:39:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"Do alternate \"fix\" for pipe tests","shortMessageHtmlLink":"Do alternate \"fix\" for pipe tests"}},{"before":"e11d88a61994ed91e865292a609dd1bd46290c55","after":"0783f71ec39cc77470e0d9eba73e0654d0eb03b9","ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-17T10:25:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"Do fix for pipe tests","shortMessageHtmlLink":"Do fix for pipe tests"}},{"before":"918d112012fc55a884020b157661091709818059","after":null,"ref":"refs/heads/retry-sem_wait-on-EINTR","pushedAt":"2024-06-16T16:18:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"}},{"before":"5b7f8ee3170bb7b178b4e1e8820e4f6dc4719d0e","after":"e11d88a61994ed91e865292a609dd1bd46290c55","ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-16T15:44:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"Remove killpipe","shortMessageHtmlLink":"Remove killpipe"}},{"before":"7673f14953eb1adb92c589920d606f6839cc340c","after":"5b7f8ee3170bb7b178b4e1e8820e4f6dc4719d0e","ref":"refs/heads/subprocess-ret_sem","pushedAt":"2024-06-14T14:19:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kazarmy","name":"Khairul Azhar Kasmiran","path":"/kazarmy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12002672?s=80&v=4"},"commit":{"message":"Simplify sem_wait expression","shortMessageHtmlLink":"Simplify sem_wait expression"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEd4MXIQA","startCursor":null,"endCursor":null}},"title":"Activity · rizinorg/rizin"}