This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 748bc49 [PGO] Add select instr profile in graph dump
new 66d6956 [libFuzzer] properly hide the memcmp interceptor from msan
new 21b9ce0 [APInt] Add integer API bor bitwise operations.
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/ADT/APInt.h | 52 ++++++++++++++++++++++++++++++++++++++++++++
lib/Fuzzer/FuzzerTracePC.cpp | 2 +-
lib/Support/APInt.cpp | 12 ++++++++++
unittests/ADT/APIntTest.cpp | 52 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 117 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 master
in repository gcc.
from b601ad3 PR c++/12245 - excessive memory use
new 1013d83 PR tree-optimization/79340 * tree-vect-loop.c (vectorizable [...]
new bfd3584 PR c++/78689 - ICE on constructor with label
new 300d15e PR tree-optimization/79327 - wrong code at -O2 and -fprintf-r [...]
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 | 19 ++
gcc/cp/ChangeLog | 5 +
gcc/cp/class.c | 2 +-
gcc/cp/optimize.c | 16 +-
gcc/gimple-ssa-sprintf.c | 40 +++-
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/g++.dg/cpp1z/inh-ctor23.C | 3 +
gcc/testsuite/g++.dg/init/ctor12.C | 14 ++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 12 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-13.c | 261 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.c | 159 +++++++++++++
gcc/tree-inline.c | 33 +--
gcc/tree-vect-loop.c | 18 +-
13 files changed, 543 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/ctor12.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-13.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr79327-2.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 lld.
from fe8d40c Simplify. NFC.
new 0ad20e0 Simplify. NFC.
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:
ELF/LinkerScript.cpp | 34 ++++++++++++++++------------------
1 file changed, 16 insertions(+), 18 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 release_40
in repository clang.
from a6a1d3f Merging r293787: -------------------------------------------- [...]
new c1eda1f Merging r293043: -------------------------------------------- [...]
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/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp | 9 +++++-
lib/StaticAnalyzer/Core/MemRegion.cpp | 6 ++--
lib/StaticAnalyzer/Core/RegionStore.cpp | 2 ++
test/Analysis/dispatch-once.m | 7 +++++
test/Analysis/null-deref-static.m | 35 ++++++++++++++++++++++++
5 files changed, 56 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/null-deref-static.m
--
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 a5f1482 [OpenMP] Add missing regression test for pragma distribute, c [...]
new a25cf11 [x86] fix tests with wrong dependency to pass because they br [...]
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/CodeGen/avx512-reduceMinMaxIntrin.c | 10 ++++++----
1 file changed, 6 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 compiler-rt.
from 044cfea [scudo] 32-bit quarantine sizes adjustments and bug fixes
new 63588eb [scudo] Fix buildbot test error on ARM
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/scudo/interface.cpp | 4 ++--
1 file changed, 2 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 lld.
from 31ef5e5 Don't worry about dropping SHF_MERGE.
new fe8d40c Simplify. NFC.
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:
ELF/OutputSections.cpp | 12 +++---------
ELF/OutputSections.h | 3 ---
2 files changed, 3 insertions(+), 12 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-6-branch
in repository gcc.
from 2b74195 2017-02-03 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new a7703f0 gcc/ChangeLog:
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 | 9 ++++++++
gcc/config/rs6000/rs6000-c.c | 13 ++++--------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 26 ++++++++++++++++++++++++
4 files changed, 44 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-3-p8.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 15f1b9d [ARM] Fix some Include What You Use warnings; other minor fix [...]
new 25fbb20 [AArch64] Fix some Include What You Use warnings; other minor [...]
new 748bc49 [PGO] Add select instr profile in graph dump
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:
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 12 ++++++--
.../AArch64/InstPrinter/AArch64InstPrinter.h | 10 +++++--
.../AArch64/MCTargetDesc/AArch64ELFStreamer.cpp | 19 ++++++------
.../MCTargetDesc/AArch64MachObjectWriter.cpp | 30 ++++++++++++-------
.../Instrumentation/PGOInstrumentation.cpp | 35 ++++++++++++++++++++--
5 files changed, 78 insertions(+), 28 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 lld.
from 4377300 Stop propagating Entsize.
new 31ef5e5 Don't worry about dropping SHF_MERGE.
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:
ELF/InputSection.cpp | 7 -------
test/ELF/merge-string.s | 2 ++
2 files changed, 2 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.