This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a4ca999 ThinLTO: add early "dead-stripping" on the Index
new 111762d Fix typo. 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/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 1c9f404 If an explicitly-specified pack might have been extended by t [...]
new d65cd1f Add vec_insert4b and vec_extract4b functions to altivec.h
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/Basic/BuiltinsPPC.def | 3 +
lib/CodeGen/CGBuiltin.cpp | 84 +++++++++++++++++++++++++++
lib/Headers/altivec.h | 3 +
test/CodeGen/builtins-ppc-error.c | 20 +++++++
test/CodeGen/builtins-ppc-extractword-error.c | 15 +++++
test/CodeGen/builtins-ppc-insertword-error.c | 16 +++++
test/CodeGen/builtins-ppc-p9vector.c | 47 +++++++++++++--
7 files changed, 182 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/builtins-ppc-error.c
create mode 100644 test/CodeGen/builtins-ppc-extractword-error.c
create mode 100644 test/CodeGen/builtins-ppc-insertword-error.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 44b0ebe PR 31534: When emitting both DWARF unwind tables and debug in [...]
new a4ca999 ThinLTO: add early "dead-stripping" on the Index
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/IR/ModuleSummaryIndex.h | 19 ++++-
include/llvm/IR/ModuleSummaryIndexYAML.h | 3 +-
include/llvm/LTO/LTO.h | 7 ++
include/llvm/Transforms/IPO/FunctionImport.h | 13 +++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 31 +++++++-
lib/Bitcode/Reader/BitcodeReader.cpp | 6 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 1 +
lib/LTO/LTO.cpp | 41 ++++++++--
lib/LTO/ThinLTOCodeGenerator.cpp | 42 +++++++----
lib/Transforms/IPO/FunctionImport.cpp | 103 +++++++++++++++++++++++--
test/ThinLTO/X86/Inputs/deadstrip.ll | 22 ++++++
test/ThinLTO/X86/deadstrip.ll | 109 +++++++++++++++++++++++++++
12 files changed, 365 insertions(+), 32 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/deadstrip.ll
create mode 100644 test/ThinLTO/X86/deadstrip.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 libcxx.
from 3451a65 thread_support: split out {,non-}recursive mutex
new aa6429d typeinfo: style adjustments for adding MS ABI RTTI
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/typeinfo | 105 ++++++++++++++++++++++++++++++++-----------------------
1 file changed, 62 insertions(+), 43 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 5c1dc8d [asan] Fix comparison in BufferedStackTrace::LocatePcInTrace
new c562277 [compiler-rt] Make macros use __sanitizer::uptr instead of ju [...]
new 3b10b7b [compiler-rt] Set valid PC calling __asan_report_error SetErr [...]
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/asan/tests/asan_interface_test.cc | 3 ++-
lib/sanitizer_common/sanitizer_internal_defs.h | 19 ++++++++++---------
2 files changed, 12 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 8100256 PR tree-optimization/71016 * tree-ssa-phiopt.c (tree_ssa_ph [...]
new 3389a46 * doc/invoke.texi (C Dialect Options): Document it. c [...]
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c.opt | 5 ++++-
gcc/doc/invoke.texi | 6 +++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/sso-10.c | 27 +++++++++++++++++++++++++++
6 files changed, 46 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/sso-10.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 53e64a2 Revert "[sancov] introducing SANCOV_OPTIONS" and related changes
new 5c1dc8d [asan] Fix comparison in BufferedStackTrace::LocatePcInTrace
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_stacktrace.cc | 17 ++++++-----------
1 file changed, 6 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 gcc.
from 4346722 * gcc.target/powerpc/pr71670.c: Require p9vector. [...]
new e6ceca6 PR c++/78890 * class.c (check_field_decls): Diagnose REFERE [...]
new 9d7b3aa PR c++/78931 * decl.c (cp_finish_decomp): Remove probe vari [...]
new 8100256 PR tree-optimization/71016 * tree-ssa-phiopt.c (tree_ssa_ph [...]
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 | 10 ++++++
gcc/cp/ChangeLog | 10 ++++++
gcc/cp/class.c | 16 +++++----
gcc/cp/decl.c | 7 ++--
gcc/testsuite/ChangeLog | 18 ++++++++++
gcc/testsuite/g++.dg/cpp0x/pr78890-1.C | 13 +++++++
gcc/testsuite/g++.dg/cpp0x/pr78890-2.C | 44 +++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/union6.C | 4 +--
gcc/testsuite/g++.dg/cpp0x/{union6.C => union8.C} | 12 +++++--
gcc/testsuite/g++.dg/cpp1z/decomp19.C | 13 +++++++
gcc/testsuite/g++.dg/init/ref14.C | 2 +-
gcc/testsuite/g++.dg/init/union1.C | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr66726-3.c | 16 +++++++++
gcc/testsuite/gcc.target/aarch64/pr71016.c | 10 ++++++
gcc/testsuite/gcc.target/i386/pr71016.c | 10 ++++++
gcc/tree-ssa-phiopt.c | 41 +++++++++++++++++----
16 files changed, 203 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78890-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78890-2.C
copy gcc/testsuite/g++.dg/cpp0x/{union6.C => union8.C} (61%)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp19.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr66726-3.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr71016.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr71016.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 82d65fb [LICM] Allow promotion of some stores that are not guaranteed [...]
new 44b0ebe PR 31534: When emitting both DWARF unwind tables and debug 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/llvm/CodeGen/AsmPrinter.h | 7 +++++
lib/CodeGen/AsmPrinter/ARMException.cpp | 3 ++-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 24 ++++++++++++++++-
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp | 2 +-
test/CodeGen/Generic/cfi-sections.ll | 39 ++++++++++++++++++++++++++++
5 files changed, 72 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Generic/cfi-sections.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from da4fe56 Bug #2262: Add --enable-kernel configure option to eglibc.
new 6b24f65 Bug #2487: Do not duplicate binutils documentation.
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/make.sh | 29 +++++++++--------------------
1 file changed, 9 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.