This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e2e699463a9 2018-02-05 Paolo Carlini <paolo.carlini(a)oracle.com>
new a9a9828b8ac * class.c: Remove unused global variables. (build_ [...]
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 | 8 ++++++++
gcc/cp/class.c | 33 ---------------------------------
gcc/cp/cp-tree.h | 1 -
gcc/cp/tree.c | 1 -
4 files changed, 8 insertions(+), 35 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 395b5e525 Resolve binary symlinks before finding its separate .debug file
new 7b9908513 [dotest] make debug info variant accessible in setUp()
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:
packages/Python/lldbsuite/test/decorators.py | 6 ++--
.../test/functionalities/exec/TestExec.py | 2 +-
packages/Python/lldbsuite/test/lldbinline.py | 8 ++---
packages/Python/lldbsuite/test/lldbtest.py | 37 +++++++++++-----------
.../Python/lldbsuite/test/logging/TestLogging.py | 17 ++--------
5 files changed, 29 insertions(+), 41 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 7c2b1dbca04 Cherry-pick libsanitizer pointer-pair tristate option.
new e2e699463a9 2018-02-05 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 +++++
gcc/testsuite/g++.dg/cpp1z/inline-var4.C | 18 ++++++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var4.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 f4f7821f84b Fix more print format specifiers in debug_rnglists dumping
new a32887991d1 [llvm-opt-fuzzer] Avoid adding incorrect inputs to the fuzz [...]
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/FuzzMutate/FuzzerCLI.h | 6 +++++
lib/FuzzMutate/FuzzerCLI.cpp | 10 ++++++++
tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 4 +--
tools/llvm-opt-fuzzer/llvm-opt-fuzzer.cpp | 38 +++++++++++++++++++++++------
4 files changed, 48 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 gcc.
from c89a66731b3 Adjust ira_init_register_move_cost comment
new 62259c70834 [AArch64] Remove SVE XFAILs
new 7c2b1dbca04 Cherry-pick libsanitizer pointer-pair tristate option.
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 | 4 +++
gcc/doc/invoke.texi | 10 +++---
gcc/testsuite/ChangeLog | 16 +++++++++
.../c-c++-common/asan/pointer-compare-1.c | 2 +-
.../c-c++-common/asan/pointer-compare-2.c | 2 +-
.../c-c++-common/asan/pointer-compare-3.c | 39 ++++++++++++++++++++++
.../c-c++-common/asan/pointer-subtract-1.c | 2 +-
.../c-c++-common/asan/pointer-subtract-2.c | 2 +-
.../c-c++-common/asan/pointer-subtract-3.c | 2 +-
.../c-c++-common/asan/pointer-subtract-4.c | 2 +-
gcc/testsuite/gcc.target/aarch64/sve/vcond_4.c | 16 ++++-----
gcc/testsuite/gcc.target/aarch64/sve/vcond_5.c | 36 ++++++++++----------
libsanitizer/ChangeLog | 6 ++++
libsanitizer/asan/asan_flags.inc | 6 ++--
libsanitizer/asan/asan_report.cc | 6 +++-
15 files changed, 111 insertions(+), 40 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pointer-compare-3.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 lldb.
from 70205e8c0 Fix upper->lower case for /usr/lib/debug/.build-id/**.debug
new 395b5e525 Resolve binary symlinks before finding its separate .debug file
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:
.../lldbsuite/test/linux/sepdebugsymlink/Makefile | 20 ++++++++++++++++++++
.../TestTargetSymbolsSepDebugSymlink.py} | 9 +++++----
.../linux/{buildidcase => sepdebugsymlink}/main.c | 0
source/Host/common/Symbols.cpp | 9 +++++++--
4 files changed, 32 insertions(+), 6 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/linux/sepdebugsymlink/Makefile
copy packages/Python/lldbsuite/test/linux/{buildidcase/TestTargetSymbolsBuildidCas [...]
copy packages/Python/lldbsuite/test/linux/{buildidcase => sepdebugsymlink}/main.c (100%)
--
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_60
in repository llvm.
from 93086eb4801 [ReleaseNotes] Add note for enabling GlobalISel for AArch64 -O0
new 24c873b42c1 Merging r324002: ------------------------------------------ [...]
new dd47b68215b Merging r324039: (test case modified to work around r323886 [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/CodeGen/SplitKit.cpp | 53 +++++--
lib/CodeGen/SplitKit.h | 6 +-
test/CodeGen/ARM/splitkit.ll | 245 +++++++++++++++++++++++++++++++
test/CodeGen/X86/pr36199.ll | 22 +++
5 files changed, 318 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/ARM/splitkit.ll
create mode 100644 test/CodeGen/X86/pr36199.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 llvm.
from f2b55fd78c9 Revert [SimplifyCFG] Relax restriction for folding uncondit [...]
new f4f7821f84b Fix more print format specifiers in debug_rnglists dumping
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/DebugInfo/DWARF/DWARFDebugRnglists.h | 2 +-
lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 10 ++++++----
2 files changed, 7 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 7ff6ffe1d Turn off the deprecated ALWAYS_SEARCH_USER_PATHS feature in d [...]
new 70205e8c0 Fix upper->lower case for /usr/lib/debug/.build-id/**.debug
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:
.../lldbsuite/test/linux/buildidcase/Makefile | 20 ++++++++++++++++++++
.../buildidcase/TestTargetSymbolsBuildidCase.py | 21 +++++++++++++++++++++
.../Python/lldbsuite/test/linux/buildidcase/main.c | 0
source/Host/common/Symbols.cpp | 2 ++
4 files changed, 43 insertions(+)
create mode 100644 packages/Python/lldbsuite/test/linux/buildidcase/Makefile
create mode 100644 packages/Python/lldbsuite/test/linux/buildidcase/TestTargetSymb [...]
copy lit/SymbolFile/PDB/Inputs/CompilandsTest.cpp => packages/Python/lldbsuite/tes [...]
--
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 e53fd9104a2 Fix GCOV documentation (PR gcov-profile/84137).
new c89a66731b3 Adjust ira_init_register_move_cost comment
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 | 4 ++++
gcc/ira.c | 6 ++++--
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.