This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 43cbae2 Revert "Do not verify dominator tree if it has no roots"
new 1a40f3b [SLP] Extra test for functionality with extra args.
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/Transforms/SLPVectorizer/X86/horizontal-list.ll | 6 ++++--
1 file changed, 4 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 llvm.
from 396de7f Add loop pass insertion point EP_LateLoopOptimizations
new 7fa7cb1 PowerPC: Slight cleanup of getReservedRegs(); NFC
new 43cbae2 Revert "Do not verify dominator tree if it has no roots"
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/CodeGen/MachineDominators.cpp | 4 ----
lib/IR/Dominators.cpp | 4 ----
lib/Target/PowerPC/PPCRegisterInfo.cpp | 29 ++++++++++------------------
test/CodeGen/Generic/externally_available.ll | 2 +-
4 files changed, 11 insertions(+), 28 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_40
in repository llvm.
from 52cd70f Merging r291909: -------------------------------------------- [...]
new dc54ec4 Merging r292444: -------------------------------------------- [...]
new 696d5d4 Merging r293025: -------------------------------------------- [...]
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/X86/X86ISelLowering.cpp | 97 -----------
lib/Transforms/Utils/SimplifyCFG.cpp | 8 +
test/CodeGen/X86/avx-trunc.ll | 26 ---
test/CodeGen/X86/avx512-trunc.ll | 205 ------------------------
test/Transforms/SimplifyCFG/sink-common-code.ll | 24 +++
5 files changed, 32 insertions(+), 328 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 libcxx.
from 9bb0cca Implement LWG2556: Wide contract for future::share()
new 8a032c5 [libcxx] Mentions "targeting C++11 and above" instead of "tar [...]
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:
docs/index.rst | 3 ++-
1 file changed, 2 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 gcc.
from 8a3ae1e gcc/ChangeLog:
new f522812 gcc/testsuite * gcc.dg/vect/vect-24.c: Remove xfail on ARM [...]
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/vect/vect-24.c | 3 +--
2 files changed, 5 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 clang.
from bf900fb Clarify how to forward-declare __llvm_profile symbols.
new bc0be02 [OpenMP] Support for the proc_bind-clause on 'target parallel [...]
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/CGOpenMPRuntimeNVPTX.cpp | 11 +++
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 6 ++
.../nvptx_target_parallel_proc_bind_codegen.cpp | 106 +++++++++++++++++++++
3 files changed, 123 insertions(+)
create mode 100644 test/OpenMP/nvptx_target_parallel_proc_bind_codegen.cpp
--
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 e4240e6 [powerpc] deactivate ThreadedOneSizeMallocStressTest asan tes [...]
new fc41cbd [scudo] Enabling AArch64 support for Scudo
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/config-ix.cmake | 2 +-
test/scudo/random_shuffle.cpp | 2 +-
2 files 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 e61c8a5 [ARM][testsuite] Force -mcpu=cortex-a57 for vsel* tests.
new 8a3ae1e gcc/ChangeLog:
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.c | 17 ++++++++---------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 20 +++++++++++++++++++-
4 files changed, 36 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 1dd101b [Guards] Introduce loop-predication pass
new 396de7f Add loop pass insertion point EP_LateLoopOptimizations
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/Transforms/IPO/PassManagerBuilder.h | 8 ++++++++
lib/Transforms/IPO/PassManagerBuilder.cpp | 2 ++
2 files changed, 10 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 binutils-gdb.
from a1aa5e8 Clarify that include/opcode/ files are part of GNU opcodes
new 5ac9524 Handle DW_OP_GNU_implicit_pointer in dwarf assembler
new f13a9a0 Use dwarf assembler in gdb.dwarf2/implptr-64bit.exp
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:
gdb/testsuite/ChangeLog | 13 ++
gdb/testsuite/gdb.dwarf2/implptr-64bit.S | 226 -----------------------------
gdb/testsuite/gdb.dwarf2/implptr-64bit.exp | 118 +++++++++++++--
gdb/testsuite/lib/dwarf.exp | 45 +++++-
4 files changed, 165 insertions(+), 237 deletions(-)
delete mode 100644 gdb/testsuite/gdb.dwarf2/implptr-64bit.S
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.