This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b06532c df: Change defs in entry and uses in exit block during separa [...]
new dd4a826 Fix test names for trad.exp tests
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/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/cpp/trad/trad.exp | 4 ++--
2 files changed, 9 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 69cdcee [X86] Add integer division test for PR23590
new 744fcd8 Add a little endian variant of TCE.
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/ADT/Triple.h | 1 +
lib/Support/Triple.cpp | 11 ++++++++++-
2 files changed, 11 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 clang.
from 883b5fb [www] Fix spelling error in checker release notes.
new 86ae549 Add a little endian variant of TCE.
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/Basic/Targets.cpp | 35 +++++++++++++++++++++++++++++++++--
lib/CodeGen/TargetInfo.cpp | 1 +
lib/Driver/Driver.cpp | 3 +++
lib/Driver/ToolChains.cpp | 7 +++++++
lib/Driver/ToolChains.h | 8 ++++++++
5 files changed, 52 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 gcc.
from aa27376 compiler: separate incomparable types from comparable ones
new b06532c df: Change defs in entry and uses in exit block during separa [...]
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 | 13 +++++++++++++
gcc/config/rs6000/rs6000.c | 3 ++-
gcc/df-scan.c | 16 ++++++++++++++++
gcc/df.h | 7 +++++++
gcc/shrink-wrap.c | 19 +++++++++++++------
5 files changed, 51 insertions(+), 7 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 f1f243f [X86][AVX512] Autoupgrade lossless i32/u32 to f64 conversion [...]
new 69cdcee [X86] Add integer division test for PR23590
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:
test/CodeGen/X86/divide-by-constant.ll | 41 ++++++++++++++++++++++++++++++++++
1 file changed, 41 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 dc01a45 [X86][AVX512] Added some mask/maskz tests for sitofp/uitofp i [...]
new f1f243f [X86][AVX512] Autoupgrade lossless i32/u32 to f64 conversion [...]
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 | 36 --------------
lib/IR/AutoUpgrade.cpp | 17 +++++--
lib/Target/X86/X86ISelLowering.cpp | 21 +++++---
lib/Target/X86/X86IntrinsicsInfo.h | 12 -----
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 31 ++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 33 -------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 63 ++++++++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 64 -------------------------
test/CodeGen/X86/vec_int_to_fp.ll | 17 ++-----
9 files changed, 127 insertions(+), 167 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 libcxx.
from 18e2c82 Fix non-reserved name usage
new 3dd27eb Fix -verify tests for older ccache versions
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:
test/libcxx/test/format.py | 10 ++++++++--
1 file changed, 8 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 clang-tools-extra.
from dff1c9b [clang-move] Support moving function.
new 248b903 [clang-tidy] New check to prefer transparent functors to non- [...]
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/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 3 +
.../modernize/UseTransparentFunctorsCheck.cpp | 131 +++++++++++++++++++++
...teralsCheck.h => UseTransparentFunctorsCheck.h} | 20 ++--
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/modernize-use-transparent-functors.rst | 39 ++++++
.../modernize-use-transparent-functors.cpp | 107 +++++++++++++++++
8 files changed, 298 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/modernize/UseTransparentFunctorsCheck.cpp
copy clang-tidy/modernize/{UseBoolLiteralsCheck.h => UseTransparentFunctorsCheck.h} (52%)
create mode 100644 docs/clang-tidy/checks/modernize-use-transparent-functors.rst
create mode 100644 test/clang-tidy/modernize-use-transparent-functors.cpp
--
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 56c0f85 Fix nb_iterations calculation in tree-vect-loop-manip.c
new aa27376 compiler: separate incomparable types from comparable ones
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/types.cc | 22 ++++++++++++++++++++--
2 files changed, 21 insertions(+), 3 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 e068e25 [X86] Regenerated integer divide tests to test on 32 and 64 b [...]
new dc01a45 [X86][AVX512] Added some mask/maskz tests for sitofp/uitofp i [...]
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:
test/CodeGen/X86/avx512-cvt.ll | 68 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 68 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.