This is an automated email from the git hooks/post-receive script.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from a08aaa4 jenkins-helpers.sh: Fix an obscure quoting error in remote_exec
new 08cdb2b tcwg-buildfarm.sh: Fix "host" (former builder_type) expansion.
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:
tcwg-buildfarm.sh | 10 ++++++++++
1 file 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 lld.
from 04f810e17 [PPC64] Add TLS global dynamic to local exec relaxation
new c9f4a5405 [PPC64] Add support for R_PPC64_GOT_DTPREL16* relocations
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/Arch/PPC64.cpp | 12 ++++++++++++
ELF/InputSection.cpp | 1 +
ELF/Relocations.cpp | 30 ++++++++++++++++++++++++------
ELF/Relocations.h | 3 ++-
ELF/SyntheticSections.cpp | 1 -
test/ELF/ppc64-dtprel.s | 41 +++++++++++++++++++++++++++++++++++++++++
6 files changed, 80 insertions(+), 8 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 6497fdfaf Cygwin: fix bumptious GCC 7 warnings
new cfbcbd1c9 Use uint32_t sign argument to math error functions
new fb929067d New exp and exp2 implementations
new e5791079c New log implementation
new 07e2c3282 New log2 implementation
new b99d49e50 New pow implementation
new 006520ca2 newlib: enable new math functions on Cygwin
The 6 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/libc/include/machine/ieeefp.h | 27 ++
newlib/libm/common/Makefile.am | 4 +-
newlib/libm/common/Makefile.in | 75 ++-
newlib/libm/common/exp.c | 165 +++++++
newlib/libm/common/exp2.c | 152 ++++++
newlib/libm/common/exp_data.c | 611 +++++++++++++++++++++++++
newlib/libm/common/fdlibm.h | 3 +
newlib/libm/common/log.c | 175 +++++++
newlib/libm/common/log2.c | 157 +++++++
newlib/libm/common/log2_data.c | 208 +++++++++
newlib/libm/common/log_data.c | 510 +++++++++++++++++++++
newlib/libm/common/math_config.h | 125 ++++-
newlib/libm/common/{math_errf.c => math_err.c} | 78 ++--
newlib/libm/common/math_errf.c | 12 +-
newlib/libm/common/pow.c | 377 +++++++++++++++
newlib/libm/common/pow_log_data.c | 187 ++++++++
newlib/libm/common/s_log2.c | 2 +
newlib/libm/common/sf_pow.c | 6 +-
newlib/libm/math/e_exp.c | 2 +
newlib/libm/math/e_log.c | 2 +
newlib/libm/math/e_pow.c | 2 +
newlib/libm/math/w_exp.c | 2 +
newlib/libm/math/w_exp2.c | 2 +
newlib/libm/math/w_log.c | 2 +
newlib/libm/math/w_pow.c | 3 +-
25 files changed, 2837 insertions(+), 52 deletions(-)
create mode 100644 newlib/libm/common/exp.c
create mode 100644 newlib/libm/common/exp2.c
create mode 100644 newlib/libm/common/exp_data.c
create mode 100644 newlib/libm/common/log.c
create mode 100644 newlib/libm/common/log2.c
create mode 100644 newlib/libm/common/log2_data.c
create mode 100644 newlib/libm/common/log_data.c
copy newlib/libm/common/{math_errf.c => math_err.c} (57%)
create mode 100644 newlib/libm/common/pow.c
create mode 100644 newlib/libm/common/pow_log_data.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 gcc-8-branch
in repository gcc.
from c6f88c6ee42 PR c++/86320 - memory-hog with std::array of pair
new 5885ff570d6 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 | 9 +++++++++
gcc/config/rs6000/rs6000-c.c | 2 +-
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.target/powerpc/builtins-1-be.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/builtins-1-le.c | 4 ++--
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 6 ++++--
6 files changed, 30 insertions(+), 7 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 5e1a89912d [Analyzer] Moved RangeConstraintManager to header. NFC.
new e16472dc53 Re-apply: [ASTImporter] Import the whole redecl chain of functions
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/AST/ASTImporter.h | 9 +
include/clang/AST/DeclBase.h | 6 +-
lib/AST/ASTImporter.cpp | 165 +++++++--
lib/AST/DeclBase.cpp | 6 +
test/ASTMerge/class/test.cpp | 8 +-
unittests/AST/ASTImporterTest.cpp | 714 ++++++++++++++++++++++++++++++++++----
6 files changed, 796 insertions(+), 112 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 c35dd1d5e [ELF] - Implement linker script OVERLAYs.
new 04f810e17 [PPC64] Add TLS global dynamic to local exec relaxation
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/Arch/PPC64.cpp | 37 +++++++++++++++++++++
test/ELF/ppc64-tls-gd-le.s | 83 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 120 insertions(+)
create mode 100644 test/ELF/ppc64-tls-gd-le.s
--
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 16742ac8e4b [DAGCombiner] visitSDIV - add special case handling for (sd [...]
new a0883e04578 [ValueLattice] Return false if value range did not change i [...]
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/Analysis/ValueLattice.h | 2 ++
unittests/Analysis/ValueLatticeTest.cpp | 29 +++++++++++++++++++++--------
2 files changed, 23 insertions(+), 8 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 compiler-rt.
from 4220bb4e7 Fix another bot broken by r335644
new 1747733b2 [CMake] Tidy up the organisation of compiler-rt when configur [...]
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:
CMakeLists.txt | 6 ++++++
cmake/Modules/AddCompilerRT.cmake | 4 ++++
cmake/Modules/CompilerRTDarwinUtils.cmake | 2 ++
cmake/Modules/SanitizerUtils.cmake | 3 ++-
cmake/base-config-ix.cmake | 9 ++++++++-
lib/tsan/CMakeLists.txt | 2 ++
lib/tsan/dd/CMakeLists.txt | 2 ++
7 files changed, 26 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 823c169bec7 Build TaskQueueTest in threads=on builds, fixes regression [...]
new 16742ac8e4b [DAGCombiner] visitSDIV - add special case handling for (sd [...]
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/DAGCombiner.cpp | 18 +-
test/CodeGen/X86/combine-sdiv.ll | 4950 +++++++++---------------------
2 files changed, 1422 insertions(+), 3546 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 6c38f66892 Add regression test for PR37935.
new 5e1a89912d [Analyzer] Moved RangeConstraintManager to header. 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:
.../Core/PathSensitive/RangedConstraintManager.h | 88 +++++++++++++++++++++-
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | 83 --------------------
2 files changed, 86 insertions(+), 85 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.