This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 326e74e7c1 Add aliases to recognize normalized charset names (bug 19527)
new 743b9c2a98 arm: Remove ununsed ARM code in optimized 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:
ChangeLog | 7 +++++++
sysdeps/arm/armv6t2/memchr.S | 23 -----------------------
sysdeps/arm/armv6t2/strlen.S | 25 +------------------------
sysdeps/arm/armv7/multiarch/memchr_neon.S | 16 ----------------
sysdeps/arm/armv7/strcmp.S | 23 -----------------------
5 files changed, 8 insertions(+), 86 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 7ec8375cec Revert "[CodeGen] Fix a crash that occurs when a non-trivial [...]
new c541223ebd [OPENMP] General code improvements.
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/CGOpenMPRuntimeNVPTX.cpp | 268 +++++++++++++-------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 2 +-
test/OpenMP/nvptx_teams_reduction_codegen.cpp | 6 +-
3 files changed, 140 insertions(+), 136 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 c995be9ca4 Use export_as for autolinking frameworks
new 7ec8375cec Revert "[CodeGen] Fix a crash that occurs when a non-trivial [...]
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/CGNonTrivialStruct.cpp | 40 +++++++++++++----------------------
test/CodeGenObjC/strong-in-c-struct.m | 18 ----------------
2 files changed, 15 insertions(+), 43 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 openacc-gcc-7-branch
in repository gcc.
from 996bda23920 [nvptx] Fix propagation of branch cond in vw-neutered code
new 0b45df1351b [libgomp, testsuite] Use dg-set-target-env-var instead of setenv
new 403c70ba6d8 Backport "[nvptx] Add exit after call to noreturn function"
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.openacc | 10 ++++++++++
gcc/config/nvptx/nvptx.c | 13 ++++++++-----
libgomp/ChangeLog.openacc | 6 ++++++
.../libgomp.oacc-c-c++-common/loop-default-compile.c | 4 +---
.../libgomp.oacc-c-c++-common/loop-default-runtime.c | 4 +---
5 files changed, 26 insertions(+), 11 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 f466546ba6 [Hexagon] Emit a warning when -fvectorize is given without -mhvx
new 3e5fcb966c [CodeGen] Fix a crash that occurs when a non-trivial C struc [...]
new c995be9ca4 Use export_as for autolinking frameworks
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/Module.h | 4 ++
include/clang/Lex/ModuleMap.h | 13 +++++++
lib/CodeGen/CGNonTrivialStruct.cpp | 40 ++++++++++++--------
lib/CodeGen/CodeGenModule.cpp | 6 +++
lib/Frontend/CompilerInstance.cpp | 6 +++
lib/Lex/ModuleMap.cpp | 20 ++++++++++
lib/Serialization/ASTReader.cpp | 2 +
test/CodeGenObjC/strong-in-c-struct.m | 18 +++++++++
.../OtherKit.framework/Headers/OtherKit.h | 6 +++
.../OtherKit.framework/Modules/module.modulemap | 5 +++
.../SomeKit.framework/Headers/SKWidget.h | 1 +
.../SomeKit.framework/Headers/SomeKit.h | 1 +
.../SomeKit.framework/Modules/module.modulemap | 6 +++
.../exportas-link/SomeKit.framework/SomeKit.tbd | 1 +
.../SomeKitCore.framework/Headers/SKWidget.h | 4 ++
.../SomeKitCore.framework/Headers/SomeKitCore.h | 1 +
.../SomeKitCore.framework/Modules/module.modulemap | 7 ++++
.../SomeKitCore.framework/SomeKitCore.tbd | 1 +
test/Modules/use-exportas-for-link.m | 44 ++++++++++++++++++++++
19 files changed, 171 insertions(+), 15 deletions(-)
create mode 100644 test/Modules/Inputs/exportas-link/OtherKit.framework/Headers/Ot [...]
create mode 100644 test/Modules/Inputs/exportas-link/OtherKit.framework/Modules/mo [...]
create mode 100644 test/Modules/Inputs/exportas-link/SomeKit.framework/Headers/SKWidget.h
create mode 100644 test/Modules/Inputs/exportas-link/SomeKit.framework/Headers/SomeKit.h
create mode 100644 test/Modules/Inputs/exportas-link/SomeKit.framework/Modules/mod [...]
create mode 100644 test/Modules/Inputs/exportas-link/SomeKit.framework/SomeKit.tbd
create mode 100644 test/Modules/Inputs/exportas-link/SomeKitCore.framework/Headers [...]
create mode 100644 test/Modules/Inputs/exportas-link/SomeKitCore.framework/Headers [...]
create mode 100644 test/Modules/Inputs/exportas-link/SomeKitCore.framework/Modules [...]
create mode 100644 test/Modules/Inputs/exportas-link/SomeKitCore.framework/SomeKit [...]
create mode 100644 test/Modules/use-exportas-for-link.m
--
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 cdd3851304 [OPENMP] General code improvements.
new f466546ba6 [Hexagon] Emit a warning when -fvectorize is given without -mhvx
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/DiagnosticDriverKinds.td | 3 +++
lib/Driver/ToolChains/Hexagon.cpp | 21 ++++++++++++++-------
lib/Driver/ToolChains/Hexagon.h | 1 +
test/Driver/hexagon-vectorize.c | 2 ++
4 files changed, 20 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 lldb.
from c893df358 [Statistics] Move GetStatDescription to an header file.
new 266174c3b [lldb-private] Mark a function as inline to prevent multiple [...]
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/lldb/lldb-private-enumerations.h | 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 9a56b66b35c Resubmit "Fix some incorrect fields in our generated PDBs."
new 9d2fcc2bf4a [RISCV] Fix assert message operator
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/RISCV/RISCVISelLowering.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.