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 50db208bc62 Daily bump.
new 1c6e4932ee0 PR tree-optimization/81588 * tree-ssa-reassoc.c (optimize [...]
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 | 10 ++++++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.c-torture/execute/pr81588.c | 45 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr81588.c | 26 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr81588.c | 15 +++++++++
gcc/tree-ssa-reassoc.c | 32 +++++++++++++------
6 files changed, 126 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81588.c
create mode 100644 gcc/testsuite/gcc.dg/pr81588.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81588.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 compiler-rt.
from fd528d76e [sanitizer-coverage] dummy definitions for __sanitizer_cov_8b [...]
new a0c6823f7 [sanitizer-coverage] Fix Windows build broken by r309655
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_interface_internal.h | 4 ++++
1 file changed, 4 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 lldb.
from 24a5f2971 Fix incorrect use of std::unique
new 5aa8e3aff Expose process instance info via SB API
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/API/LLDB.h | 1 +
include/lldb/API/SBDefines.h | 1 +
include/lldb/API/SBFileSpec.h | 1 +
include/lldb/API/SBProcess.h | 10 ++
include/lldb/API/SBProcessInfo.h | 64 +++++++++
.../TestDefaultConstructorForAPIObjects.py | 11 ++
.../default-constructor/sb_process_info.py | 22 ++++
.../test/python_api/process/TestProcessAPI.py | 63 +++++++++
scripts/interface/SBProcess.i | 12 ++
scripts/interface/SBProcessInfo.i | 66 ++++++++++
scripts/lldb.swig | 2 +
source/API/CMakeLists.txt | 1 +
source/API/SBProcess.cpp | 10 ++
source/API/SBProcessInfo.cpp | 145 +++++++++++++++++++++
14 files changed, 409 insertions(+)
create mode 100644 include/lldb/API/SBProcessInfo.h
create mode 100644 packages/Python/lldbsuite/test/python_api/default-constructor/s [...]
create mode 100644 scripts/interface/SBProcessInfo.i
create mode 100644 source/API/SBProcessInfo.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 binutils-gdb.
from be897fb774 [GOLD] PowerPC recreate eh_frame for stubs on each relax pass
new 60c4393c50 Updated Swedish translation for the binutils sub-directory.
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:
binutils/ChangeLog | 4 +
binutils/po/sv.po | 1778 +++++++++++++++++-----------------------------------
2 files changed, 580 insertions(+), 1202 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 8b4888843e9 * gcc.target/i386/naked-1.c (dg-options): Add -fno-pic.
new 7202d9a1a4a 2017-08-01 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr81297.c | 16 ++++++++++++++++
gcc/tree-vrp.c | 3 ++-
4 files changed, 29 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr81297.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 c9e80fed227 [IRCE][NFC] Add assert that AddRecExpr's step is not zero
new 07e7c75eef7 [PM] Add a comment clarifying what a particular predicate i [...]
new 5c0c30bdd74 [IRCE][NFC] Add another assert that AddRecExpr's step is not zero
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:
lib/Analysis/CGSCCPassManager.cpp | 8 ++++++++
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp | 1 +
2 files changed, 9 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 b4759947954 Revert "[llvm][llvm-objcopy] Added support for outputting t [...]
new c9e80fed227 [IRCE][NFC] Add assert that AddRecExpr's step is not zero
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/Scalar/InductiveRangeCheckElimination.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 2486a41e399 Daily bump.
new 8b4888843e9 * gcc.target/i386/naked-1.c (dg-options): Add -fno-pic.
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 | 6 +++++-
gcc/testsuite/gcc.target/i386/naked-1.c | 2 +-
2 files changed, 6 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 f06a792cb86 [llvm][llvm-objcopy] Added support for outputting to binary [...]
new 7b3e6a19a26 Revert r309415: "[LVI] Constant-propagate a zero extension [...]
new b4759947954 Revert "[llvm][llvm-objcopy] Added support for outputting t [...]
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:
lib/Analysis/LazyValueInfo.cpp | 112 +----------
.../Transforms/CorrelatedValuePropagation/range.ll | 114 ------------
test/tools/llvm-objcopy/basic-align-copy.test | 37 ----
test/tools/llvm-objcopy/basic-binary-copy.test | 25 ---
tools/llvm-objcopy/LLVMBuild.txt | 2 +-
tools/llvm-objcopy/Object.cpp | 205 ++++++++-------------
tools/llvm-objcopy/Object.h | 55 +-----
tools/llvm-objcopy/llvm-objcopy.cpp | 18 +-
8 files changed, 95 insertions(+), 473 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/basic-align-copy.test
delete mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.