This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5961730bea [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new ddac3f0509 [DeclPrinter] Allow printing fully qualified name of functio [...]
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/PrettyPrinter.h | 7 +++++-
lib/AST/DeclPrinter.cpp | 16 ++++++++----
unittests/AST/DeclPrinterTest.cpp | 51 ++++++++++++++++++++++++++++++++++++---
3 files changed, 64 insertions(+), 10 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 9fd11b97efe [X86] Turn an if condition that should always be true into [...]
new 6d2231861c3 Add backend name to AVR Target to enable runtime info to be [...]
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/AVR/TargetInfo/AVRTargetInfo.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 llvm.
from 5a85a28dde8 [NFC] CodeGen: Handle shift amount type in DAGTypeLegalizer [...]
new ddbb4a350ef [X86] Remove a ternary operator that can only ever be false. NFC
new 63c16e825e7 [X86] Simplify some bitmasking and use llvm_unreachable to [...]
new 7d9a6279eef [X86] Remove unnecessary check for is128BitVector. NFC
new 9fd11b97efe [X86] Turn an if condition that should always be true into [...]
The 4 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/X86ISelLowering.cpp | 94 +++++++++++++++++++-------------------
1 file changed, 46 insertions(+), 48 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 7b0e38dff86 Instrumentation.h: Remove dead/untested code for DFSan JIT support
new 5a85a28dde8 [NFC] CodeGen: Handle shift amount type in DAGTypeLegalizer [...]
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/LegalizeTypes.cpp | 13 ++++++++-----
lib/Target/X86/X86ISelLowering.h | 9 +--------
2 files changed, 9 insertions(+), 13 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 18a268580 [libcxx] Implement std::to_address for C++20
new 70c7bbd04 Add [[nodiscard]] to std::async as part of P0600.
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/future | 3 +-
include/new | 2 +-
.../thread/futures/futures.async/async.fail.cpp | 37 ++++++++++++++++++++++
3 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 test/std/thread/futures/futures.async/async.fail.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 clang.
from 007ca3031d [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new 5961730bea [AST] Fix some Clang-tidy modernize and Include What You Use [...]
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/ASTContext.h | 300 ++++++++++++++++++++++++-----------------
lib/AST/ASTContext.cpp | 176 +++++++++++++-----------
2 files changed, 276 insertions(+), 200 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 c21e589d027 Daily bump.
new 3eaddd12f8c cmd/go, go/internal/gccgoimporter: pass -X to ar on AIX
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 +-
libgo/go/cmd/go/internal/work/build.go | 9 ++++++++-
libgo/go/go/internal/gccgoimporter/importer.go | 6 ++++--
3 files changed, 13 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 binutils-gdb.
from 88108bf28c Automatic date update in version.in
new 935676c92f Convert generic probe interface to C++ (and perform some cleanups)
new 0e9ae10f5f Convert SystemTap probe interface to C++ (and perform some c [...]
new 9c23b42ffa Convert DTrace probe interface to C++ (and perform some cleanups)
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:
gdb/ChangeLog | 251 ++++++++++++++++++++++
gdb/break-catch-throw.c | 16 +-
gdb/breakpoint.c | 20 +-
gdb/dtrace-probe.c | 550 ++++++++++++++++++++++++------------------------
gdb/elfread.c | 4 +-
gdb/infrun.c | 2 +-
gdb/location.c | 2 +-
gdb/probe.c | 436 ++++++++++++++++----------------------
gdb/probe.h | 358 ++++++++++++++++---------------
gdb/solib-svr4.c | 36 ++--
gdb/stap-probe.c | 534 +++++++++++++++++++++++-----------------------
gdb/symfile.h | 2 +-
gdb/symtab.h | 4 +-
gdb/tracepoint.c | 16 +-
14 files changed, 1192 insertions(+), 1039 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 0e9472a2c25 * g++.dg/abi/pr68355.C: Don't expect tail call on ia32.
new 2e1f26dd80a * gimple-ssa-evrp-analyze.c (evrp_range_analyzer::try_find [...]
new c21e589d027 Daily bump.
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 | 16 ++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/gimple-ssa-evrp-analyze.c | 2 +-
gcc/tree-vrp.c | 14 +++++++++-----
gcc/vr-values.h | 21 +++++++++++++++------
5 files changed, 42 insertions(+), 13 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 gcc-7-branch
in repository gcc.
from aa909c285f8 2017-11-22 Richard Biener <rguenther(a)suse.de>
new 1f5386eaccf Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.