[all-commits] [llvm/llvm-project] 22dd9a: [libc] wmemchr implementation (#142640)
Qinkun Bao via All-commits
all-commits at lists.llvm.org
Tue Jun 3 17:26:06 PDT 2025
Branch: refs/heads/users/qinkunbao/spr/sanitizerdocnfi-update-the-doc-for-prefixsanitize
Home: https://github.com/llvm/llvm-project
Commit: 22dd9a24830ef29c25a8634777772282a3f33598
https://github.com/llvm/llvm-project/commit/22dd9a24830ef29c25a8634777772282a3f33598
Author: sribee8 <145801438+sribee8 at users.noreply.github.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/wmemchr.cpp
A libc/src/wchar/wmemchr.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wmemchr_test.cpp
Log Message:
-----------
[libc] wmemchr implementation (#142640)
Implemented wmemchr and tests.
Fixes: #121183
---------
Co-authored-by: Sriya Pratipati <sriyap at google.com>
Commit: 5458ea5122ed972c0a36e16a0364c8bfa0fb592a
https://github.com/llvm/llvm-project/commit/5458ea5122ed972c0a36e16a0364c8bfa0fb592a
Author: Luke Lau <luke at igalia.com>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
Log Message:
-----------
[LV] Regenerate UTC variable names in RISCV/interleaved-accesses.ll. NFC
Commit: bd831372b2ac789959a4aa7835248fb015ab2de2
https://github.com/llvm/llvm-project/commit/bd831372b2ac789959a4aa7835248fb015ab2de2
Author: YunQiang Su <yunqiang at isrc.iscas.ac.cn>
Date: 2025-06-04 (Wed, 04 Jun 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/AMDGPU/fmax3-maximumnum.ll
M llvm/test/CodeGen/AMDGPU/fmin3-minimumnum.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
M llvm/test/CodeGen/Mips/fp-maximumnum-minimumnum.ll
M llvm/test/CodeGen/X86/fminimumnum-fmaximumnum.ll
Log Message:
-----------
expandFMINIMUMNUM_FMAXIMUMNUM: Quiet is not needed for NaN vs NaN (#139237)
New LangRef doesn't requires quieting for NaN vs NaN, aka the result may
be sNaN for sNaN vs NaN.
See: https://github.com/llvm/llvm-project/pull/139228
Commit: e129c3c0117ee8829d9979140a01957b3ec873eb
https://github.com/llvm/llvm-project/commit/e129c3c0117ee8829d9979140a01957b3ec873eb
Author: Qinkun Bao <qinkun at google.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
Log Message:
-----------
[Doc] Fix clang doc build.
Reviewers: vitalybuka, zmodem
Reviewed By: vitalybuka
Pull Request: https://github.com/llvm/llvm-project/pull/142700
Commit: 5ca710253cc73ab007cec9c19cf3139862cd0878
https://github.com/llvm/llvm-project/commit/5ca710253cc73ab007cec9c19cf3139862cd0878
Author: Qinkun Bao <qinkun at google.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/wchar.yaml
M libc/src/wchar/CMakeLists.txt
A libc/src/wchar/wmemchr.cpp
A libc/src/wchar/wmemchr.h
M libc/test/src/wchar/CMakeLists.txt
A libc/test/src/wchar/wmemchr_test.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/test/CodeGen/AMDGPU/fmax3-maximumnum.ll
M llvm/test/CodeGen/AMDGPU/fmin3-minimumnum.ll
M llvm/test/CodeGen/AMDGPU/maximumnum.bf16.ll
M llvm/test/CodeGen/AMDGPU/minimumnum.bf16.ll
M llvm/test/CodeGen/Mips/fp-maximumnum-minimumnum.ll
M llvm/test/CodeGen/X86/fminimumnum-fmaximumnum.ll
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
Log Message:
-----------
Merge branch 'main' into users/qinkunbao/spr/sanitizerdocnfi-update-the-doc-for-prefixsanitize
Compare: https://github.com/llvm/llvm-project/compare/a95cdc2777a9...5ca710253cc7
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list