This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4b373fc PR c++/67631 - list-init and explicit conversions
new 302e06b PR target/25112 * config/m68k/m68k.c (moveq feeding equalit [...]
new 03e40cd * dwarf2out.c (size_of_discr_list): Fix typo in function comment.
new e1c5261 PR c++/77285 * mangle.c (mangle_tls_init_fn, mangle_tls_wra [...]
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:
gcc/ChangeLog | 24 ++++++++++++++++++++
gcc/config/m68k/m68k.md | 40 +++++++++++++++++++++++++++++++++
gcc/config/m68k/predicates.md | 12 ++++++++++
gcc/cp/ChangeLog | 6 +++++
gcc/cp/mangle.c | 2 ++
gcc/dwarf2out.c | 40 ++++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 11 +++++++++
gcc/testsuite/g++.dg/tls/pr77285-1.C | 7 ++++++
gcc/testsuite/g++.dg/tls/pr77285-2.C | 17 ++++++++++++++
gcc/testsuite/gcc.target/m68k/pr25112.c | 26 +++++++++++++++++++++
10 files changed, 175 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tls/pr77285-1.C
create mode 100644 gcc/testsuite/g++.dg/tls/pr77285-2.C
create mode 100644 gcc/testsuite/gcc.target/m68k/pr25112.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.
Ryan Arnold pushed a change to branch master
in repository toolchain/tcwg-release-tools.
from a91892f tcwg-release.sh: if a tag does not exist on a remote branch, exit.
new 3c91049 Add support for worktrees
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:
linaropy/git/gitrepo.py | 166 +++++++++++
linaropy/git/worktree.py | 702 +++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 868 insertions(+)
create mode 100644 linaropy/git/worktree.py
--
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 24feb85 [MIRPrinter] XFAIL test for powerpc
new 3a7f010 [LoopSimplify] Preserve LCSSA when removing edges from unreac [...]
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/Utils/Local.h | 3 ++-
lib/Transforms/Utils/Local.cpp | 5 +++--
lib/Transforms/Utils/LoopSimplify.cpp | 2 +-
test/Transforms/LoopSimplify/pr30454.ll | 32 ++++++++++++++++++++++++++++++++
4 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/LoopSimplify/pr30454.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 a819479 [ARM] Fix sema check of ARM special register names
new 54fc8a0 [analyzer] Refactor recursive symbol reachability check to us [...]
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:
.../Core/PathSensitive/ProgramState.h | 5 ++--
lib/StaticAnalyzer/Core/ProgramState.cpp | 33 ++++++----------------
2 files changed, 12 insertions(+), 26 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 6f60f84 Adapt to llvm NamedRegionTimer changes
new a819479 [ARM] Fix sema check of ARM special register names
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/SemaChecking.cpp | 2 +-
test/Sema/aarch64-special-register.c | 28 ++++++++++++++++++++++++++--
test/Sema/arm-special-register.c | 24 ++++++++++++++++++++++--
3 files changed, 49 insertions(+), 5 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 lldb.
from 385ca48 Re-add the StringRef interface changes for Variable.
new d826ae5 Change CreateTarget and dependents to accept StringRef.
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/lldb/Interpreter/OptionGroupArchitecture.h | 5 +--
include/lldb/Target/TargetList.h | 16 +++++----
source/API/SBDebugger.cpp | 3 +-
source/Commands/CommandObjectProcess.cpp | 2 +-
source/Commands/CommandObjectTarget.cpp | 2 +-
.../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 6 ++--
source/Plugins/Platform/Linux/PlatformLinux.cpp | 4 +--
source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 6 ++--
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 2 +-
.../Plugins/Platform/Windows/PlatformWindows.cpp | 4 +--
.../gdb-server/PlatformRemoteGDBServer.cpp | 8 ++---
source/Target/Platform.cpp | 4 +--
source/Target/TargetList.cpp | 40 ++++++++++++----------
13 files changed, 51 insertions(+), 51 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 compiler-rt.
from df7592a builtins: repair the builtins build with clang 3.8
new 4eb08d1 rename InternalBinarySearch to InternalLowerBound
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/sanitizer_common/sanitizer_common.h | 6 ++--
lib/sanitizer_common/sanitizer_stackdepot.cc | 4 +--
.../tests/sanitizer_common_test.cc | 34 +++++++++++-----------
3 files changed, 22 insertions(+), 22 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 e9e0777 * gcc.dg/tree-ssa/pr71179.c: Prune ABI message. [...]
new 4b373fc PR c++/67631 - list-init and explicit conversions
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 | 7 +++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/semantics.c | 3 ++-
gcc/cp/typeck2.c | 8 ++++----
gcc/testsuite/g++.dg/cpp0x/initlist-explicit1.C | 11 +++++++++++
5 files changed, 25 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-explicit1.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 gcc-6-branch
in repository gcc.
from f1943a6 Daily bump.
new dff3806 PR c++/67631 - list-init and explicit conversions
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 | 7 +++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/semantics.c | 3 ++-
gcc/cp/typeck2.c | 8 ++++----
gcc/testsuite/g++.dg/cpp0x/initlist-explicit1.C | 11 +++++++++++
5 files changed, 25 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-explicit1.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 9df5d1c Statistic/Timer: Include timers in PrintStatisticsJSON().
new c0aec7f Revert "Add link-time detection of LLVM_ABI_BREAKING_CHECKS m [...]
new 24feb85 [MIRPrinter] XFAIL test for powerpc
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:
include/llvm/Config/llvm-config.h.cmake | 21 ---------------------
lib/Support/Error.cpp | 16 ----------------
test/CodeGen/MIR/Generic/branch-probabilities.ll | 2 ++
3 files changed, 2 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.