This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 62a81dfaec Recommit of [OpenMP] Initial implementation of code generati [...]
new 3d4b66d7bf [PGO/tests] Update comment to reflect reality.
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/CodeGen/pgo-sample-thinlto-summary.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 llvm.
from 21db70eaca1 [APInt] Use isSubsetOf, intersects, and bit counting method [...]
new 4b3dea8edf3 [InstCombine] Remove redundant code from SimplifyUsingDistr [...]
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/InstructionCombining.cpp | 16 ----------------
1 file changed, 16 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 4eaf83fa60 [libclang] Check for a record declaration before a template [...]
new 9964f5200e [PGO] Update test now that we don't call IndirectCallPromotion.
new 62a81dfaec Recommit of [OpenMP] Initial implementation of code generati [...]
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/CGOpenMPRuntime.cpp | 22 +-
lib/CodeGen/CGOpenMPRuntime.h | 40 +-
lib/CodeGen/CGStmtOpenMP.cpp | 436 +++-
lib/CodeGen/CodeGenFunction.h | 96 +-
test/CodeGen/pgo-sample-thinlto-summary.c | 4 +-
test/OpenMP/distribute_parallel_for_codegen.cpp | 2260 ++++++++++++++++++++
...istribute_parallel_for_firstprivate_codegen.cpp | 619 ++++++
test/OpenMP/distribute_parallel_for_if_codegen.cpp | 192 ++
...istribute_parallel_for_lastprivate_codegen.cpp} | 368 +++-
...distribute_parallel_for_num_threads_codegen.cpp | 121 ++
...=> distribute_parallel_for_private_codegen.cpp} | 123 +-
.../distribute_parallel_for_proc_bind_codegen.cpp | 93 +
12 files changed, 4187 insertions(+), 187 deletions(-)
create mode 100644 test/OpenMP/distribute_parallel_for_codegen.cpp
create mode 100644 test/OpenMP/distribute_parallel_for_firstprivate_codegen.cpp
create mode 100644 test/OpenMP/distribute_parallel_for_if_codegen.cpp
copy test/OpenMP/{distribute_lastprivate_codegen.cpp => distribute_parallel_for_la [...]
create mode 100644 test/OpenMP/distribute_parallel_for_num_threads_codegen.cpp
copy test/OpenMP/{distribute_private_codegen.cpp => distribute_parallel_for_privat [...]
create mode 100644 test/OpenMP/distribute_parallel_for_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 gcc-7-branch
in repository gcc.
from bbba11e2225 PR sanitizer/80349 * fold-const.c (fold_binary_loc) <case [...]
new 839f4eabab5 PR tree-optimization/80497 - ICE at -O1 and above on valid [...]
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 | 7 ++++
gcc/gimple-ssa-sprintf.c | 7 ++--
gcc/testsuite/ChangeLog | 5 +++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-17.c | 42 ++++++++++++++++++++++
4 files changed, 59 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-17.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 0000cef63bb [X86][SSE] Add tests for PR14657 showing current codegen.
new 4c75072695c [InstCombine] Fix CHECK-LABEL in two tests.
new 21db70eaca1 [APInt] Use isSubsetOf, intersects, and bit counting method [...]
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/Analysis/InstructionSimplify.cpp | 5 ++---
lib/Analysis/ValueTracking.cpp | 8 ++++----
lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 4 ++--
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 3 +--
test/Transforms/InstSimplify/AndOrXor.ll | 4 ++--
7 files changed, 13 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 lld.
from 7b910a8b3 Add a test for ICF and REL relocations.
new 4ff8ce492 Make it explicit that -export-dynamic overrides -dynamic-list [...]
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/Driver.cpp | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 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 3fa6e4872d conformtest: Allow *_t in sys/socket.h.
new 9fe3c80c7c Fix sys/socket.h namespace issues from sys/uio.h inclusion ( [...]
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 | 18 +++++++++++++++
bits/uio.h | 10 +--------
conform/Makefile | 4 ----
include/bits/types/struct_iovec.h | 1 +
misc/Makefile | 2 +-
.../bits/types/struct_iovec.h | 26 ++++++++++------------
nptl/tst-cancel4.c | 1 +
posix/test-errno.c | 1 +
socket/sys/socket.h | 2 +-
support/resolv_test.c | 1 +
sysdeps/unix/sysv/linux/bits/uio.h | 7 +-----
11 files changed, 38 insertions(+), 35 deletions(-)
create mode 100644 include/bits/types/struct_iovec.h
copy sysdeps/mips/mips32/fpu/fpucw-helpers.c => misc/bits/types/struct_iovec.h (74%)
--
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 d2421fa007c PR bootstrap/80486 - spurious -Walloc-size-larger-than and [...]
new 27213f1573c PR tree-optimization/80497 - ICE at -O1 and above on valid [...]
new e2a9ceac251 PR target/70799 * config/i386/i386.c (dimode_scalar_to_ve [...]
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 | 22 ++++++++++++
gcc/config/i386/i386.c | 10 ++++++
gcc/config/i386/sse.md | 25 ++++---------
gcc/gimple-ssa-sprintf.c | 7 ++--
gcc/testsuite/ChangeLog | 14 ++++++--
.../gcc.dg/tree-ssa/builtin-sprintf-warn-17.c | 42 ++++++++++++++++++++++
.../gcc.target/i386/{pr70799-4.c => pr70799-5.c} | 6 ++--
7 files changed, 100 insertions(+), 26 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-17.c
copy gcc/testsuite/gcc.target/i386/{pr70799-4.c => pr70799-5.c} (59%)
--
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 178cf77a735 [WebAssembly] Fix relocation count in wasm binaries with ca [...]
new f88c05494ce Print complete DIExpressions in the assembler output DEBUG_ [...]
new 0000cef63bb [X86][SSE] Add tests for PR14657 showing current codegen.
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/AsmPrinter/AsmPrinter.cpp | 50 ++---
test/CodeGen/X86/pr14657.ll | 325 +++++++++++++++++++++++++++++++++
test/DebugInfo/COFF/pieces.ll | 24 +--
test/DebugInfo/X86/debug-loc-asan.ll | 4 +-
test/DebugInfo/X86/op_deref.ll | 2 +-
test/DebugInfo/X86/pieces-4.ll | 4 +-
test/DebugInfo/X86/this-stack_value.ll | 2 +-
test/DebugInfo/X86/vla.ll | 2 +-
8 files changed, 360 insertions(+), 53 deletions(-)
create mode 100644 test/CodeGen/X86/pr14657.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 compiler-rt.
from e80e95517 [Compiler-rt][MIPS] Fix assert introduce with commit rl301171.
new ad42fb978 [lsan] When necessary, define LSan suppression for pthread_exit.
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/lsan/lsan_common.cc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.