This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 57e4fa8 [sancov] skip duplicated points
new ea3f918 IR: Function summary representation for type tests.
new 54f9742 [WebAssembly] Fix the opcode value for i64.rotr.
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/Bitcode/LLVMBitCodes.h | 2 ++
include/llvm/IR/ModuleSummaryIndex.h | 12 ++++++--
lib/Analysis/ModuleSummaryAnalysis.cpp | 34 +++++++++++++++++++----
lib/Bitcode/Reader/BitcodeReader.cpp | 14 ++++++++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 6 ++++
lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 2 +-
test/Bitcode/thinlto-type-tests.ll | 30 ++++++++++++++++++++
test/Bitcode/thinlto-unused-type-tests.ll | 13 +++++++++
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 +
9 files changed, 103 insertions(+), 11 deletions(-)
create mode 100644 test/Bitcode/thinlto-type-tests.ll
create mode 100644 test/Bitcode/thinlto-unused-type-tests.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 compiler-rt.
from 5a58984 Reduce the size of quarantine cache in ASAN_LOW_MEMORY config [...]
new f652bfa Increase the treshold in unit test to accomodate for qurantin [...]
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/asan/tests/asan_noinst_test.cc | 3 ++-
1 file changed, 2 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 db591c6 2016-12-21 Vladimir Makarov <vmakarov(a)redhat.com>
new 6916b9d * dwarf2.def (DW_FORM_ref_sup): Renamed to ... (DW_FORM_ref [...]
new 848ffc5 PR c++/72707 * name-lookup.c (pushdecl_maybe_friend_1): Do [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/name-lookup.c | 6 ++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/Wshadow-12.C | 9 +++++++++
include/ChangeLog | 6 ++++++
include/dwarf2.def | 3 ++-
6 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-12.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 gcc.
from 184fac5 PR bootstrap/78817 * tree-pass.h (make_pass_post_ipa_warn): [...]
new db591c6 2016-12-21 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 | 6 ++++++
gcc/ira-costs.c | 15 ++++++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr78580.c | 18 ++++++++++++++++++
4 files changed, 39 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr78580.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 c2dfb0a [AArch64] Remove a redundant check. NFC.
new fd40c60 [sancov] hash prefix results in huge merge files, use shorter prefix
new 57e4fa8 [sancov] skip duplicated points
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:
test/tools/sancov/merge.test | 38 +++++++++++++++++++-------------------
tools/sancov/sancov.cc | 8 ++++++--
2 files changed, 25 insertions(+), 21 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 cf3cefc PR c++/77830 * constexpr.c (cxx_eval_array_reference): Perf [...]
new 184fac5 PR bootstrap/78817 * tree-pass.h (make_pass_post_ipa_warn): [...]
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 | 20 +++++++++++
gcc/builtins.c | 26 ++++++++------
gcc/c-family/ChangeLog | 11 ++++++
gcc/c-family/c-common.c | 43 +++++++++++++++-------
gcc/c-family/c-common.h | 2 +-
gcc/c/ChangeLog | 4 +++
gcc/c/c-typeck.c | 12 ++++---
gcc/calls.c | 95 -------------------------------------------------
gcc/calls.h | 1 -
gcc/cp/ChangeLog | 5 +++
gcc/cp/call.c | 10 +++++-
gcc/cp/typeck.c | 10 +++++-
gcc/passes.def | 2 ++
gcc/tree-pass.h | 1 +
gcc/tree-ssa-ccp.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/tree.c | 50 ++++++++++++++++++++++++++
gcc/tree.h | 1 +
17 files changed, 262 insertions(+), 126 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 7806e07 Implement P0522R0, matching of template template arguments.
new cf3cefc PR c++/77830 * constexpr.c (cxx_eval_array_reference): Perf [...]
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 | 9 +++
gcc/cp/constexpr.c | 117 ++++++++++++++++++++++++-----------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/cpp0x/pr65398.C | 12 ++--
gcc/testsuite/g++.dg/cpp1y/pr77830.C | 34 ++++++++++
5 files changed, 137 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr77830.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 c880b73 Add the ability for DWARFDie objects to get the parent DWARFDie.
new c2dfb0a [AArch64] Remove a redundant check. 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:
lib/Target/AArch64/AArch64ISelLowering.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from b8618b7 ARM: define a macro for the FPv5 FPU in ARM mode.
new a8bebbe Perform type-checking for a converted constant expression in [...]
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/clang/Sema/Overload.h | 6 +++++-
lib/Sema/SemaInit.cpp | 3 ++-
lib/Sema/SemaOverload.cpp | 23 +++++++++++++++++++++++
lib/Sema/SemaTemplate.cpp | 14 +++++++-------
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 4 ++--
5 files changed, 39 insertions(+), 11 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 8bddda3 cmake: Don't build llvm-config and tblgen concurrently in cro [...]
new c880b73 Add the ability for DWARFDie objects to get the parent DWARFDie.
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/DWARFDebugInfoEntry.h | 38 ++-----
include/llvm/DebugInfo/DWARF/DWARFDie.h | 22 ++--
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 23 ++--
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 10 +-
lib/DebugInfo/DWARF/DWARFDie.cpp | 11 ++
lib/DebugInfo/DWARF/DWARFUnit.cpp | 71 +++++++------
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 116 +++++++++++++++++++++
7 files changed, 209 insertions(+), 82 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.