This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 36ff41a [InstCombine] remove fold of an icmp pattern that should neve [...]
new 0f970f8 [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVC
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/modules/AddLLVM.cmake | 5 +++++
1 file changed, 5 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 compiler-rt.
from 9ecf34a Fix profile test assuming dumb compiler
new 36290a1 Remove extra scariness.Clear() call.
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_errors.h | 1 -
1 file changed, 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 15182c1 2016-09-01 Richard Biener <rguenther(a)suse.de>
new f243884 2016-09-01 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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 | 9 +++++++++
gcc/config/rs6000/rs6000.c | 16 ++++++++++------
2 files changed, 19 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 fc03914 [Hexagon] Deal with undefs when extending live intervals
new 36ff41a [InstCombine] remove fold of an icmp pattern that should neve [...]
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/InstCombine/InstCombineCompares.cpp | 15 ---------------
test/Transforms/InstCombine/cast.ll | 15 +++++++++++++++
2 files changed, 15 insertions(+), 15 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 f37c8a6 [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches
new cea4c9f Optimized FMA intrinsic + FNEG , like -(a*b+c)
new fc03914 [Hexagon] Deal with undefs when extending live intervals
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/Target/Hexagon/HexagonExpandCondsets.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 107 ++++++++++++++++++-----
test/CodeGen/Hexagon/expand-condsets-extend.ll | 112 +++++++++++++++++++++++++
test/CodeGen/X86/avx2-fma-fneg-combine.ll | 86 +++++++++++++++++++
test/CodeGen/X86/fma-fneg-combine.ll | 62 ++++++++++----
5 files changed, 333 insertions(+), 36 deletions(-)
create mode 100644 test/CodeGen/Hexagon/expand-condsets-extend.ll
create mode 100644 test/CodeGen/X86/avx2-fma-fneg-combine.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 dc6892d [analyzer] Add more FileIDs to PlistDiagnostic map to avoid a [...]
new 88f65ed [analyzer] ExprEngine: remove second call to PreStmt<CastExpr>
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/StaticAnalyzer/Checkers/Checkers.td | 4 ++
.../Checkers/AnalysisOrderChecker.cpp | 56 ++++++++++++++++++++++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 10 +---
test/Analysis/castexpr-callback.c | 10 ++++
5 files changed, 72 insertions(+), 9 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp
create mode 100644 test/Analysis/castexpr-callback.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 lld.
from 6e64538 Eliminate LayoutInputSection class
new a09a740 Sign extend a value before passing it to the Target.
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/Thunks.cpp | 3 ++-
test/ELF/arm-thumb-interwork-thunk-range.s | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/arm-thumb-interwork-thunk-range.s
--
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 glibc.
from de6b6d1 ldbl-128: Cleanup e_gammal_r.c after _Float128 rename
new 4d72808 Base <sys/quota.h> on Linux kernel headers [BZ #20525]
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 | 19 +++
NEWS | 4 +
sysdeps/unix/sysv/linux/Makefile | 2 +-
sysdeps/unix/sysv/linux/sys/quota.h | 169 +++++----------------
.../unix/sysv/linux/tst-quota.c | 66 ++++----
5 files changed, 90 insertions(+), 170 deletions(-)
copy nptl/tst-align.c => sysdeps/unix/sysv/linux/tst-quota.c (56%)
--
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 b64e122 Clear scariness score when initializing ErrorDoubleFree
new 9ecf34a Fix profile test assuming dumb compiler
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:
test/profile/Linux/instrprof-cs.c | 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 gcc.
from 9d846e4 * config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
new 15182c1 2016-09-01 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr77436.c | 11 +++++++++++
gcc/tree-chrec.c | 18 ++++++++++--------
4 files changed, 32 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr77436.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.