This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from c3d466cba1 Remove slow paths from pow
new de800d8305 Remove slow paths from exp
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 | 21 +++++++
manual/probes.texi | 14 -----
math/Makefile | 2 +-
sysdeps/generic/math_private.h | 1 -
sysdeps/i386/fpu/slowexp.c | 1 -
sysdeps/ia64/fpu/slowexp.c | 1 -
sysdeps/ieee754/dbl-64/e_exp.c | 62 ++++++---------------
sysdeps/ieee754/dbl-64/slowexp.c | 86 -----------------------------
sysdeps/ieee754/dbl-64/uexp.h | 3 +-
sysdeps/m68k/m680x0/fpu/slowexp.c | 1 -
sysdeps/powerpc/power4/fpu/Makefile | 1 -
sysdeps/x86_64/fpu/multiarch/Makefile | 9 +--
sysdeps/x86_64/fpu/multiarch/e_exp-avx.c | 1 -
sysdeps/x86_64/fpu/multiarch/e_exp-fma.c | 1 -
sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c | 1 -
sysdeps/x86_64/fpu/multiarch/slowexp-avx.c | 9 ---
sysdeps/x86_64/fpu/multiarch/slowexp-fma.c | 9 ---
sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c | 9 ---
18 files changed, 43 insertions(+), 189 deletions(-)
delete mode 100644 sysdeps/i386/fpu/slowexp.c
delete mode 100644 sysdeps/ia64/fpu/slowexp.c
delete mode 100644 sysdeps/ieee754/dbl-64/slowexp.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/slowexp.c
delete mode 100644 sysdeps/x86_64/fpu/multiarch/slowexp-avx.c
delete mode 100644 sysdeps/x86_64/fpu/multiarch/slowexp-fma.c
delete mode 100644 sysdeps/x86_64/fpu/multiarch/slowexp-fma4.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 clang-tools-extra.
from 8367ca6d [clang-move] Don't dump macro symbols.
new 40acfdfd [clangd] Remove codeComplete that returns std::future<>
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:
clangd/ClangdServer.cpp | 18 ----------
clangd/ClangdServer.h | 7 ----
unittests/clangd/CMakeLists.txt | 7 ++--
unittests/clangd/ClangdTests.cpp | 20 +++++------
unittests/clangd/CodeCompleteTests.cpp | 18 +++++-----
unittests/clangd/SyncAPI.cpp | 66 ++++++++++++++++++++++++++++++++++
unittests/clangd/SyncAPI.h | 28 +++++++++++++++
7 files changed, 115 insertions(+), 49 deletions(-)
create mode 100644 unittests/clangd/SyncAPI.cpp
create mode 100644 unittests/clangd/SyncAPI.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 release_60
in repository clang-tools-extra.
from aab77cdb Merging r321762: -------------------------------------------- [...]
new c7f15b42 Merging r323040: -------------------------------------------- [...]
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/Unit/lit.cfg | 7 +++----
1 file changed, 3 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 78a2fedd78a [CodeGen] Add a -trap-unreachable option for debugging
new dee18271096 [LoopInterchange] Simplify splitInnerLoopHeader logic (NFC).
new 9c8b55d17f3 [mips] Revert rL324869
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/Mips/MipsISelLowering.cpp | 2 +-
lib/Transforms/Scalar/LoopInterchange.cpp | 15 ++++-----------
test/CodeGen/Mips/inlineasm-cnstrnt-bad-l.ll | 13 -------------
test/CodeGen/Mips/inlineasm-cnstrnt-reg.ll | 10 ----------
4 files changed, 5 insertions(+), 35 deletions(-)
delete mode 100644 test/CodeGen/Mips/inlineasm-cnstrnt-bad-l.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 e0c8a9decff PR middle-end/83665 * params.def (inline-min-speedup): In [...]
new e6ad5867ce7 2018-02-12 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/template/crash129.C | 5 +++++
2 files changed, 10 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/template/crash129.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 4d4c57240a7 [gtest] Support raw_ostream printing functions more compreh [...]
new 78a2fedd78a [CodeGen] Add a -trap-unreachable option for debugging
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/LLVMTargetMachine.cpp | 7 +++++++
lib/Target/Hexagon/HexagonTargetMachine.cpp | 6 ------
test/CodeGen/ARM/trap-unreachable.ll | 8 ++++++++
test/CodeGen/Hexagon/trap-unreachable.ll | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/ARM/trap-unreachable.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 openmp.
from 3c721c2 [OMPT] Add tool_available_search testcase
new 760719d [libomptarget] Fix detection of CUDA stubs library
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:
libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake | 11 ++++++++++-
1 file changed, 10 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 clang.
from 6ce1cf35b9 [X86] Change the signature of the AVX512 packed fp compare i [...]
new 39066f21f0 [CUDA] Fix test cuda-external-tools.cu
new 323eab799c [CUDA] Add option to generate relocatable device code
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/Basic/LangOptions.def | 1 +
include/clang/Driver/Options.td | 3 +
lib/Driver/ToolChains/Clang.cpp | 18 +++--
lib/Driver/ToolChains/Cuda.cpp | 20 ++++--
lib/Frontend/CompilerInvocation.cpp | 2 +
test/Driver/cuda-external-tools.cu | 131 ++++++++++++++++++++++--------------
6 files changed, 113 insertions(+), 62 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_60
in repository llvm.
from de7871dcb32 [ReleaseNotes] Add SystemZ target section
new e9667680470 Merging r324772: ------------------------------------------ [...]
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/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 10 +++++++---
test/MC/X86/x86-64.s | 5 +++++
2 files changed, 12 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.