[all-commits] [llvm/llvm-project] 2c9359: [flang] Update printing values in dump-parse-tree ...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Oct 17 11:17:40 PDT 2024
Branch: refs/heads/users/vitalybuka/spr/sanitizer-large-range-support-in-isaccessiblememoryrange
Home: https://github.com/llvm/llvm-project
Commit: 2c93598b32c217c605dc4eeea8e37eae2ba5799a
https://github.com/llvm/llvm-project/commit/2c93598b32c217c605dc4eeea8e37eae2ba5799a
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/test/Parser/OpenMP/allocate-tree.f90
Log Message:
-----------
[flang] Update printing values in dump-parse-tree (#112709)
Remove 'if std::string' that is covered by another branch of the
if-statement.
Add printing of 'bool' and 'int' values, since they have corresponding
`GetNodeName` definitions.
Commit: ed7868de03c7b93809f87ed1a01103b926564feb
https://github.com/llvm/llvm-project/commit/ed7868de03c7b93809f87ed1a01103b926564feb
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M compiler-rt/lib/sanitizer_common/tests/sanitizer_posix_test.cpp
Log Message:
-----------
[nfc][sanitizer] Replace mmap with InternalMmapVector in test (#112756)
Commit: 30cc677ed90826fae8fa778f8167e2f8a55a2c8b
https://github.com/llvm/llvm-project/commit/30cc677ed90826fae8fa778f8167e2f8a55a2c8b
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
M compiler-rt/lib/sanitizer_common/tests/sanitizer_posix_test.cpp
M flang/include/flang/Parser/dump-parse-tree.h
M flang/test/Parser/OpenMP/allocate-tree.f90
Log Message:
-----------
mmap
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/5ec3379686c9...30cc677ed908
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