This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from b824f3553d Fix a (slightly weird) 'comma operator within array index ex [...]
new 76e3b89942 [OPENMP] Add default codegen|tests for 'target parallel for[ [...]
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/CGStmtOpenMP.cpp | 9 +-
test/OpenMP/target_parallel_for_codegen.cpp | 232 +++++++++++++++++++++++
test/OpenMP/target_parallel_for_simd_codegen.cpp | 232 +++++++++++++++++++++++
3 files changed, 472 insertions(+), 1 deletion(-)
create mode 100644 test/OpenMP/target_parallel_for_codegen.cpp
create mode 100644 test/OpenMP/target_parallel_for_simd_codegen.cpp
--
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 444997129 cygwin: fix potential buffer overflow in small_sprintf
new 1adbd77ca cygwin: fix potential buffer overflow in fork
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/fork.cc | 9 ++-------
1 file changed, 2 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 gcc.
from c3f8ce557c9 2017-10-10 Richard Biener <rguenther(a)suse.de>
new b2500c0c25b * tree-vect-loop-manip.c (rename_variables_in_bb): Rename [...]
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 | 5 +++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/ldist-34.c | 15 +++++++++++++++
gcc/tree-vect-loop-manip.c | 2 --
4 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldist-34.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.
from e8f1fa7770 Revert "[Modules TS] Module ownership semantics for redeclar [...]
new b824f3553d Fix a (slightly weird) 'comma operator within array index ex [...]
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/Serialization/ASTReader.cpp | 3 ++-
1 file changed, 2 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 llvm.
from bceed5cdaf6 [mips] Partially fix PR34391
new 66e957cb476 after fixing the i386 case
new b41c27781db [x86] add tests for insertelement; NFC
new d4f424c7168 [PowerPC] Add missing record form instructions to the P9 Sc [...]
The 3 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/PowerPC/P9InstrResources.td | 28 +
lib/Target/PowerPC/PPCScheduleP9.td | 5 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
test/CodeGen/X86/insert-into-constant-vector.ll | 1178 +++++++++++++++++++++++
4 files changed, 1212 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/insert-into-constant-vector.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 llvm.
from 60e48ff0923 [DAGCombine] Fix for shuffle to vector extend for non power [...]
new bceed5cdaf6 [mips] Partially fix PR34391
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/Mips/AsmParser/MipsAsmParser.cpp | 15 +++++++---
test/MC/Mips/macro-aliases-invalid-wrong-error.s | 38 ++++++++++++++++++++++++
test/MC/Mips/macro-aliases.s | 35 ++++++++++++++++++++++
3 files changed, 84 insertions(+), 4 deletions(-)
create mode 100644 test/MC/Mips/macro-aliases-invalid-wrong-error.s
create mode 100644 test/MC/Mips/macro-aliases.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 gcc.
from 422beb6d2e0 * update_version_svn: Ignore the GCC 5 branch. * crontab: [...]
new 28913c17687 gcc/testsuite/
new c3f8ce557c9 2017-10-10 Richard Biener <rguenther(a)suse.de>
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 | 9 +++++++++
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gnat.dg/class_wide4.adb | 2 +-
gcc/tree-cfgcleanup.c | 6 +++++-
gcc/tree-scalar-evolution.c | 23 +++++++++--------------
5 files changed, 38 insertions(+), 16 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 gcc.
from b445b504f34 Update comment referring to status of LWG issue 111
new 422beb6d2e0 * update_version_svn: Ignore the GCC 5 branch. * crontab: [...]
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:
maintainer-scripts/ChangeLog | 5 +++++
maintainer-scripts/crontab | 1 -
maintainer-scripts/update_version_svn | 2 +-
3 files changed, 6 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 clang.
from 18e9d0430b [analyzer] MisusedMovedObject: Fix state-resetting a base-cl [...]
new 5c21b0272a Revert "[Modules TS] Avoid computing the linkage of the encl [...]
new e8f1fa7770 Revert "[Modules TS] Module ownership semantics for redeclar [...]
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/AST/Decl.h | 10 +--
include/clang/AST/DeclBase.h | 7 --
include/clang/Basic/DiagnosticSemaKinds.td | 3 -
include/clang/Sema/Lookup.h | 25 +------
include/clang/Sema/Sema.h | 41 +++--------
lib/AST/Decl.cpp | 18 +----
lib/AST/DeclBase.cpp | 5 +-
lib/AST/DeclCXX.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 85 ++++------------------
lib/Sema/SemaDeclCXX.cpp | 31 +++-----
lib/Sema/SemaDeclObjC.cpp | 28 +++----
lib/Sema/SemaExprMember.cpp | 3 +-
lib/Sema/SemaLookup.cpp | 30 +-------
lib/Sema/SemaOpenMP.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 13 ++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 17 ++---
.../basic/basic.def.odr/p6/global-vs-module.cpp | 55 --------------
.../basic/basic.def.odr/p6/module-vs-global.cpp | 19 -----
.../basic/basic.def.odr/p6/module-vs-module.cpp | 44 -----------
test/Modules/anon-linkage.cpp | 12 ---
test/SemaCXX/modules-ts.cppm | 2 +-
21 files changed, 79 insertions(+), 373 deletions(-)
delete mode 100644 test/CXX/modules-ts/basic/basic.def.odr/p6/global-vs-module.cpp
delete mode 100644 test/CXX/modules-ts/basic/basic.def.odr/p6/module-vs-global.cpp
delete mode 100644 test/CXX/modules-ts/basic/basic.def.odr/p6/module-vs-module.cpp
delete mode 100644 test/Modules/anon-linkage.cpp
--
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 40bc0f3ba8b [ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs
new 60e48ff0923 [DAGCombine] Fix for shuffle to vector extend for non power [...]
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 | 3 ++
.../AMDGPU/dagcomb-shuffle-vecextend-non2.ll | 32 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/dagcomb-shuffle-vecextend-non2.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.