This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c2a24b87802 [MCJIT] Fix a case of Error::success() being passed to repo [...]
new e79e42e6c4d DAG: Try to custom lower when promoting float operands
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/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 5 +++++
1 file changed, 5 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 clang.
from d032410f8e [CStringSyntaxChecker] Reduces space around error message fo [...]
new 8601e55c98 Add a newline to SourceLocation dump output
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/ARCMigrate/TransGCAttrs.cpp | 2 +-
lib/AST/CommentLexer.cpp | 2 +-
lib/Analysis/LiveVariables.cpp | 2 +-
lib/Basic/Diagnostic.cpp | 6 +++---
lib/Basic/SourceLocation.cpp | 1 +
lib/Lex/Preprocessor.cpp | 2 +-
6 files changed, 8 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 gcc.
from 4a3895903c2 Fix experimental::pmr typedefs and add tests
new a0b92edc61c [gcc]
new f57a3e4f983 [testsuite]
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:
gcc/ChangeLog | 7 +++
gcc/config/rs6000/rs6000.c | 28 ++++++++--
gcc/testsuite/ChangeLog | 9 ++++
.../gcc.target/powerpc/fold-vec-splat-char.c | 55 ++++++++++++++++++++
.../powerpc/fold-vec-splat-floatdouble.c | 46 +++++++++++++++++
.../gcc.target/powerpc/fold-vec-splat-int.c | 50 ++++++++++++++++++
.../gcc.target/powerpc/fold-vec-splat-longlong.c | 60 ++++++++++++++++++++++
.../gcc.target/powerpc/fold-vec-splat-pixel.c | 27 ++++++++++
.../gcc.target/powerpc/fold-vec-splat-short.c | 49 ++++++++++++++++++
9 files changed, 327 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-floatdouble.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-pixel.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/fold-vec-splat-short.c
--
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 30db32fcf12 Revert "[ARM] Allow signed icmps in ARMCodeGenPrepare"
new c2a24b87802 [MCJIT] Fix a case of Error::success() being passed to repo [...]
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/ExecutionEngine/MCJIT/MCJIT.cpp | 3 ++-
1 file changed, 2 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 457610888e Refactor Darwin driver to refer to runtimes by component
new d032410f8e [CStringSyntaxChecker] Reduces space around error message fo [...]
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/StaticAnalyzer/Checkers/CStringSyntaxChecker.cpp | 2 +-
test/Analysis/cstring-syntax.c | 2 +-
2 files changed, 2 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 e0dc5c1ea20 [Support] Add a basic C API for llvm::Error.
new 30db32fcf12 Revert "[ARM] Allow signed icmps in ARMCodeGenPrepare"
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/ARM/ARMCodeGenPrepare.cpp | 66 +++++++-------------
test/CodeGen/ARM/arm-cgp-signed-icmps.ll | 100 -------------------------------
2 files changed, 22 insertions(+), 144 deletions(-)
delete mode 100644 test/CodeGen/ARM/arm-cgp-signed-icmps.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 83f7c22cd5 [OPENMP] FIx processing of declare target variables.
new 457610888e Refactor Darwin driver to refer to runtimes by component
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/Darwin.cpp | 81 +++++++++++-----------------------------
lib/Driver/ToolChains/Darwin.h | 10 +++--
2 files changed, 27 insertions(+), 64 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.
from 42c483011b clang-format: Change Google style wrt. the formatting of emp [...]
new 83f7c22cd5 [OPENMP] FIx processing of declare target variables.
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/AST/ASTContext.cpp | 11 ++++++-----
lib/CodeGen/CGExpr.cpp | 20 ++++++++------------
lib/CodeGen/CGOpenMPRuntime.cpp | 15 +++++++++------
lib/CodeGen/CodeGenModule.cpp | 17 ++++++++++++++++-
lib/Serialization/ASTReaderDecl.cpp | 9 ++++++++-
lib/Serialization/ASTWriter.cpp | 1 +
lib/Serialization/ASTWriterDecl.cpp | 3 +--
test/OpenMP/declare_target_codegen.cpp | 28 +++++++++++++++++++++++++---
test/OpenMP/declare_target_link_codegen.cpp | 4 ++--
9 files changed, 76 insertions(+), 32 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 b7bb52644cb diagnostics: add labeling of source ranges
new 7850264f749 Refactor uses-allocator construction
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 | 22 ++++++
libstdc++-v3/include/bits/uses_allocator.h | 5 +-
libstdc++-v3/include/experimental/memory_resource | 34 ++--------
libstdc++-v3/include/std/memory_resource | 40 ++++-------
libstdc++-v3/include/std/scoped_allocator | 6 +-
.../construct_pair.cc | 21 +++---
.../70966.cc => polymorphic_allocator/1.cc} | 53 +++++----------
.../polymorphic_allocator/construct_pair.cc | 78 ++++++++++++++++++++++
8 files changed, 155 insertions(+), 104 deletions(-)
copy libstdc++-v3/testsuite/20_util/{scoped_allocator => polymorphic_allocator}/co [...]
copy libstdc++-v3/testsuite/experimental/{memory_resource/70966.cc => polymorphic_ [...]
create mode 100644 libstdc++-v3/testsuite/experimental/polymorphic_allocator/const [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.