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 7de9810 Fix windows buildbots that don't have full shell support
new 566eae1 [clang-tidy] google-readability-casting: Handle user-defined [...]
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:
clang-tidy/google/AvoidCStyleCastsCheck.cpp | 131 +++++++++++++++----------
test/clang-tidy/google-readability-casting.cpp | 40 ++++++++
2 files changed, 119 insertions(+), 52 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 72fc4ea Daily bump.
new 557f247 * doc/xml/manual/profile_mode.xml: Fix link.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 +-
2 files changed, 5 insertions(+), 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 llvm.
from 6ded4c3 Add default OptLevel value for createSimpleLoopUnrollPass to [...]
new 47cf6aa [AVX-512] Remove 128/256-bit masked fp max/min intrinsics. Up [...]
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/llvm/IR/IntrinsicsX86.td | 24 -----
lib/IR/AutoUpgrade.cpp | 38 +++++++
lib/Target/X86/X86IntrinsicsInfo.h | 8 --
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 125 ++++++++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 76 ++++++++------
5 files changed, 211 insertions(+), 60 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 aa04f11 AMDGPU/R600: Assert on infinite loop in EmitClauseMarkers
new 6ded4c3 Add default OptLevel value for createSimpleLoopUnrollPass to [...]
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/llvm/Transforms/Scalar.h | 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 7202773 [AVR] Move definition of IsIntegratedAssemblerDefault
new 0b7608a Process attributes 'ifunc' and 'alias' when checking for rede [...]
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/Sema/SemaDecl.cpp | 12 ++++++++++++
test/Sema/alias-redefinition.c | 3 +--
test/Sema/attr-ifunc.c | 4 ++++
3 files changed, 17 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 libcxxabi.
from 66c8647 Fix test_exception_storage.pass.cpp in C++17 my re-enabling t [...]
new f0f0257 [CMake][libcxxabi] Update the libc++ test module path
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:
CMakeLists.txt | 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 llvm.
from 1ae1089 Increases full-unroll threshold.
new aa04f11 AMDGPU/R600: Assert on infinite loop in EmitClauseMarkers
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/AMDGPU/R600EmitClauseMarkers.cpp | 8 +++++---
test/CodeGen/AMDGPU/r600.alu-limits.ll | 28 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/r600.alu-limits.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 llvm.
from 8faf95f [IR/Verifier] Don't visit DISubprograms more than needed.
new 1ae1089 Increases full-unroll threshold.
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/llvm/Transforms/Scalar.h | 4 +-
include/llvm/Transforms/Scalar/LoopUnrollPass.h | 13 +++---
lib/Passes/PassBuilder.cpp | 4 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 12 +++---
lib/Transforms/Scalar/LoopUnrollPass.cpp | 49 ++++++++++++----------
.../LoopVectorize/X86/metadata-enable.ll | 14 ++++++-
6 files changed, 55 insertions(+), 41 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 72748ef [AVR] Set UseIntegratedAssembler
new 8faf95f [IR/Verifier] Don't visit DISubprograms more than needed.
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/IR/Verifier.cpp | 2 --
test/DebugInfo/Generic/invalid.ll | 17 +++++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/Generic/invalid.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 clang.
from 182eb8f Part of adding an improved ODR checker.
new 7202773 [AVR] Move definition of IsIntegratedAssemblerDefault
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/Driver/ToolChains.cpp | 1 +
lib/Driver/ToolChains.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.