This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e0288d90cb0 [SelectionDAG] Enable SimplifyDemandedVectorElts support fo [...]
new 7256cd438bf AMDGPU/SI: Turn off GPR Indexing Mode immediately after the [...]
new 55da8a3a3e0 [JumpThreading] PR36133 enable/disable DominatorTree for LV [...]
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/LazyValueInfo.h | 7 +++
include/llvm/IR/Dominators.h | 3 ++
lib/Analysis/LazyValueInfo.cpp | 30 ++++++++++++-
lib/IR/Dominators.cpp | 3 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 61 ++++++++++----------------
lib/Transforms/Scalar/JumpThreading.cpp | 37 ++++++++++++++++
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 62 ++++++++++-----------------
test/Transforms/JumpThreading/pr36133.ll | 44 +++++++++++++++++++
8 files changed, 169 insertions(+), 78 deletions(-)
create mode 100644 test/Transforms/JumpThreading/pr36133.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 newlib.
from 26bcedda2 Cygwin: fix utils path handling in case cygdrive path is just '/'
new ea543d3ff Cygwin: fix declaration of fhandler_socket::socketpair
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:
winsup/cygwin/fhandler.h | 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 gcc.
from 1a60f00eee5 /cp 2018-02-16 Paolo Carlini <paolo.carlini(a)oracle.com>
new 5d4ea37d1bc [C++ PATCH] Deprecate -ffriend-injection
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/cp/ChangeLog | 7 +++++++
gcc/cp/decl.c | 8 +++++++-
gcc/cp/name-lookup.c | 6 ++++++
gcc/doc/extend.texi | 18 +++++++++++++++---
gcc/doc/invoke.texi | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.old-deja/g++.jason/scoping15.C | 8 ++++++--
gcc/testsuite/g++.old-deja/g++.mike/net43.C | 4 ++--
9 files changed, 55 insertions(+), 10 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 a60b694525c [InstCombine] reduce code duplication; NFC
new e0288d90cb0 [SelectionDAG] Enable SimplifyDemandedVectorElts support fo [...]
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/CodeGen/SelectionDAG/TargetLowering.cpp | 25 ++++++++++
test/CodeGen/X86/sse3.ll | 12 ++---
test/CodeGen/X86/vector-shuffle-128-v4.ll | 16 +++----
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 58 ++++++++---------------
4 files changed, 56 insertions(+), 55 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 glibc.
from 8724507385 Add runtime check if mutex will be elided in tst-mutex8 testcases.
new 16efad5171 manual: Fix a syntax error.
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 | 5 +++++
manual/platform.texi | 2 +-
2 files changed, 6 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 newlib.
from f881942d7 Cygwin: net: Improve standars conformance comments
new 26bcedda2 Cygwin: fix utils path handling in case cygdrive path is just '/'
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:
winsup/cygwin/release/2.10.1 | 2 ++
winsup/utils/path.cc | 32 ++++++++++++++++++++------------
2 files changed, 22 insertions(+), 12 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 binutils-gdb.
from 75cdede099 Add -z noseparate-code to ld-elf tests
new fd90ace4c1 New class allocate_on_obstack
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:
gdb/ChangeLog | 10 ++++++++++
gdb/block.c | 12 ++++--------
gdb/dwarf2read.c | 14 +++++---------
gdb/gdb_obstack.h | 20 ++++++++++++++++++++
gdb/gdbtypes.c | 18 +++++++++++-------
5 files changed, 50 insertions(+), 24 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 7267bdf4929 [X86][SSE] Allow float domain crossing if we are merging 2 [...]
new a60b694525c [InstCombine] reduce code duplication; 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:
.../InstCombine/InstCombineMulDivRem.cpp | 50 ++++++++--------------
1 file changed, 19 insertions(+), 31 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 95f8295f51 [Coroutines] Use target-agnostic size_t in test
new e4d319b99a [ARM] Add tests for the vcvtr builtins
new 7747529ce0 Use Token::isOneOf method in Parser.
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/Parse/Parser.h | 6 ++---
test/CodeGen/builtins-arm.c | 60 ++++++++++++++++++++++++++++----------------
test/Sema/builtins-arm.c | 15 +++++++++++
3 files changed, 56 insertions(+), 25 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 newlib.
from 2327f0172 Cygwin: fhandler_socket: Add :: to potentially colliding WinS [...]
new f881942d7 Cygwin: net: Improve standars conformance comments
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:
winsup/cygwin/net.cc | 65 ++++++++++++++++++++++++++++------------------------
1 file changed, 35 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.