[all-commits] [llvm/llvm-project] 7bf092: Use constexpr for switching on printf core version
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Thu Jan 29 16:19:17 PST 2026
Branch: refs/heads/users/mysterymath/modular-printf/libc
Home: https://github.com/llvm/llvm-project
Commit: 7bf09258f9cf9fe89583ec6f6cdbe9f5662cc1b5
https://github.com/llvm/llvm-project/commit/7bf09258f9cf9fe89583ec6f6cdbe9f5662cc1b5
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2026-01-28 (Wed, 28 Jan 2026)
Changed paths:
M libc/src/stdio/baremetal/vfprintf_internal.h
M libc/src/stdio/printf_core/vasprintf_internal.h
Log Message:
-----------
Use constexpr for switching on printf core version
Commit: 79003c12c0d159fcd446dcd0652228bfd2b75774
https://github.com/llvm/llvm-project/commit/79003c12c0d159fcd446dcd0652228bfd2b75774
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M libc/src/stdio/printf_core/vfprintf_internal.h
Log Message:
-----------
Undo changes to core vfprintf_internal; now altering baremetal only
Commit: 007830377e426daea3733296a546968712d4e4eb
https://github.com/llvm/llvm-project/commit/007830377e426daea3733296a546968712d4e4eb
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M libc/src/stdio/printf_core/float_dec_converter.h
M libc/src/stdio/printf_core/float_dec_converter_limited.h
M libc/src/stdio/printf_core/float_hex_converter.h
M libc/src/stdio/printf_core/float_impl.cpp
M libc/src/stdio/printf_core/parser.h
M libc/src/stdio/printf_core/printf_config.h
Log Message:
-----------
Clarify logic about definitions; change MODULAR->MODULE
Commit: 66795786480d04cd737d78a55a90aa0cf742f0a5
https://github.com/llvm/llvm-project/commit/66795786480d04cd737d78a55a90aa0cf742f0a5
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2026-01-29 (Thu, 29 Jan 2026)
Changed paths:
M libc/src/stdio/baremetal/printf_modular.cpp
M libc/src/stdio/printf_core/float_dec_converter.h
M libc/src/stdio/printf_core/float_dec_converter_limited.h
M libc/src/stdio/printf_core/float_hex_converter.h
M libc/src/stdio/printf_core/float_impl.cpp
M libc/src/stdio/printf_core/parser.h
Log Message:
-----------
clang-format
Compare: https://github.com/llvm/llvm-project/compare/fdf28d28bc37...66795786480d
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