[all-commits] [llvm/llvm-project] 36f7f3: [libc] Update generated libc header to include mis...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Oct 15 18:35:15 PDT 2025
Branch: refs/heads/users/vitalybuka/spr/revert-undoreset
Home: https://github.com/llvm/llvm-project
Commit: 36f7f3442ccbbb1a5aa32ea56d45a5761d01be21
https://github.com/llvm/llvm-project/commit/36f7f3442ccbbb1a5aa32ea56d45a5761d01be21
Author: Alexey Samsonov <vonosmas at gmail.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M libc/include/CMakeLists.txt
M libc/include/stdio.yaml
Log Message:
-----------
[libc] Update generated libc header to include missing functions/files. (#163658)
* Add a missing dependency to install struct_itimerval.h
* Add fseeko/ftello declarations to stdio.h
Commit: 4e996e5d177a6fe834340d87e202d167af7392b2
https://github.com/llvm/llvm-project/commit/4e996e5d177a6fe834340d87e202d167af7392b2
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M llvm/utils/git/code-format-helper.py
Log Message:
-----------
fix #163478: false positive in the github actions undef warning
Happened with 'undef,' -- comma not being recognized as a word boundary
Commit: 939d3d03458ac1d284c65a3daf31c1a632dd0fbe
https://github.com/llvm/llvm-project/commit/939d3d03458ac1d284c65a3daf31c1a632dd0fbe
Author: Denis.G <34353767+DenisGZM at users.noreply.github.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M llvm/lib/CodeGen/GlobalISel/LegalizeMutations.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
Log Message:
-----------
[GISel][Legalizer] Rework `changeElementCountTo` (NFC) (#158617)
Mutation `changeElementCountTo` now uses `ElementCount`
Commit: 5fb788be03c6adbe0afa33c129df442e280f5bfa
https://github.com/llvm/llvm-project/commit/5fb788be03c6adbe0afa33c129df442e280f5bfa
Author: Nuno Lopes <nuno.lopes at tecnico.ulisboa.pt>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M llvm/utils/git/code-format-helper.py
Log Message:
-----------
github actions/undef warnings: allow newlines after undef
Commit: 6fbc7d3d1f17e09aaa9ead004011f4204f0a691f
https://github.com/llvm/llvm-project/commit/6fbc7d3d1f17e09aaa9ead004011f4204f0a691f
Author: Lucie Choi <ychoi0407 at gmail.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGHLSLRuntime.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/CodeGenHLSL/vk-features/maximal_reconvergence.hlsl
Log Message:
-----------
[HLSL][SPIR-V] Add `-fspv-enable-maximal-reconvergence` flag to clang dxc. (#163474)
Implement the frontend change to support maximal reconvergence feature.
The next work is to generate the corresponding SPIR-V instructions
(`OpExtension` and `OpExecutionMode`) based on the llvm ir added in this
CL `"enable-maximal-reconvergence"="true"`.
Addresses https://github.com/llvm/llvm-project/issues/136930
Commit: 082efbaac1b706bcdae624243465268ca23d1655
https://github.com/llvm/llvm-project/commit/082efbaac1b706bcdae624243465268ca23d1655
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M compiler-rt/lib/asan/asan_fake_stack.cpp
M compiler-rt/lib/asan/asan_fake_stack.h
Log Message:
-----------
[asan] Make GetFakeStackFast()/GetFakeStackFastAlways() lazily init fake_stack_tls (#163481)
To simplify implementation of #160135
Commit: 84dc146baa3486bb1fa59a1df54dd34b8536e54f
https://github.com/llvm/llvm-project/commit/84dc146baa3486bb1fa59a1df54dd34b8536e54f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGHLSLRuntime.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
A clang/test/CodeGenHLSL/vk-features/maximal_reconvergence.hlsl
M libc/include/CMakeLists.txt
M libc/include/stdio.yaml
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
M llvm/lib/CodeGen/GlobalISel/LegalizeMutations.cpp
M llvm/unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
M llvm/utils/git/code-format-helper.py
Log Message:
-----------
rebase
Created using spr 1.3.6
Compare: https://github.com/llvm/llvm-project/compare/801ccd4c68e2...84dc146baa34
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