[all-commits] [llvm/llvm-project] 864d25: [flang] Added windows-include.h wrapper to resolve...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Thu Apr 4 14:31:25 PDT 2024
Branch: refs/heads/users/vitalybuka/spr/ubsanhwasan-remove-redundant-flags
Home: https://github.com/llvm/llvm-project
Commit: 864d2531df8078a5bb49d24383d7219595d23690
https://github.com/llvm/llvm-project/commit/864d2531df8078a5bb49d24383d7219595d23690
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
A flang/include/flang/Common/windows-include.h
M flang/runtime/command.cpp
M flang/runtime/execute.cpp
M flang/runtime/file.cpp
M flang/runtime/lock.h
Log Message:
-----------
[flang] Added windows-include.h wrapper to resolve name conflicts. (#87650)
The header file includes windows.h in a mean-and-lean way to avoid
bringing in names that may conflict with Flang code.
Commit: 03f54725c3f2b26bfef052b9f4b5deee749e5369
https://github.com/llvm/llvm-project/commit/03f54725c3f2b26bfef052b9f4b5deee749e5369
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/RemoveTrapsPass.cpp
M llvm/test/Instrumentation/HWAddressSanitizer/pgo-opt-out.ll
M llvm/test/Transforms/RemoveTraps/remove-traps.ll
Log Message:
-----------
[HWASAN][UBSAN] Don't use default `profile-summary-cutoff-hot` (#87691)
Default cutoff is not usefull here. Decision to
enable or not sanitizer causes more significant
performance impact, than a typical optimizations
which rely on `profile-summary-cutoff-hot`.
Commit: 5264c22ef15a308bad420cd85051ed6c4c175bc7
https://github.com/llvm/llvm-project/commit/5264c22ef15a308bad420cd85051ed6c4c175bc7
Author: Michael Jones <michaelrj at google.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/include/llvm-libc-macros/math-macros.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc] Temporary math macros fix (#87681)
Downstream's having some issues due to math-macros.h issues. These will
be fixed properly soon.
See https://github.com/llvm/llvm-project/issues/87683 for tracking this
tech debt.
Commit: 2cbbbf71a4fbff9f7015d83a599428ea9ec9dab7
https://github.com/llvm/llvm-project/commit/2cbbbf71a4fbff9f7015d83a599428ea9ec9dab7
Author: Chenguang Wang <w3cing at gmail.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[bazel] Add missing dependency for mlir:SCFUtils (#87711)
https://github.com/llvm/llvm-project/commit/5aeb604c7ce417eea110f9803a6c5cb1cdbc5372
https://buildkite.com/llvm-project/upstream-bazel/builds/93859
Commit: e628581aaab18cbd9bd33a4a42c57da0e018d32f
https://github.com/llvm/llvm-project/commit/e628581aaab18cbd9bd33a4a42c57da0e018d32f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/RemoveTrapsPass.cpp
Log Message:
-----------
[NFC][HWASAN][UBSAN] Remove cl:init from few opts (#87692)
They are supposed to be used with `getNumOccurrences`.
Commit: 2eae70b62a048198cc1850b2dc0e0e3e5a8fd9de
https://github.com/llvm/llvm-project/commit/2eae70b62a048198cc1850b2dc0e0e3e5a8fd9de
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
A flang/include/flang/Common/windows-include.h
M flang/runtime/command.cpp
M flang/runtime/execute.cpp
M flang/runtime/file.cpp
M flang/runtime/lock.h
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/include/llvm-libc-macros/math-macros.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Commit: c6b95e3286a84584cde1be9c17d2784ff0aea22e
https://github.com/llvm/llvm-project/commit/c6b95e3286a84584cde1be9c17d2784ff0aea22e
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
A flang/include/flang/Common/windows-include.h
M flang/runtime/command.cpp
M flang/runtime/execute.cpp
M flang/runtime/file.cpp
M flang/runtime/lock.h
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/include/llvm-libc-macros/math-macros.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
rebase
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/d16cbcf13404...c6b95e3286a8
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