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 2669a4fee [sanitizer] Remove rsp from the clobber list in internal_clone
new dafd5b461 SafeStack: Delay thread stack clean-up
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/safestack/safestack.cc | 78 ++++++++++++++++++++++++---------
lib/sanitizer_common/sanitizer_common.h | 1 +
lib/sanitizer_common/sanitizer_linux.cc | 8 ++++
test/safestack/pthread-cleanup.c | 31 +++++++++----
4 files changed, 89 insertions(+), 29 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 2c938a6f65d [WebAssembly] Fix wasm backend compilation on gcc 5.4: vari [...]
new 0904319a620 ValueTracking: Start enhancing isKnownNeverNaN
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/ValueTracking.h | 3 +-
lib/Analysis/InstructionSimplify.cpp | 20 +++----
lib/Analysis/ValueTracking.cpp | 24 +++++++--
lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 +-
test/Transforms/InstCombine/known-never-nan.ll | 61 ++++++++++++++++++++++
5 files changed, 97 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/InstCombine/known-never-nan.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 clang.
from f2b72fdc01 AMDGPU: Add another missing builtin
new 7791fab682 Remove obsolete set call
new 7e2622ef40 Mark up deprecated methods as such
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/clang/AST/Comment.h | 10 +-
include/clang/AST/Decl.h | 20 +-
include/clang/AST/DeclBase.h | 10 +-
include/clang/AST/DeclCXX.h | 15 +-
include/clang/AST/DeclObjC.h | 15 +-
include/clang/AST/DeclarationName.h | 10 +-
include/clang/AST/Expr.h | 460 +++++++++++++++++++++++++-------
include/clang/AST/ExprCXX.h | 435 ++++++++++++++++++++++++------
include/clang/AST/ExprObjC.h | 160 ++++++++---
include/clang/AST/ExprOpenMP.h | 10 +-
include/clang/AST/OpenMPClause.h | 10 +-
include/clang/AST/RawCommentList.h | 10 +-
include/clang/AST/Stmt.h | 275 +++++++++++++++----
include/clang/AST/StmtCXX.h | 60 ++++-
include/clang/AST/StmtObjC.h | 70 ++++-
include/clang/AST/StmtOpenMP.h | 10 +-
include/clang/AST/TypeLoc.h | 10 +-
include/clang/Analysis/CloneDetection.h | 5 +-
include/clang/Sema/DeclSpec.h | 30 ++-
lib/CodeGen/CoverageMappingGen.cpp | 5 +-
lib/Sema/SemaChecking.cpp | 10 +-
lib/Sema/SemaDecl.cpp | 8 -
22 files changed, 1312 insertions(+), 336 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 3b9733f095c [MC] Move EH DWARF encodings from MC to CodeGen, NFC
new 2c938a6f65d [WebAssembly] Fix wasm backend compilation on gcc 5.4: vari [...]
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/WebAssembly/WebAssemblyCFGSort.cpp | 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 llvm.
from 43efefa1c86 Add owner for llvm-objcopy
new 54b09599fc4 [InstSimplify] move minnum/maxnum with Inf folds from instcombine
new 3b9733f095c [MC] Move EH DWARF encodings from MC to CodeGen, NFC
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/MC/MCObjectFileInfo.h | 14 +-
include/llvm/Target/TargetLoweringObjectFile.h | 10 ++
lib/Analysis/InstructionSimplify.cpp | 17 ++-
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 156 ++++++++++++++++++++
lib/MC/MCObjectFileInfo.cpp | 162 +--------------------
lib/Target/TargetLoweringObjectFile.cpp | 3 +
lib/Transforms/InstCombine/InstCombineCalls.cpp | 35 -----
test/Transforms/InstCombine/maxnum.ll | 17 ---
test/Transforms/InstCombine/minnum.ll | 17 ---
.../InstSimplify/floating-point-arithmetic.ll | 57 ++++++++
10 files changed, 252 insertions(+), 236 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 9a2dafaebb Added LLVM metadata to generated IR to increase vectorization width
new f2b72fdc01 AMDGPU: Add another missing builtin
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/BuiltinsAMDGPU.def | 1 +
test/CodeGenOpenCL/builtins-amdgcn-ci.cl | 7 +++++++
test/SemaOpenCL/builtins-amdgcn-error-ci.cl | 3 ++-
3 files changed, 10 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 llvm.
from 01d33f7676b [NFC] ConstantMerge: factor out some functions
new 43efefa1c86 Add owner for llvm-objcopy
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:
CODE_OWNERS.TXT | 4 ++++
1 file changed, 4 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 svn-tags/RELEASE_700
in repository openmp.
at 811c06e Creating release candidate rc1 from release_700 branch
This branch includes the following new commits:
new 254f5c3 Creating release directory for release_700.
new 811c06e Creating release candidate rc1 from release_700 branch
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.