This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a01609c Revert "[AArch64] Using new TargetParser in Clang"
new 2e833c6 Fix build problem in MSVC
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/AST/OpenMPClause.cpp | 5 +----
1 file changed, 1 insertion(+), 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 libunwind.
from 7b1a88c unwind: remove last instance of -Wexpansion-to-defined
new d2d1ea9 Introduce a native-only unwinder build.
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 ++++++
include/__libunwind_config.h | 39 +++++++++++++++++++++++++++++++++++++++
include/libunwind.h | 4 ++--
src/CompactUnwinder.hpp | 6 ++++++
src/Registers.hpp | 38 ++++++++++++++++++++++++++------------
src/UnwindCursor.hpp | 28 +++++++++++++++++++++++++++-
src/config.h | 20 ++++++++++++++++++++
src/libunwind.cpp | 29 +++++++++++++----------------
8 files changed, 139 insertions(+), 31 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 3ddf978 [AArch64] Try to fix test from r270688 with unordered output
new f2b5110 [OPENMP 4.5] Codegen for dacross loop synchronization constructs.
new a01609c Revert "[AArch64] Using new TargetParser in Clang"
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/OpenMPClause.h | 9 +-
include/clang/AST/StmtOpenMP.h | 19 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 2 -
lib/AST/OpenMPClause.cpp | 39 ++++--
lib/AST/StmtOpenMP.cpp | 8 ++
lib/Basic/Targets.cpp | 12 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 159 ++++++++++++++++++++++
lib/CodeGen/CGOpenMPRuntime.h | 17 +++
lib/CodeGen/CGStmtOpenMP.cpp | 14 +-
lib/Driver/Tools.cpp | 54 +++++---
lib/Sema/SemaExprMember.cpp | 1 +
lib/Sema/SemaOpenMP.cpp | 202 +++++++++++++++++++---------
lib/Serialization/ASTReaderStmt.cpp | 2 +
lib/Serialization/ASTWriterStmt.cpp | 2 +
test/OpenMP/ordered_doacross_codegen.cpp | 124 +++++++++++++++++
test/Preprocessor/aarch64-target-features.c | 5 +-
16 files changed, 570 insertions(+), 99 deletions(-)
create mode 100644 test/OpenMP/ordered_doacross_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 gcc.
from de04e83 2016-05-25 Richard Biener <rguenther(a)suse.de>
new f6871bb libgcc/ * config/nvptx/crt0.s: Delete. * config/nvptx/crt0 [...]
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 | 18 +++++++--
gcc/testsuite/gcc.c-torture/execute/921110-1.c | 7 ++--
libgcc/ChangeLog | 6 +++
libgcc/config/{rs6000/crtdbase.S => nvptx/crt0.c} | 28 ++++++++------
libgcc/config/nvptx/crt0.s | 45 -----------------------
libgcc/config/nvptx/t-nvptx | 4 +-
6 files changed, 43 insertions(+), 65 deletions(-)
copy libgcc/config/{rs6000/crtdbase.S => nvptx/crt0.c} (67%)
delete mode 100644 libgcc/config/nvptx/crt0.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 clang.
from 777012a [AArch64] Using new TargetParser in Clang
new 3ddf978 [AArch64] Try to fix test from r270688 with unordered output
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/Preprocessor/aarch64-target-features.c | 5 ++++-
1 file changed, 4 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 release/2.20/master
in repository glibc.
from edbab24 S390: Fix "backtrace() returns infinitely deep stack frames w [...]
new 1029487 CVE-2016-3706: getaddrinfo: stack overflow in hostent convers [...]
new 75cf90e glob: Simplify the interface for the GLOB_ALTDIRFUNC callback [...]
new 3822125 CVE-2016-1234: glob: Do not copy d_name field of struct diren [...]
new 03e3ee4 Handle overflow in __hcreate_r
new 902072e Improve check against integer wraparound in hcreate_r [BZ #18240]
new c5bbc09 hsearch_r: Apply VM size limit in test case
new afc4daa Fix BZ #17905
new 916ef0f CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]
The 8 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 | 87 ++++++++++++
NEWS | 17 ++-
catgets/Makefile | 9 +-
catgets/catgets.c | 19 ++-
catgets/open_catalog.c | 23 ++--
catgets/tst-catgets.c | 31 +++++
manual/examples/mkdirent.c | 42 ++++++
manual/pattern.texi | 39 +++++-
misc/Makefile | 3 +-
misc/bug18240.c | 97 ++++++++++++++
misc/hsearch_r.c | 30 +++--
posix/bug-glob2.c | 16 ++-
posix/glob.c | 243 +++++++++++++++++-----------------
posix/tst-gnuglob.c | 2 +-
resolv/nss_dns/dns-network.c | 5 +-
sysdeps/posix/getaddrinfo.c | 130 +++++++++---------
sysdeps/unix/sysv/linux/i386/glob64.c | 22 +++
17 files changed, 596 insertions(+), 219 deletions(-)
create mode 100644 manual/examples/mkdirent.c
create mode 100644 misc/bug18240.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 binutils-gdb.
from 2bbad2e Fortran, typeprint: Forward level of details to be printed fo [...]
new 934c263 Only generate VMOV.I64 instructions for loading constant floa [...]
new ee4d761 Fix typo in changelog entry
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:
gas/ChangeLog | 10 +++++++++-
gas/config/tc-arm.c | 2 +-
gas/testsuite/gas/arm/vfpv3-ldr_immediate.d | 1 +
gas/testsuite/gas/arm/vfpv3-ldr_immediate.s | 4 +++-
4 files changed, 14 insertions(+), 3 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 2475758 [X86][AVX2] Added more fast-isel tests to match clang/test/Co [...]
new 0e45022 [AArch64] Adding a TargetParser for AArch64
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/Support/AArch64TargetParser.def | 63 +++++++
include/llvm/Support/ARMTargetParser.def | 256 +++++++++++++--------------
include/llvm/Support/TargetParser.h | 54 ++++++
lib/Support/TargetParser.cpp | 219 +++++++++++++++++++++++
4 files changed, 464 insertions(+), 128 deletions(-)
create mode 100644 include/llvm/Support/AArch64TargetParser.def
--
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 99820de [ms][dll] #26935 Defining a dllimport function should cause i [...]
new 777012a [AArch64] Using new TargetParser in 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/Basic/Targets.cpp | 12 ++++--------
lib/Driver/Tools.cpp | 54 ++++++++++++++-------------------------------------
2 files changed, 19 insertions(+), 47 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 55174bb Fix dump output typo
new de04e83 2016-05-25 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/torture/pr71261.c | 11 +++++++++++
gcc/tree-if-conv.c | 6 +++---
4 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr71261.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.