{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":838790033,"defaultBranch":"main","name":"llvm-project","ownerLogin":"abhishek-kaushik22","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-08-06T10:51:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/173760450?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724313654.0","currentOid":""},"activityList":{"items":[{"before":"2958b7b2bd86e190b2d0b5505e2c441f71309ff4","after":"d53ce3dff66dc65da15b9c9b6c230b8fcfbf6a16","ref":"refs/heads/main","pushedAt":"2024-09-23T07:16:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"Merge branch 'main' into main","shortMessageHtmlLink":"Merge branch 'main' into main"}},{"before":"586aa68f8b1cfc9805349320205575bfb8fab5da","after":"2958b7b2bd86e190b2d0b5505e2c441f71309ff4","ref":"refs/heads/main","pushedAt":"2024-09-23T05:48:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"format LLVMTargetMachine.cpp","shortMessageHtmlLink":"format LLVMTargetMachine.cpp"}},{"before":"c3d3cef8d58377b02032b07b5f094a402a70435a","after":"586aa68f8b1cfc9805349320205575bfb8fab5da","ref":"refs/heads/main","pushedAt":"2024-09-23T05:42:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"Fix memory leak in LLVMTargetMachine.cpp","shortMessageHtmlLink":"Fix memory leak in LLVMTargetMachine.cpp"}},{"before":"9ed46fbe9fa153316b7b0bb0906f3c8db45a8f81","after":"c3d3cef8d58377b02032b07b5f094a402a70435a","ref":"refs/heads/main","pushedAt":"2024-09-23T05:41:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"[RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCondBr. (#109513)\n\nThe Fixups vector passed into this function may already have fixups in\r\nit from earlier instructions. We should not erase those. We just want to\r\nerase fixups added by this function.\r\n\r\nFixes #108612.","shortMessageHtmlLink":"[RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCond…"}},{"before":"77af9d10237fef194eb275f33a11daea88e304a4","after":"9ed46fbe9fa153316b7b0bb0906f3c8db45a8f81","ref":"refs/heads/main","pushedAt":"2024-09-23T04:48:33.000Z","pushType":"push","commitsCount":382,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"[lld] Use StringRef idioms (NFC) (#109584)","shortMessageHtmlLink":"[lld] Use StringRef idioms (NFC) (llvm#109584)"}},{"before":"4724ed6a6567613faa7a3daffc1719fe7dfdfaaf","after":"77af9d10237fef194eb275f33a11daea88e304a4","ref":"refs/heads/main","pushedAt":"2024-09-19T06:54:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"[AArch64][GlobalISel] Implement selectVaStartAAPCS (#106979)\n\nThis commit adds the missing support for varargs in the instruction\r\nselection pass for AAPCS. Previously we only implemented this for\r\nDarwin.\r\n\r\nThe implementation was according to AAPCS and SelectionDAG's\r\nLowerAAPCS_VASTART.\r\n\r\nIt resolves all VA_START fallbacks in RAJAperf, llvm-test-suite, and\r\nSPEC CPU2017. These benchmarks now compile and pass without fallbacks\r\ndue to varargs.\r\n\r\n---------\r\n\r\nCo-authored-by: Madhur Amilkanthwar ","shortMessageHtmlLink":"[AArch64][GlobalISel] Implement selectVaStartAAPCS (llvm#106979)"}},{"before":"9c56a611057692007aab22ef6abde0a02b9a40da","after":"4724ed6a6567613faa7a3daffc1719fe7dfdfaaf","ref":"refs/heads/main","pushedAt":"2024-09-12T06:12:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"Optimize loop by changing `auto` to `auto&` to avoid unnecessary copies","shortMessageHtmlLink":"Optimize loop by changing auto to auto& to avoid unnecessary copies"}},{"before":"f42862846fca5460928776ea3590cd6eec9f5a47","after":"9c56a611057692007aab22ef6abde0a02b9a40da","ref":"refs/heads/main","pushedAt":"2024-09-12T06:00:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"[RISCV] Combine two hasStdExtZfhminOrZhinxmin() blocks in RISCVTargetLowering constructor. NFC","shortMessageHtmlLink":"[RISCV] Combine two hasStdExtZfhminOrZhinxmin() blocks in RISCVTarget…"}},{"before":"c79d1fa540390f6e37e1ea326153559eeadd0de6","after":"f42862846fca5460928776ea3590cd6eec9f5a47","ref":"refs/heads/main","pushedAt":"2024-08-22T08:06:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"Remove redundant ternary operator in conditional check\n\nThe ternary operator in the second `if` statement was redundant because `IsOrdered` is already checked to be `false` in the outer `if` statement. Simplified the code by directly using `UnorderedOp`.","shortMessageHtmlLink":"Remove redundant ternary operator in conditional check"}},{"before":"b4feb26606de84ff53d9b65a3b79c00a2b4d7c22","after":"c79d1fa540390f6e37e1ea326153559eeadd0de6","ref":"refs/heads/main","pushedAt":"2024-08-22T08:02:37.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"[clang][bytecode] Don't discard all void-typed expressions (#105625)\n\nFor void-types InitListExprs, we need to diagnose them as invalid. But\r\nonly if we are _not_ discarding.","shortMessageHtmlLink":"[clang][bytecode] Don't discard all void-typed expressions (llvm#105625)"}},{"before":null,"after":"f06247f94d4d7566abcbd7188af8ee7d84e35cc0","ref":"refs/heads/abhishek-kaushik22-patch-1","pushedAt":"2024-08-22T08:00:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"Remove redundant ternary operator in conditional check\n\nThe ternary operator in the second `if` statement was redundant because `IsOrdered` is already checked to be `false` in the outer `if` statement. Simplified the code by directly using `UnorderedOp`.","shortMessageHtmlLink":"Remove redundant ternary operator in conditional check"}},{"before":"f478ef876b52ce7addb2b1efb5971bf4781a473f","after":"b4feb26606de84ff53d9b65a3b79c00a2b4d7c22","ref":"refs/heads/main","pushedAt":"2024-08-22T07:35:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"[ELF] Move target to Ctx. NFC\n\nCtx was introduced in March 2022 as a more suitable place for such\nsingletons.\n\nFollow-up to driver (2022-10) and script (2024-08).","shortMessageHtmlLink":"[ELF] Move target to Ctx. NFC"}},{"before":"a98a0dcf63f54c54c5601a34c9f8c10cde0162d6","after":"f478ef876b52ce7addb2b1efb5971bf4781a473f","ref":"refs/heads/main","pushedAt":"2024-08-06T11:07:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"abhishek-kaushik22","name":null,"path":"/abhishek-kaushik22","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/173760450?s=80&v=4"},"commit":{"message":"Change `auto` to `const auto &` to avoid copying in `MachObjectWriter::bindIndirectSymbols`","shortMessageHtmlLink":"Change auto to const auto & to avoid copying in `MachObjectWriter…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QwNzoxNjozMy4wMDAwMDBazwAAAAS9pIuV","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wNlQxMTowNzo0NC4wMDAwMDBazwAAAASS_wYC"}},"title":"Activity · abhishek-kaushik22/llvm-project"}