This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 17fe174 Stride in distribute parallel for loops with no chunk size.
new e70eb2b Fixed intermittent hang on tests with "target teams if(0)" co [...]
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:
runtime/src/kmp_runtime.cpp | 16 +++++----
runtime/test/misc_bugs/teams-no-par.c | 64 +++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+), 6 deletions(-)
create mode 100644 runtime/test/misc_bugs/teams-no-par.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 lldb.
from 49e9ef6 Resubmit r298334 after fixing OSX build errors.
new 65f50a5 Remove ProcFileReader
new fb52667 Replace std::ofstream with llvm::raw_fd_ostream
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:
source/Plugins/Platform/Android/AdbClient.cpp | 15 ++-
source/Plugins/Process/Linux/CMakeLists.txt | 1 -
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 51 +++++-----
source/Plugins/Process/Linux/ProcFileReader.cpp | 103 ---------------------
source/Plugins/Process/Linux/ProcFileReader.h | 37 --------
source/Target/Platform.cpp | 5 +-
tools/lldb-server/lldb-platform.cpp | 16 ++--
7 files changed, 47 insertions(+), 181 deletions(-)
delete mode 100644 source/Plugins/Process/Linux/ProcFileReader.cpp
delete mode 100644 source/Plugins/Process/Linux/ProcFileReader.h
--
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 a01c7cc Fix failing overflow-1.c for avr
new 36eb4cd [gcc]
new b097324 Apply temporary fix for PR rtl-optimization/79150.
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 | 14 ++++++++++++++
gcc/config/mips/mips.c | 3 +++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr79908.c | 12 ++++++++++++
gcc/tree-stdarg.c | 12 ++++++++----
5 files changed, 43 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79908.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 compiler-rt.
from afa3b5b Revert "Bypass potential libc's sysconf wrappers for sysconf( [...]
new 1698c9f tsan: add test for pie/no aslr
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/tsan/Linux/pie_no_aslr.cc | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 test/tsan/Linux/pie_no_aslr.cc
--
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 4b7cf6c [AMDGPU] Iterative scheduling infrastructure + minimal regist [...]
new 114c9e2 [X86][AVX] Tests showing missing SHUFPD + ZERO lowering
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/X86/vector-shuffle-256-v4.ll | 81 +++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-512-v8.ll | 18 +++++++
2 files changed, 99 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 clang.
from d4273d5 [OpenCL] Added diagnostic for checking length of vector
new 98eb11a [DOXYGEN] Improvements to smmintrin.h and emmintrin.h intrinsics.
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/Headers/emmintrin.h | 2 +-
lib/Headers/smmintrin.h | 24 ++++++++++++------------
2 files changed, 13 insertions(+), 13 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 33297d8 Cygwin: dlfcn: Fix reference counting
new baf32fb ARM: Optimize IEEE-754 sqrt implementation
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:
newlib/libm/machine/arm/Makefile.am | 2 ++
newlib/libm/machine/arm/Makefile.in | 17 +++++++++++-
.../aligned_alloc.c => libm/machine/arm/e_sqrt.c} | 27 +++++++++++-------
.../elf.h => newlib/libm/machine/arm/ef_sqrt.c | 32 ++++++++++++----------
4 files changed, 53 insertions(+), 25 deletions(-)
copy newlib/{libc/stdlib/aligned_alloc.c => libm/machine/arm/e_sqrt.c} (76%)
copy winsup/cygwin/include/elf.h => newlib/libm/machine/arm/ef_sqrt.c (77%)
--
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 40cf0c3 [OpenCL] Added implicit conversion rank for overloading funct [...]
new d4273d5 [OpenCL] Added diagnostic for checking length of vector
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaExprMember.cpp | 21 +++++++++++++++++++++
test/SemaOpenCL/vector_swizzle_length.cl | 10 ++++++++++
3 files changed, 33 insertions(+)
create mode 100644 test/SemaOpenCL/vector_swizzle_length.cl
--
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 33c7b2b libc/string/strsignal.c: Use of || not && lead to dead code.
new 33297d8 Cygwin: dlfcn: Fix reference counting
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/dlfcn.cc | 38 +++++++++++++++++++++++++++--------
winsup/cygwin/dll_init.cc | 49 +++++++++++++++++++++------------------------
winsup/cygwin/release/2.8.0 | 4 ++++
3 files changed, 57 insertions(+), 34 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 f885500 [ADMGPU] SDWA peephole optimization pass.
new b5adc93 [GlobalISel] Fix shufflevector tests
new 4b7cf6c [AMDGPU] Iterative scheduling infrastructure + minimal regist [...]
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/AMDGPU/AMDGPUSubtarget.h | 6 +
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 25 +
lib/Target/AMDGPU/CMakeLists.txt | 3 +
lib/Target/AMDGPU/GCNIterativeScheduler.cpp | 528 +++++++++++++++++++++
lib/Target/AMDGPU/GCNIterativeScheduler.h | 118 +++++
lib/Target/AMDGPU/GCNMinRegStrategy.cpp | 266 +++++++++++
lib/Target/AMDGPU/GCNRegPressure.cpp | 355 ++++++++++++++
lib/Target/AMDGPU/GCNRegPressure.h | 170 +++++++
lib/Target/AMDGPU/GCNSchedStrategy.cpp | 4 +-
lib/Target/AMDGPU/GCNSchedStrategy.h | 2 +
.../AArch64/GlobalISel/arm64-irtranslator.ll | 34 +-
test/CodeGen/AMDGPU/schedule-regpressure-limit.ll | 2 +
test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll | 288 +++++++++++
test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll | 50 +-
14 files changed, 1806 insertions(+), 45 deletions(-)
create mode 100644 lib/Target/AMDGPU/GCNIterativeScheduler.cpp
create mode 100644 lib/Target/AMDGPU/GCNIterativeScheduler.h
create mode 100644 lib/Target/AMDGPU/GCNMinRegStrategy.cpp
create mode 100644 lib/Target/AMDGPU/GCNRegPressure.cpp
create mode 100644 lib/Target/AMDGPU/GCNRegPressure.h
create mode 100644 test/CodeGen/AMDGPU/schedule-regpressure-limit2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.