This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3cc2bfae49f [InstCombine] narrow rotate left/right patterns to eliminat [...]
new c85760a9a3e [SimplifyCFG] remove checks for crasher test from r310481
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/Transforms/SimplifyCFG/pr34131.ll | 50 ++++------------------------------
1 file changed, 5 insertions(+), 45 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 binutils-gdb.
from cc4a945a26 [ARM] Don't warn on REG_SP when used in CRC32 instructions
new 42fa2e0e1b C++-ify skip.c
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:
gdb/ChangeLog | 16 ++++++
gdb/skip.c | 171 +++++++++++++++++++++++++++-------------------------------
2 files changed, 95 insertions(+), 92 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 2b97eb2f5ca [asan] Fix instruction emission ordering with dynamic shadow.
new 9e858424030 Reduce variable scope by moving declaration into if clause
new fc1d1341ab5 PointerLikeTypeTraits: class->struct & remove the base definition
new 3cc2bfae49f [InstCombine] narrow rotate left/right patterns to eliminat [...]
The 3 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/PointerEmbeddedInt.h | 5 +-
include/llvm/ADT/PointerIntPair.h | 3 +-
include/llvm/ADT/PointerUnion.h | 9 +-
include/llvm/Support/PointerLikeTypeTraits.h | 21 ++--
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +--
lib/Transforms/InstCombine/InstCombineCasts.cpp | 73 +++++++++++++-
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/Transforms/InstCombine/rotate.ll | 123 +++++++++++++++++++++++
8 files changed, 216 insertions(+), 35 deletions(-)
create mode 100644 test/Transforms/InstCombine/rotate.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 c06b6e025b [OpenMP] Make the PTX version tests general enough to work o [...]
new 2f5dc240d1 PointerLikeTypeTraits: class->struct to match LLVM change
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/AST/CanonicalType.h | 3 +--
include/clang/AST/DeclCXX.h | 3 +--
include/clang/AST/DeclGroup.h | 5 ++---
include/clang/AST/TemplateName.h | 3 +--
include/clang/AST/Type.h | 11 ++++-------
include/clang/Basic/IdentifierTable.h | 11 ++++-------
include/clang/Basic/SourceLocation.h | 3 +--
include/clang/CodeGen/ConstantInitFuture.h | 6 ++----
include/clang/Sema/Ownership.h | 3 +--
9 files changed, 17 insertions(+), 31 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 e6e4aafad9a PR libstdc++/81751 don't call fflush(NULL)
new b9e17a4abb8 PR c++/81359 - Unparsed NSDMI error from SFINAE context.
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/cp/ChangeLog | 17 +++++++++
gcc/cp/call.c | 2 +-
gcc/cp/class.c | 7 ++--
gcc/cp/cp-tree.h | 9 +++--
gcc/cp/decl2.c | 5 ++-
gcc/cp/error.c | 2 +
gcc/cp/init.c | 54 ++++++++++++++-------------
gcc/cp/method.c | 20 +++++++---
gcc/cp/parser.c | 13 ++++++-
gcc/cp/pt.c | 18 ++++++---
gcc/cp/typeck2.c | 11 +++---
gcc/testsuite/g++.dg/cpp0x/nsdmi-defer6.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/nsdmi-template14.C | 4 +-
gcc/testsuite/g++.dg/cpp0x/nsdmi10.C | 4 +-
gcc/testsuite/g++.dg/cpp0x/sfinae59.C | 19 ++++++++++
15 files changed, 129 insertions(+), 58 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae59.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 clang.
from 7984a2104f [OpenMP] Add flag for overwriting default PTX version for Op [...]
new c06b6e025b [OpenMP] Make the PTX version tests general enough to work o [...]
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/Driver/openmp-offload.c | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 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 glibc.
from 3d452dabd1 Fix uc_* namespace (bug 21457).
new 24d9f53ab0 Remove __qaddr_t.
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:
ChangeLog | 2 ++
posix/bits/types.h | 1 -
2 files 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 llvm.
from 4e3dcfc420f [COFF, ARM64] Add MS builtins __dmb, __dsb, __isb
new 2b97eb2f5ca [asan] Fix instruction emission ordering with dynamic shadow.
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/Transforms/Instrumentation/AddressSanitizer.cpp | 11 ++++++++---
.../AddressSanitizer/stack-poisoning-byval-args.ll | 4 +---
2 files changed, 9 insertions(+), 6 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 7dd5e73f62c compiler: handle >32bit exponent in Ldexp
new e6e4aafad9a PR libstdc++/81751 don't call fflush(NULL)
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 | 10 ++++++++
libstdc++-v3/config/io/basic_file_stdio.cc | 6 +++--
.../53984.cc => ext/stdio_filebuf/char/79820.cc} | 16 ++++++------
.../53984.cc => ext/stdio_filebuf/char/81751.cc} | 30 ++++++++++++++++------
4 files changed, 44 insertions(+), 18 deletions(-)
copy libstdc++-v3/testsuite/{27_io/basic_fstream/53984.cc => ext/stdio_filebuf/cha [...]
copy libstdc++-v3/testsuite/{27_io/basic_fstream/53984.cc => ext/stdio_filebuf/cha [...]
--
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 release_50
in repository llvm.
from 489544d31be Merging r310253 and r310267: ------------------------------ [...]
new 8bd85ee956d ReleaseNotes: Zig
new 2a35d3b6ec4 More x86 release notes.
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:
docs/ReleaseNotes.rst | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.