This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6dc8337 PR sanitizer/80308 * asan.c (asan_store_shadow_bytes): Fix [...]
new cee17b9 2017-04-05 Vladimir Makarov <vmakarov(a)redhat.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/ChangeLog | 7 +++++++
gcc/ira-color.c | 12 +++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70703.c | 9 +++++++++
4 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70703.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 4561efc [yaml2obj] Improve error message when output file cannot be opened.
new 50982d3 Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages
new 6edf98c [llvm-ar] errors go on stderr and not on stdout.
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:
cmake/modules/AddSphinxTarget.cmake | 7 ++++++-
test/Object/archive-extract.test | 2 +-
tools/llvm-ar/llvm-ar.cpp | 2 +-
3 files changed, 8 insertions(+), 3 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 a9eefb0 [LV] Make test case more robust
new 4561efc [yaml2obj] Improve error message when output file cannot be opened.
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/tools/yaml2obj/invalid_output_file.test | 4 ++++
tools/yaml2obj/yaml2obj.cpp | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 test/tools/yaml2obj/invalid_output_file.test
--
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 a070c92 [DAGCombiner] add and use TLI hook to convert and-of-seteq / [...]
new a9eefb0 [LV] Make test case more robust
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:
.../LoopVectorize/AArch64/aarch64-predication.ll | 82 +++++++++++++---------
1 file changed, 49 insertions(+), 33 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 4a035b6 [DAGCombiner] Don't make a BUILD_VECTOR with operands of ill [...]
new a070c92 [DAGCombiner] add and use TLI hook to convert and-of-seteq / [...]
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/Target/TargetLowering.h | 9 +++++++++
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 15 +++++++++++++++
lib/Target/ARM/ARMISelLowering.h | 4 ++++
lib/Target/PowerPC/PPCISelLowering.h | 4 ++++
lib/Target/X86/X86ISelLowering.h | 4 ++++
test/CodeGen/ARM/setcc-logic.ll | 23 +++++++++--------------
test/CodeGen/PowerPC/setcc-logic.ll | 21 +++++++++++----------
test/CodeGen/X86/avx512-cmp.ll | 6 +++---
test/CodeGen/X86/setcc-logic.ll | 14 ++++++--------
9 files changed, 65 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 clang.
from 2c1528e -Wunreachable-code: 'true' and 'false' should not be treated [...]
new 6b003c4 clang-format-vsix: Add "Format on Save" feature
new a61d7c5 [analyzer] Add a modular constraint system to the CloneDetector
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/clang/Analysis/CloneDetection.h | 349 +++++---
lib/Analysis/CloneDetection.cpp | 887 +++++++++------------
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 100 ++-
.../clang-format-vs/ClangFormat/ClangFormat.csproj | 2 +
.../ClangFormat/ClangFormatPackage.cs | 192 ++---
.../ClangFormat/RunningDocTableEventsDispatcher.cs | 79 ++
tools/clang-format-vs/ClangFormat/Vsix.cs | 96 +++
unittests/Analysis/CMakeLists.txt | 5 +-
unittests/Analysis/CloneDetectionTest.cpp | 110 +++
9 files changed, 1068 insertions(+), 752 deletions(-)
create mode 100644 tools/clang-format-vs/ClangFormat/RunningDocTableEventsDispatcher.cs
create mode 100644 tools/clang-format-vs/ClangFormat/Vsix.cs
create mode 100644 unittests/Analysis/CloneDetectionTest.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 6dbc85b [OpenCL] Extended diagnostics for atomic initialization
new 2c1528e -Wunreachable-code: 'true' and 'false' should not be treated [...]
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/Analysis/ReachableCode.cpp | 8 +++++++-
test/Sema/warn-unreachable.c | 10 ++++++++++
2 files changed, 17 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 fw/syscall-list
in repository glibc.
discards 732daf0 <bits/syscall.h>: Use an arch-independent system call list Linux
new 699cbba <bits/syscall.h>: Use an arch-independent system call list Linux
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (732daf0)
\
N -- N -- N refs/heads/fw/syscall-list (699cbba)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/unix/sysv/linux/Makefile | 8 ++++----
1 file changed, 4 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 fw/syscall-list
in repository glibc.
discards 4b4643e <bits/syscall.h>: Use an arch-independent system call list Linux
new 732daf0 <bits/syscall.h>: Use an arch-independent system call list Linux
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4b4643e)
\
N -- N -- N refs/heads/fw/syscall-list (732daf0)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/unix/sysv/linux/Makefile | 1 -
sysdeps/unix/sysv/linux/gen-syscall-h.awk | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.