{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":836473587,"defaultBranch":"main","name":"llvm-project","ownerLogin":"mdtoguchi","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-07-31T23:44:42.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/47896532?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725582411.0","currentOid":""},"activityList":{"items":[{"before":"8c29ad5e70ec106b22f8a61936d15ee4cdf2ddac","after":"7884962bfb9e286c31479181bd3a9ec4f87ec254","ref":"refs/heads/sycl-upstream-driver","pushedAt":"2024-09-23T23:18:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Adjust logic for adding options to the -cc1 step","shortMessageHtmlLink":"Adjust logic for adding options to the -cc1 step"}},{"before":"411203429a789330f044d6d7b2c0216cf21d816b","after":"8c29ad5e70ec106b22f8a61936d15ee4cdf2ddac","ref":"refs/heads/sycl-upstream-driver","pushedAt":"2024-09-23T22:54:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Address a few review comments\n\n - Use spirv32/spirv64 as default triple arch\n - clean up a number of comments\n - Fix file ordering inclusion to be alphabetical","shortMessageHtmlLink":"Address a few review comments"}},{"before":null,"after":"411203429a789330f044d6d7b2c0216cf21d816b","ref":"refs/heads/sycl-upstream-driver","pushedAt":"2024-09-06T00:26:51.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"[Driver][SYCL] Add initial SYCL offload compilation support\n\nIntroduces the SYCL based toolchain and initial toolchain construction\nwhen using the '-fsycl' option. This option will enable SYCL based\noffloading, creating a SPIR-V based IR file packaged into the compiled\nhost object.\n\nThis includes early support for creating the host/device object using\nthe new offloading model. The device object is created using the\nspir64-unknown-unknown target triple.\n\nNew/Updated Options:\n -fsycl Enables SYCL offloading for host and device\n -fsycl-device-only\n Enables device only compilation for SYCL\n -fsycl-host-only\n Enables host only compilation for SYCL\n\nRFC Reference: https://discourse.llvm.org/t/rfc-sycl-driver-enhancements/74092","shortMessageHtmlLink":"[Driver][SYCL] Add initial SYCL offload compilation support"}},{"before":"da87c9d2b7f3fb512dff5ea46048b7f7690d753e","after":"0548da960e857506803f36f3d2114c18d713eab2","ref":"refs/heads/sycl-upstream-jit","pushedAt":"2024-09-05T21:21:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Update a few comments","shortMessageHtmlLink":"Update a few comments"}},{"before":"d819f8911ad6360b667289bd90eb5b6401105335","after":"da87c9d2b7f3fb512dff5ea46048b7f7690d753e","ref":"refs/heads/sycl-upstream-jit","pushedAt":"2024-09-05T18:31:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Address a few review comments","shortMessageHtmlLink":"Address a few review comments"}},{"before":"3165b36dec53a140e9c555335770993beae6df87","after":"d819f8911ad6360b667289bd90eb5b6401105335","ref":"refs/heads/sycl-upstream-jit","pushedAt":"2024-08-30T18:24:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Cleanup unused option","shortMessageHtmlLink":"Cleanup unused option"}},{"before":"a1abb635a789c7b07afdefa2e24812ba2b92a0fc","after":"3165b36dec53a140e9c555335770993beae6df87","ref":"refs/heads/sycl-upstream-jit","pushedAt":"2024-08-30T17:46:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"Address review comments\n\nuse a more common diagnostic\nUpdate tests to check diagnostic and missed header check","shortMessageHtmlLink":"Address review comments"}},{"before":"9df92cbd1addb03c7169f05cf3b628f88c610224","after":"a1abb635a789c7b07afdefa2e24812ba2b92a0fc","ref":"refs/heads/sycl-upstream-jit","pushedAt":"2024-08-30T00:08:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"[Driver][SYCL] Add initial SYCL offload compilation support\n\nIntroduces the SYCL based toolchain and initial toolchain construction\nwhen using the '-fsycl' option. This option will enable SYCL based\noffloading, creating a SPIR-V based IR file packaged into the compiled\nhost object.\n\nThis includes early support for creating the host/device object using\nthe new offloading model. The device object is created using the\nspir64-unknown-unknown target triple.\n\nNew/Updated Options:\n -fsycl Enables SYCL offloading for host and device\n -fsycl-device-only\n Enables device only compilation for SYCL\n -fsycl-host-only\n Enables host only compilation for SYCL\n\nRFC Reference: https://discourse.llvm.org/t/rfc-sycl-driver-enhancements/74092","shortMessageHtmlLink":"[Driver][SYCL] Add initial SYCL offload compilation support"}},{"before":null,"after":"9df92cbd1addb03c7169f05cf3b628f88c610224","ref":"refs/heads/sycl-upstream-jit","pushedAt":"2024-08-30T00:06:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"[compiler-rt] Remove duplicates of sanitizer_common functions\n\nThese functions in interception_win.cpp already exist in\nsanitizer_common. Use those instead.\n\nReviewed By: mstorsjo\n\nPull Request: https://github.com/llvm/llvm-project/pull/106488","shortMessageHtmlLink":"[compiler-rt] Remove duplicates of sanitizer_common functions"}},{"before":"3403b593ae11e624ace8918a7840e85198f2ca3c","after":"9df92cbd1addb03c7169f05cf3b628f88c610224","ref":"refs/heads/main","pushedAt":"2024-08-29T23:19:54.000Z","pushType":"push","commitsCount":3091,"pusher":{"login":"mdtoguchi","name":"Michael Toguchi","path":"/mdtoguchi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47896532?s=80&v=4"},"commit":{"message":"[compiler-rt] Remove duplicates of sanitizer_common functions\n\nThese functions in interception_win.cpp already exist in\nsanitizer_common. Use those instead.\n\nReviewed By: mstorsjo\n\nPull Request: https://github.com/llvm/llvm-project/pull/106488","shortMessageHtmlLink":"[compiler-rt] Remove duplicates of sanitizer_common functions"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QyMzoxODoxMC4wMDAwMDBazwAAAAS-hZZl","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QyMzoxODoxMC4wMDAwMDBazwAAAAS-hZZl","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yOVQyMzoxOTo1NC4wMDAwMDBazwAAAASoIQmh"}},"title":"Activity ยท mdtoguchi/llvm-project"}