This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from b0fc236 [include-fixer] Fix broken dependency shared build
new 170f515 [Release notes] Mention Clang-tidy modernize-avoid-bind check.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/ReleaseNotes.rst | 5 +++++
docs/clang-tidy/checks/modernize-avoid-bind.rst | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5909d72 [MachO] More missing swapStruct implementations
new 65d837e SDAG: Clean up a dead node I missed earlier in X86
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelDAGToDAG.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cfb1624 [ModuleMap][CrashReproducer] Collect headers from inner frameworks
new d62f27e Get default -fms-compatibility-version from cl.exe's version
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/Driver/ToolChain.h | 5 +++++
lib/Driver/MSVCToolChain.cpp | 44 +++++++++++++++++++++++++++++++++++++++-
lib/Driver/ToolChains.h | 1 +
lib/Driver/Tools.cpp | 14 +++++++++----
lib/Driver/Tools.h | 3 ++-
test/Driver/cl-options.c | 2 +-
test/Driver/msc-version.c | 11 ----------
test/Driver/msvc-triple.c | 4 +---
test/Misc/diag-format.c | 2 +-
9 files changed, 64 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d2cf73d [AArch64] Simplify logic to reduce vertical space. NFC.
new 9511418 [MachO] Filling in some structs I missed in r269499
new 5909d72 [MachO] More missing swapStruct implementations
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Support/MachO.def | 24 ++++++++++++------------
include/llvm/Support/MachO.h | 17 +++++++++++++++++
2 files changed, 29 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 90c8856 Implement C11 DR#423 resolution (ignore function return type [...]
new 2c65d2d combine: Don't call extract_left_shift with count < 0 (PR67483)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/combine.c | 1 +
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a719a1d SDAG: Implement Select instead of SelectImpl in SystemZDAGToDAGISel
new 20520cf SDAG: Implement Select instead of SelectImpl in WebAssemblyDA [...]
new 1903559 [LAA] Prepare the code to print more things in the summary. NFC
new 27aef50 [LAA] Include MaxSafeDepDistBytes in the analysis print-out
new 399774e SDAG: Implement Select instead of SelectImpl in XCoreDAGToDAGISel
new 7430989 [PM] Port LowerAtomic to the new pass manager.
new d2cf73d [AArch64] Simplify logic to reduce vertical space. NFC.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar/LowerAtomic.h | 29 +++++++
lib/Analysis/LoopAccessAnalysis.cpp | 9 +-
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 8 +-
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | 18 +---
lib/Target/XCore/XCoreISelDAGToDAG.cpp | 66 ++++++++-------
lib/Transforms/Scalar/LowerAtomic.cpp | 96 +++++++++++++---------
lib/Transforms/Scalar/Scalar.cpp | 2 +-
.../LoopAccessAnalysis/safe-with-dep-distance.ll | 37 +++++++++
test/Transforms/LowerAtomic/atomic-load.ll | 1 +
12 files changed, 176 insertions(+), 94 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/LowerAtomic.h
create mode 100644 test/Analysis/LoopAccessAnalysis/safe-with-dep-distance.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from c3c434a Disable lldb-x86-win7-msvc builder til we fix CMake configuration
new 32ccc14 Use the full path to clang.exe in LLDB_TEST_COMPILER
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
zorg/buildbot/builders/LLDBBuilder.py | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3666674 Another attempt to fix MSVC by explicitly disabling the conve [...]
new a719a1d SDAG: Implement Select instead of SelectImpl in SystemZDAGToDAGISel
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 112 ++++++++++++++---------------
1 file changed, 56 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from cbfedaa Added new build slave Debian 7.7 x86_64 GCE instance "modules [...]
new c3c434a Disable lldb-x86-win7-msvc builder til we fix CMake configuration
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot/osuosl/master/config/builders.py | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 4c15d75 Attach builders to hexbuild-build-02
new cbfedaa Added new build slave Debian 7.7 x86_64 GCE instance "modules [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
buildbot/osuosl/master/config/slaves.py | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.