This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 405386b [CMake] Fix `is_llvm_target_library` and support out-of-order [...]
new 74b8757 Take code ownership of LLVM bitcode.
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:
CODE_OWNERS.TXT | 6 +-----
1 file changed, 1 insertion(+), 5 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 lldb.
from 15be95a [LLDB][MIPS] Fix TestMiExec and TestMiData failures
new 815e90c [CMake] Final dependency cleanup patch!
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/LLDBDependencies.cmake | 166 +--------------------
cmake/modules/AddLLDB.cmake | 29 ----
source/API/CMakeLists.txt | 17 +++
source/Initialization/CMakeLists.txt | 7 +-
source/Plugins/Process/CMakeLists.txt | 2 +-
.../Plugins/Process/Windows/Common/CMakeLists.txt | 2 +
tools/intel-mpx/CMakeLists.txt | 12 +-
tools/lldb-server/CMakeLists.txt | 137 ++---------------
unittests/CMakeLists.txt | 1 -
9 files changed, 38 insertions(+), 335 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 5ab621c Move w_exp to libm-compat-call-auto
new 3b2f603 Build most libm-test support code once per type.
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 | 139 ++
math/Makefile | 18 +
math/libm-test-driver.c | 1328 +-------------------
.../ipc_priv.h => math/libm-test-support-double.c | 7 +-
.../ipc_priv.h => math/libm-test-support-float.c | 7 +-
.../ipc_priv.h => math/libm-test-support-ldouble.c | 7 +-
math/libm-test-support.c | 1209 ++++++++++++++++++
math/libm-test-support.h | 185 +++
8 files changed, 1571 insertions(+), 1329 deletions(-)
copy sysdeps/unix/sysv/linux/tile/ipc_priv.h => math/libm-test-support-double.c (86%)
copy sysdeps/unix/sysv/linux/tile/ipc_priv.h => math/libm-test-support-float.c (86%)
copy sysdeps/unix/sysv/linux/tile/ipc_priv.h => math/libm-test-support-ldouble.c (86%)
create mode 100644 math/libm-test-support.c
create mode 100644 math/libm-test-support.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 llvm.
from ef1041f ThinLTOBitcodeWriter: Strip debug info from merged module.
new 4dcfb33 build_llvm_package.bat: Build teh clang-format plugin separately
new 405386b [CMake] Fix `is_llvm_target_library` and support out-of-order [...]
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:
cmake/modules/LLVM-Config.cmake | 84 +++++++++++++++++++++++++++++++-----
lib/Target/CMakeLists.txt | 6 +++
utils/release/build_llvm_package.bat | 12 +++++-
3 files changed, 90 insertions(+), 12 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 774f904 More fixes for places where 'decltype(auto)' is permitted in [...]
new 18f51b1 Initialize builtins during modular codegen
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/Frontend/FrontendAction.cpp | 3 ++
test/Modules/Inputs/{codegen => codegen-opt}/bar.h | 0
.../Inputs/{codegen => codegen-opt}/bar.modulemap | 0
test/Modules/Inputs/{codegen => codegen-opt}/foo.h | 0
.../Inputs/{codegen => codegen-opt}/foo.modulemap | 0
.../Inputs/{codegen => codegen-opt}/use.cpp | 0
test/Modules/Inputs/codegen/foo.h | 12 ++---
test/Modules/{codegen.test => codegen-opt.test} | 8 +--
test/Modules/codegen.test | 63 ++--------------------
9 files changed, 14 insertions(+), 72 deletions(-)
rename test/Modules/Inputs/{codegen => codegen-opt}/bar.h (100%)
rename test/Modules/Inputs/{codegen => codegen-opt}/bar.modulemap (100%)
copy test/Modules/Inputs/{codegen => codegen-opt}/foo.h (100%)
copy test/Modules/Inputs/{codegen => codegen-opt}/foo.modulemap (100%)
rename test/Modules/Inputs/{codegen => codegen-opt}/use.cpp (100%)
copy test/Modules/{codegen.test => codegen-opt.test} (87%)
--
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 3c814bc gcc/testsuite/ChangeLog:
new fabfe59 PR target/78604 * config/rs6000/rs6000.c (rs6000_emit_vecto [...]
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 | 6 ++
gcc/config/rs6000/rs6000.c | 19 ++++-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/powerpc/pr78604.c | 112 +++++++++++++++++++++++++++++
4 files changed, 141 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr78604.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 9ef4102 [SLP] Additional test to check correct work of horizontal red [...]
new ef1041f ThinLTOBitcodeWriter: Strip debug info from merged module.
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/IPO/ThinLTOBitcodeWriter.cpp | 2 ++
test/Transforms/ThinLTOBitcodeWriter/split.ll | 7 +++++++
2 files changed, 9 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 bb6cfd4 Don't crash on 'decltype(auto)::'. Rather than treating it as [...]
new 774f904 More fixes for places where 'decltype(auto)' is permitted in [...]
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 ++
include/clang/Sema/Sema.h | 3 ++-
lib/Parse/ParseExprCXX.cpp | 3 ++-
lib/Sema/SemaDeclCXX.cpp | 3 +++
lib/Sema/SemaExprCXX.cpp | 31 +++++++++++++++++---------
test/SemaCXX/cxx1y-deduced-return-type.cpp | 35 +++++++++++++++++++++---------
6 files changed, 55 insertions(+), 22 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 8be6460 [sanitizer] if WINAPI is already defined, do not redefine it
new 76ca11d build: repair cross-compilation with clang
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/asan/CMakeLists.txt | 6 +++---
lib/sanitizer_common/CMakeLists.txt | 2 +-
2 files changed, 4 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from c219fac start-container-*.sh: Define CONTAINER_CLEANUP instead of ins [...]
new b139d2c start-container*.sh: Add --task parameter.
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:
start-container-docker.sh | 11 ++++++++---
start-container-none.sh | 9 ++++++++-
start-container-schroot.sh | 11 +++++++++--
3 files changed, 25 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.