This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 81c5c0f [Core] Retire yet another unused member function.
new 9396e31 Core: Use ilist_full_embedded_sentinel_traits for SimpleReference
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/lld/Core/Simple.h | 48 +++++++----------------------------------------
1 file changed, 7 insertions(+), 41 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 e5ae839 [LVI] Take guards into account
new a3c0803 [BasicAA] Avoid calling GetUnderlyingObject, when the result [...]
new 0ac09cb [x86] X86ISelLowering zext(add_nuw(x, C)) --> add(zext(x), C_zext)
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/Analysis/BasicAliasAnalysis.h | 9 +++--
lib/Analysis/BasicAliasAnalysis.cpp | 38 +++++++++++-------
lib/Target/X86/X86ISelLowering.cpp | 49 ++++++++++++++++--------
test/CodeGen/X86/{add-nsw-sext.ll => add-ext.ll} | 32 ++++++++++++++--
4 files changed, 93 insertions(+), 35 deletions(-)
rename test/CodeGen/X86/{add-nsw-sext.ll => add-ext.ll} (81%)
--
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 7cd5c38 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_m [...]
new 7175bb2 PR c/67410 * c-typeck.c (set_nonincremental_init_from_strin [...]
new 7079d57 Fix PR middle-end/71654 (missed shortening of a compare)
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:
gcc/ChangeLog | 7 +++++++
gcc/c/ChangeLog | 8 ++++++++
gcc/c/c-typeck.c | 4 +++-
gcc/match.pd | 4 +++-
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/c-c++-common/pr71654.c | 28 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr67410.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/vrp23.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp24.c | 2 +-
9 files changed, 79 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr71654.c
create mode 100644 gcc/testsuite/gcc.dg/pr67410.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 gcc-6-branch
in repository gcc.
from 39ec951 [AArch64] Handle HFAs of float16 types properly
new f443e14 PR c/67410 * c-typeck.c (set_nonincremental_init_from_strin [...]
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/c/ChangeLog | 8 ++++++++
gcc/c/c-typeck.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr67410.c | 15 +++++++++++++++
4 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67410.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 c6f72e4 Add move ops to satisfy MSVC.
new e5ae839 [LVI] Take guards into account
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/Analysis/LazyValueInfo.cpp | 40 ++++++---
.../CorrelatedValuePropagation/guards.ll | 95 ++++++++++++++++++++++
2 files changed, 124 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/CorrelatedValuePropagation/guards.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 gcc.
from 8333fc5 2016-08-12 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 7cd5c38 * config/i386/sse.md (avx512dq_vextract<shuffletype>64x2_1_m [...]
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/config/i386/sse.md | 8 ++++----
2 files changed, 10 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 llvm.
from 67a14c0 [AArch64] Re-factor code shared by AArch64LoadStoreOpt and AA [...]
new c6f72e4 Add move ops to satisfy 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:
include/llvm/Analysis/ModuleSummaryAnalysis.h | 9 +++++++++
1 file changed, 9 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 7c12957 [mips] XFAIL the new mips64el compiler-rt tests that fail on [...]
new c10f095 [mips] Remove obstack.cc XFAIL added in r278504 since it brok [...]
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/msan/Linux/obstack.cc | 2 --
1 file changed, 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 e18f64c [LVI] Fix potential memory corruption in getValueFromCondition
new 67a14c0 [AArch64] Re-factor code shared by AArch64LoadStoreOpt and AA [...]
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/AArch64/AArch64InstrInfo.cpp | 35 +++------------------
lib/Target/AArch64/AArch64InstrInfo.h | 32 +++++++++++++++++++
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 40 ++----------------------
3 files changed, 40 insertions(+), 67 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 56fb8e9 PR tree-optimization/69848 * tree-vectorizer.h (enum vect_d [...]
new 8333fc5 2016-08-12 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 | 5 +++++
gcc/config/rs6000/rs6000.c | 14 +++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.