This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository dejagnu.
from 3073ac1 Fix bug reported by Andrey ``Bass'' Shcheglov.
new 96eda3c Fix another bug reported by Andrey ``Bass'' Shcheglov.
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:
ChangeLog | 6 ++++++
lib/framework.exp | 24 +++++++++++++++---------
2 files changed, 21 insertions(+), 9 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 6a52c89fd [builtins] fix build error on non-ARM for r310884
new 237a4de6d Revert r310857 due to internal test failure
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/profile/InstrProfilingFile.c | 28 +++++++++++-----------------
lib/profile/InstrProfilingUtil.c | 3 +--
test/profile/instrprof-path.c | 18 +-----------------
3 files changed, 13 insertions(+), 36 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 822b8dab31f [SLPVectorizer] Replace VL[0] to VL0 with assert, add propa [...]
new faa4dac4dbb Propagate error in LazyEmittingLayer::removeModule.
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/ExecutionEngine/Orc/LazyEmittingLayer.h | 10 +++++-----
1 file changed, 5 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 clang.
from 75ea7d101d Revert "Fix LLVMgold plugin name/path for non-Linux."
new 7890d5abb1 Avoid PointerIntPair of constexpr EvalInfo structs
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/AST/ExprConstant.cpp | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 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 7fb0921b734 [CMake] Add install target for LLVMFuzzer
new 822b8dab31f [SLPVectorizer] Replace VL[0] to VL0 with assert, add propa [...]
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/Vectorize/SLPVectorizer.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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_50
in repository llvm.
from 4e549e75cef Merging r309044, r309071, r309120, r309122, r309140 and r30 [...]
new 492b2bcbcfa Merging r309945, r310779 and r310842: --------------------- [...]
new 801c03eec90 Merging r310784: ------------------------------------------ [...]
new ac08c794cc1 Merging r310796: ------------------------------------------ [...]
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:
CMakeLists.txt | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Transforms/Scalar/BDCE.cpp | 44 +++++++++++
test/CodeGen/X86/adx-intrinsics.ll | 27 +++++++
test/Transforms/BDCE/invalidate-assumptions.ll | 100 +++++++++++++++++++++++++
5 files changed, 174 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/BDCE/invalidate-assumptions.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 release_50
in repository clang.
from b52dc49165 Merging r310804: ------------------------------------------- [...]
new af14523149 Merging r310706 and r310829: ------------------------------- [...]
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/Sema/SemaDecl.cpp | 1 +
test/Modules/Inputs/innerstructredef.h | 6 ++++++
test/Modules/Inputs/module.map | 9 +++++++++
test/Modules/inner-struct-redefines-invisible.m | 12 ++++++++++++
4 files changed, 28 insertions(+)
create mode 100644 test/Modules/Inputs/innerstructredef.h
create mode 100644 test/Modules/inner-struct-redefines-invisible.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 e03c45444b [CMake] Include LLVMFuzzer in Fuchsia toolchain
new 75ea7d101d Revert "Fix LLVMgold plugin name/path for non-Linux."
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/Driver/ToolChains/CommonArgs.cpp | 16 ++--------------
1 file changed, 2 insertions(+), 14 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 c234a67862 Fix LLVMgold plugin name/path for non-Linux.
new e03c45444b [CMake] Include LLVMFuzzer in Fuchsia toolchain
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:
cmake/caches/Fuchsia-stage2.cmake | 1 +
1 file changed, 1 insertion(+)
--
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 b6ef8931737 Add missing dependency in ICP. (NFC)
new 7fb0921b734 [CMake] Add install target for LLVMFuzzer
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/Fuzzer/CMakeLists.txt | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.