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 617d610c7 [libFuzzer] tweam use_feature_frequency to be less aggressive [...]
new cb11821c2 [Sanitizers] Add more details to ASan allocator stats report.
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/asan_memory_profile.cc | 3 +++
.../sanitizer_allocator_primary64.h | 24 ++++++++++++++++------
2 files changed, 21 insertions(+), 6 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 b1021f33e0b [X86] Add initial skeleton support for knm cpu
new 44b77357dab [LLVMCore] fix description for OverflowingBinaryOperator; 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:
include/llvm/IR/Operator.h | 6 +++---
1 file changed, 3 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 lld.
from 376575fcf Simplify. NFC.
new 2ae4ba624 [lld] Move Threads to Common
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:
Common/CMakeLists.txt | 1 +
{ELF => Common}/Threads.cpp | 8 +++++---
ELF/CMakeLists.txt | 1 -
ELF/Config.h | 1 -
ELF/Driver.cpp | 4 ++--
ELF/Error.cpp | 3 ++-
ELF/Filesystem.cpp | 4 ++--
ELF/ICF.cpp | 4 ++--
ELF/LinkerScript.cpp | 2 +-
ELF/MapFile.cpp | 3 ++-
ELF/OutputSections.cpp | 2 +-
ELF/SyntheticSections.cpp | 4 ++--
ELF/Writer.cpp | 2 +-
{ELF => include/lld/Common}/Threads.h | 14 ++++++--------
14 files changed, 27 insertions(+), 26 deletions(-)
rename {ELF => Common}/Threads.cpp (83%)
rename {ELF => include/lld/Common}/Threads.h (95%)
--
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 578a8d74e8 [CodeGen] emitOMPArraySectionBase() to generate TBAA info al [...]
new 53db9fb633 [X86] Add skeleton support for knm cpu
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/Basic/Targets/X86.cpp | 5 ++
lib/Basic/Targets/X86.h | 5 ++
test/Driver/x86-march.c | 4 ++
test/Preprocessor/predefined-arch-macros.c | 75 ++++++++++++++++++++++++++++++
4 files changed, 89 insertions(+)
--
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 0619814b0 Handle shared and lazy symbol in the gnu hash construction.
new 376575fcf 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/MarkLive.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 llvm.
from 0a54333196e [IPSCCP] Move common functions to ValueLatticeUtils (NFC)
new b1021f33e0b [X86] Add initial skeleton support for knm cpu
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/Support/Host.cpp | 6 ++++++
lib/Target/X86/X86.td | 21 ++++++++++++++++-----
test/CodeGen/X86/cpus.ll | 1 +
3 files changed, 23 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 lld.
from 972e5ec51 [LLD] Fix typo. NFC
new 718eb3066 Relax test.
new 0619814b0 Handle shared and lazy symbol in the gnu hash construction.
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:
ELF/SyntheticSections.cpp | 2 +-
test/ELF/gc-sections-shared.s | 10 +++---
test/ELF/gnu-hash-table.s | 75 ++++++++++++++++++++++++++++++++++++-------
3 files changed, 69 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 master
in repository llvm.
from a7bbf63f800 [InstCombine] add hasOneUse check to add-zext-add fold to p [...]
new 0a54333196e [IPSCCP] Move common functions to ValueLatticeUtils (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:
include/llvm/Analysis/ValueLatticeUtils.h | 41 ++++++++++++++
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/ValueLatticeUtils.cpp | 44 +++++++++++++++
lib/Transforms/Scalar/SCCP.cpp | 89 ++++++++++---------------------
4 files changed, 113 insertions(+), 62 deletions(-)
create mode 100644 include/llvm/Analysis/ValueLatticeUtils.h
create mode 100644 lib/Analysis/ValueLatticeUtils.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 llvm.
from b1b02b7e6c2 [llvm-demangle-fuzzer] Add a fuzz target for ItaniumDemangler.
new 5860eabc2fd [InstCombine] add tests for add (zext (add nuw X, C2)), C - [...]
new a7bbf63f800 [InstCombine] add hasOneUse check to add-zext-add fold to p [...]
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/Transforms/InstCombine/InstCombineAddSub.cpp | 6 ++---
test/Transforms/InstCombine/add.ll | 31 ++++++++++++++++++++++++
2 files changed, 33 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 gcc.
from 4bed1b09c24 PR target/82274 * internal-fn.c (expand_mul_overflow): If [...]
new 7f4b71c93e3 2017-10-13 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 | 6 +++++
.../g++.dg/cpp1y/lambda-generic-69078-1.C | 28 ++++++++++++++++++++++
.../g++.dg/cpp1y/lambda-generic-69078-2.C | 21 ++++++++++++++++
3 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-69078-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-69078-2.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.