{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":563536915,"defaultBranch":"main","name":"llvm-project","ownerLogin":"DanielCChen","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-11-08T20:23:33.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7051328?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1724089442.0","currentOid":""},"activityList":{"items":[{"before":"1e19e1e1a471f648ff63f02114648211666669ca","after":"c472c9f367e8376fb5cb9bcc954d9c434ecd242a","ref":"refs/heads/main","pushedAt":"2024-09-20T16:50:09.000Z","pushType":"push","commitsCount":264,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[OpenACC] Remove mistakenly left over commented code from a previous\ncommit","shortMessageHtmlLink":"[OpenACC] Remove mistakenly left over commented code from a previous"}},{"before":"45a8e3605ebc5d9066daabf9ae27e7f9c00cf93d","after":"1e19e1e1a471f648ff63f02114648211666669ca","ref":"refs/heads/main","pushedAt":"2024-09-18T19:53:36.000Z","pushType":"push","commitsCount":116,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[flang] Catch untyped entities in interfaces with IMPLICIT NONE (#109018)\n\nThe order of operations in name resolution wasn't converting named\r\nentities to objects by the time that they were subjected to the implicit\r\ntyping rules in the case of interface blocks. This led to entities\r\nremaining untyped without error, leading to a crash in module file\r\ngeneration.\r\n\r\nFixes https://github.com/llvm/llvm-project/issues/108975.","shortMessageHtmlLink":"[flang] Catch untyped entities in interfaces with IMPLICIT NONE (llvm…"}},{"before":"ab38ec9ac312460e4f71c8ad3f50b9b5723469f6","after":"45a8e3605ebc5d9066daabf9ae27e7f9c00cf93d","ref":"refs/heads/main","pushedAt":"2024-09-18T00:21:22.000Z","pushType":"push","commitsCount":91,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[gn build] Port 42c5a301f599","shortMessageHtmlLink":"[gn build] Port 42c5a30"}},{"before":"b592917eec407a01ef07334af5aafe6c8922c80a","after":"ab38ec9ac312460e4f71c8ad3f50b9b5723469f6","ref":"refs/heads/main","pushedAt":"2024-09-17T13:02:46.000Z","pushType":"push","commitsCount":124,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[lldb][lldb-dap] Disable read memory test on Windows\n\nThis isn't strictly a Windows issue but for now it's the only bot\nthat was hit by this failure.\n\nIt can happen on Linux too but I expect we'll fix it and remove the\nskip soon anyway.\n\nTest was added in #104317.","shortMessageHtmlLink":"[lldb][lldb-dap] Disable read memory test on Windows"}},{"before":"bafe3a4b0ca0e9294a18a9ec4fea8567cb98dabe","after":"b592917eec407a01ef07334af5aafe6c8922c80a","ref":"refs/heads/main","pushedAt":"2024-09-16T16:01:17.000Z","pushType":"push","commitsCount":72,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[LV] Added verification of EVL recipes (#107630)","shortMessageHtmlLink":"[LV] Added verification of EVL recipes (llvm#107630)"}},{"before":"ccc4fa18423f097a9f04d3198cacf094445ffd71","after":"bafe3a4b0ca0e9294a18a9ec4fea8567cb98dabe","ref":"refs/heads/main","pushedAt":"2024-09-16T00:13:36.000Z","pushType":"push","commitsCount":493,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[NFC][tsan] Fix `reallocarray`, `calloc` parameters order\n\nImplementation is commutative, so it should make\nno difference. It's done just for consistency with\ndocumentation.","shortMessageHtmlLink":"[NFC][tsan] Fix reallocarray, calloc parameters order"}},{"before":"14b43563d1618c71385f3ac15a475adf9d0ef5f9","after":"ccc4fa18423f097a9f04d3198cacf094445ffd71","ref":"refs/heads/main","pushedAt":"2024-09-11T14:12:51.000Z","pushType":"push","commitsCount":123,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[TableGen] Fix MacOS failure in Option Emitter. (#108225)\n\nHandle the case of same pointer used as both inputs to the\r\n`CompareOptionRecords`, to avoid emitting errors for equivalent options.\r\n\r\nFollow-up to #107696.","shortMessageHtmlLink":"[TableGen] Fix MacOS failure in Option Emitter. (llvm#108225)"}},{"before":"6cc0138ca3dbdb21f4c4a5fa39cf05c38da4bb75","after":"14b43563d1618c71385f3ac15a475adf9d0ef5f9","ref":"refs/heads/main","pushedAt":"2024-09-10T16:36:38.000Z","pushType":"push","commitsCount":122,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[RISCV] Separate more of scalar FP in CC_RISCV. NFC (#107908)\n\nScalar FP calling convention has gotten more complicated with recent\r\nchanges to Zfinx/Zdinx, proposed addition of a GPRF16 register class,\r\nand using customReg for f16/bf16 and other FP types small than XLen.\r\n\r\nThe previous code tried to share a single getReg and getMem call for\r\nmany different cases. This patch separates all the FP register handling\r\nto the top of the function with their own getReg calls. The only\r\nexception is f64 with XLen==32, when we are out of FPRs or not able to\r\nuse FPRs due to ABI.\r\n\r\nThe way I've structured this, we no longer need to correct the LocVT for\r\nFP back to ValVT before the call to getMem.","shortMessageHtmlLink":"[RISCV] Separate more of scalar FP in CC_RISCV. NFC (llvm#107908)"}},{"before":"c28b1a19aadff97b369889aee084073a181cfda8","after":"6cc0138ca3dbdb21f4c4a5fa39cf05c38da4bb75","ref":"refs/heads/main","pushedAt":"2024-09-09T17:35:10.000Z","pushType":"push","commitsCount":435,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"Fix implicit conversion rank ordering (#106811)\n\nDXC prefers dimension-preserving conversions over precision-losing\r\nconversions. This means a double4 -> float4 conversion is preferred over\r\na double4 -> double3 or double4 -> double conversion.","shortMessageHtmlLink":"Fix implicit conversion rank ordering (llvm#106811)"}},{"before":"130eddf7a13f15c9c48b7fa7faf60e9bbee4f703","after":"c28b1a19aadff97b369889aee084073a181cfda8","ref":"refs/heads/main","pushedAt":"2024-09-05T02:20:46.000Z","pushType":"push","commitsCount":464,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[LegalizeTypes][RISCV] Use SPLAT_VECTOR_PARTS to legalize splat BUILD_VECTOR (#107290)\n\nIf the element type needs to be expanded, we can use SPLAT_VECTOR_PARTS\r\nif the target supports it.\r\n\r\nThere's already a DAGCombine to turn BUILD_VECTOR into SPLAT_VECTOR if\r\nthe target makes SPLAT_VECTOR legal, but it doesn't fire for vectors\r\nthat need to be split.","shortMessageHtmlLink":"[LegalizeTypes][RISCV] Use SPLAT_VECTOR_PARTS to legalize splat BUILD…"}},{"before":"ef7b18a53c0d186dcda1e322be6035407fdedb55","after":"130eddf7a13f15c9c48b7fa7faf60e9bbee4f703","ref":"refs/heads/main","pushedAt":"2024-08-30T18:04:23.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[lldb] Deal with SupportFiles in SourceManager (NFC) (#106740)\n\nTo support detecting MD5 checksum mismatches, deal with SupportFiles\r\nrather than a plain FileSpecs in the SourceManager.","shortMessageHtmlLink":"[lldb] Deal with SupportFiles in SourceManager (NFC) (llvm#106740)"}},{"before":"56152fa377302fd8124e8be2a02dcb927a041f0a","after":"ef7b18a53c0d186dcda1e322be6035407fdedb55","ref":"refs/heads/main","pushedAt":"2024-08-30T17:45:02.000Z","pushType":"push","commitsCount":171,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[X86] Rename trailing whitespace. NFC.\n\nNoticed in clang-formatting of #106750","shortMessageHtmlLink":"[X86] Rename trailing whitespace. NFC."}},{"before":"a3cd8d76deeea89a56875f2e2aced8afba13f441","after":"56152fa377302fd8124e8be2a02dcb927a041f0a","ref":"refs/heads/main","pushedAt":"2024-08-29T14:18:12.000Z","pushType":"push","commitsCount":122,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[Analysis] Guard logf128 cst folding (#106543)\n\nLLVM has a CMake variable to control whether to consider logf128\r\nconstant folding which libAnalysis ignores. This patch changes the\r\nlogf128 check to rely on the global LLVM_HAS_LOGF128 setting made in\r\nconfig-ix.cmake.","shortMessageHtmlLink":"[Analysis] Guard logf128 cst folding (llvm#106543)"}},{"before":"fee48365b44d161575314c67328fa21104c4537d","after":"a3cd8d76deeea89a56875f2e2aced8afba13f441","ref":"refs/heads/main","pushedAt":"2024-08-28T14:47:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[lldb][lldb-dap][test] Enable variable tests on Windows\n\nAt least for our Windows on Arm machine compiling with clang-cl,\nit has inverted which variables get a `::` prefix.\n\nWould not surprise me if msvc does the opposite so feel free to\nrevert if these tests fail for you.","shortMessageHtmlLink":"[lldb][lldb-dap][test] Enable variable tests on Windows"}},{"before":"b2dd8405d990e525e8bc823e5130eb096bd0cdd0","after":"fee48365b44d161575314c67328fa21104c4537d","ref":"refs/heads/main","pushedAt":"2024-08-28T14:39:29.000Z","pushType":"push","commitsCount":110,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[compiler-rt][rtsan] NFC: Introduce __rtsan_expect_not_realtime helper (#106314)\n\nWe are extracting this function into the C API so we can eventually\r\ninstall it when a user marks a function [[clang::blocking]].","shortMessageHtmlLink":"[compiler-rt][rtsan] NFC: Introduce __rtsan_expect_not_realtime helper ("}},{"before":"81cd7358a2ce411c99512d055e98d0b9dc119c14","after":"b2dd8405d990e525e8bc823e5130eb096bd0cdd0","ref":"refs/heads/main","pushedAt":"2024-08-27T19:08:14.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[libc++] Add missing newline and remove unintended escape sequence","shortMessageHtmlLink":"[libc++] Add missing newline and remove unintended escape sequence"}},{"before":"e306db0ff0d348da49b44bd0bcae3df5bf8f02a9","after":"81cd7358a2ce411c99512d055e98d0b9dc119c14","ref":"refs/heads/main","pushedAt":"2024-08-27T17:45:10.000Z","pushType":"push","commitsCount":848,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[compiler-rt][test] Rewrote test to fix usage of export with 2 arguments (#106143)\n\nThis patch fixes the incorrect usage of lit's built-in export command in\r\nthis compiler-rt test. The export command only allows for one argument,\r\nbut %env_asan_opts expands to \"env ASAN_OPTIONS\", which gives export two\r\narguments instead of only one. Instead of using export, which propogates\r\nthe environment variable value to all subsequent commands, the\r\nenvironment variable is manually set before all RUN lines following the\r\noriginal export line.\r\n\r\nThis patch depends on https://github.com/llvm/llvm-project/pull/105961.\r\n\r\nFixes https://github.com/llvm/llvm-project/issues/106142.","shortMessageHtmlLink":"[compiler-rt][test] Rewrote test to fix usage of export with 2 argume…"}},{"before":"340fb6597116acf026a8ac49edca4d993fb1d7f3","after":"e306db0ff0d348da49b44bd0bcae3df5bf8f02a9","ref":"refs/heads/main","pushedAt":"2024-08-19T17:44:34.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[Flang] Fix test case for AIX(big-endian) system for issuing an extra message. (#104792)\n\nThe 10-byte FP on big-endian system such as AIX is not represented as a\r\nvalid number in FE, so Flang issues an extra WARNING message as\r\n`underflow on REAL(10) to REAL(4) conversion` for `_10` for such a\r\nnumber.\r\nThis PR is to fix the test case.","shortMessageHtmlLink":"[Flang] Fix test case for AIX(big-endian) system for issuing an extra…"}},{"before":"0ff485439ed6fad61e22ce34c4546150798fcefa","after":null,"ref":"refs/heads/daniel_tcfix","pushedAt":"2024-08-19T17:44:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"}},{"before":"c60da1a271a6bb271e7703b2f7c71fbece67ab78","after":"340fb6597116acf026a8ac49edca4d993fb1d7f3","ref":"refs/heads/main","pushedAt":"2024-08-19T17:17:06.000Z","pushType":"push","commitsCount":26,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[TableGen] Detect invalid -D arguments and fail (#102813)\n\n- Detect invalid macro names specified on command line and fail if one\r\nfound.\r\n- Specifically, -DXYZ=1 for example, will fail instead is being silently\r\naccepted.","shortMessageHtmlLink":"[TableGen] Detect invalid -D arguments and fail (llvm#102813)"}},{"before":"6ed2a6bf0d26122210c8732d80431529784c4000","after":"c60da1a271a6bb271e7703b2f7c71fbece67ab78","ref":"refs/heads/main","pushedAt":"2024-08-19T15:00:06.000Z","pushType":"push","commitsCount":66,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[clang][ExtractAPI] Stop dropping fields of nested anonymous record types when they aren't attached to variable declaration (#104600)\n\n- Introduce primitives for removing records from `APISet` and managing\r\nthe record chain of `RecordContext`\r\n- Detect nested anonymous record types and remove them from the `APISet`\r\nafter they have been fully traversed and transfer ownership of child\r\nrecords to the parent context (if any)","shortMessageHtmlLink":"[clang][ExtractAPI] Stop dropping fields of nested anonymous record t…"}},{"before":null,"after":"0ff485439ed6fad61e22ce34c4546150798fcefa","ref":"refs/heads/daniel_tcfix","pushedAt":"2024-08-19T14:46:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[Flang] Fix test case for AIX(big-endian) system for issuing an extra message.","shortMessageHtmlLink":"[Flang] Fix test case for AIX(big-endian) system for issuing an extra…"}},{"before":"60bffe221a1d615ffc7c6b632287d0fbd27ef863","after":"6ed2a6bf0d26122210c8732d80431529784c4000","ref":"refs/heads/main","pushedAt":"2024-08-18T13:30:07.000Z","pushType":"push","commitsCount":120,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[Flang]: Use actual endianness for Integer<80> (#103928)\n\nThis PR is to use the actual endianness of the platform when instantiate\r\nInteger<80> so that AIX (big-endian) will not get confused.","shortMessageHtmlLink":"[Flang]: Use actual endianness for Integer<80> (llvm#103928)"}},{"before":"accda10ba585421dc99df83ae5cf468c9698457f","after":null,"ref":"refs/heads/daniel_x87","pushedAt":"2024-08-18T13:28:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"}},{"before":"2b0a8fcf702fb63fca8ec6e11dca35baf70f058d","after":"60bffe221a1d615ffc7c6b632287d0fbd27ef863","ref":"refs/heads/main","pushedAt":"2024-08-16T14:56:45.000Z","pushType":"push","commitsCount":110,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[InstCombine] Handle commuted variant of sqrt transform","shortMessageHtmlLink":"[InstCombine] Handle commuted variant of sqrt transform"}},{"before":"b2f046a6e9023cbf813471445ba4d83e6c4f0fa3","after":null,"ref":"refs/heads/daniel_real10","pushedAt":"2024-08-15T19:24:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"}},{"before":"1865a0c849be73a4c0258eceaf913db773f5b753","after":"b2f046a6e9023cbf813471445ba4d83e6c4f0fa3","ref":"refs/heads/daniel_real10","pushedAt":"2024-08-15T19:23:57.000Z","pushType":"push","commitsCount":142,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"Merge branch 'llvm:main' into daniel_real10","shortMessageHtmlLink":"Merge branch 'llvm:main' into daniel_real10"}},{"before":"161e250add9556443b0de085837e3a0403626f6c","after":"2b0a8fcf702fb63fca8ec6e11dca35baf70f058d","ref":"refs/heads/main","pushedAt":"2024-08-15T19:19:15.000Z","pushType":"push","commitsCount":128,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (#101448)\n\nImplement P2893R3 ‘Variadic friends’ for C++26.\r\n\r\nThis closes #98587.\r\n\r\nCo-authored-by: Younan Zhang ","shortMessageHtmlLink":"[Clang] Implement C++26’s P2893R3 ‘Variadic friends’ (llvm#101448)"}},{"before":"0ca0d55c14d9a4ed694f4fddf0f16616178ca7a4","after":"161e250add9556443b0de085837e3a0403626f6c","ref":"refs/heads/main","pushedAt":"2024-08-14T19:06:32.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[OpenMP] Fix buildbot failing on allocator test","shortMessageHtmlLink":"[OpenMP] Fix buildbot failing on allocator test"}},{"before":null,"after":"1865a0c849be73a4c0258eceaf913db773f5b753","ref":"refs/heads/daniel_real10","pushedAt":"2024-08-14T18:04:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"DanielCChen","name":"Daniel Chen","path":"/DanielCChen","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7051328?s=80&v=4"},"commit":{"message":"[Flang] Add a AIX specific semantic check-prefix to handle AIX specific messages.","shortMessageHtmlLink":"[Flang] Add a AIX specific semantic check-prefix to handle AIX specif…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxNjo1MDowOS4wMDAwMDBazwAAAAS8L9bU","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMFQxNjo1MDowOS4wMDAwMDBazwAAAAS8L9bU","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xNFQxODowNDoyOS4wMDAwMDBazwAAAASaiyjC"}},"title":"Activity · DanielCChen/llvm-project"}