This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e53ba6d [OpenMP] Improve mappable expressions Sema.
new 6c2db62 [SPIR] Remove an assert mandating SPIR for OpenCL sources only.
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/TargetInfo.cpp | 1 -
1 file changed, 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 gcc.
from 3f645e6 * c-c++-common/cpp/pr63831-1.c: Don't test for C++ values here.
new fa20ebd PR c/67784 * c-parser.c (c_parser_maybe_reclassify_token): [...]
new 9db4780 PR c/70791 * c-decl.c (pushdecl): Pass LOCUS down to warning.
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/c/ChangeLog | 13 ++++
gcc/c/c-decl.c | 3 +-
gcc/c/c-parser.c | 73 +++++++++++++----------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.dg/Wnested-externs-2.c | 11 ++++
gcc/testsuite/gcc.dg/pr67784-3.c | 50 ++++++++++++++++
gcc/testsuite/gcc.dg/{pr67784-1.c => pr67784-4.c} | 23 +++----
gcc/testsuite/gcc.dg/{pr67784-1.c => pr67784-5.c} | 23 +++----
8 files changed, 151 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wnested-externs-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr67784-3.c
copy gcc/testsuite/gcc.dg/{pr67784-1.c => pr67784-4.c} (58%)
copy gcc/testsuite/gcc.dg/{pr67784-1.c => pr67784-5.c} (59%)
--
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 3e05c14 Update test after LLVM r267556.
new e53ba6d [OpenMP] Improve mappable expressions Sema.
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/OpenMPClause.h | 568 ++++++++++++++++++++++++++++++++++--
lib/AST/OpenMPClause.cpp | 83 +++++-
lib/Sema/SemaOpenMP.cpp | 270 +++++++++--------
lib/Serialization/ASTReaderStmt.cpp | 47 ++-
lib/Serialization/ASTWriterStmt.cpp | 17 +-
5 files changed, 817 insertions(+), 168 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 bff407f match.pd: X + X --> X * 2 for integers
new 3f645e6 * c-c++-common/cpp/pr63831-1.c: Don't test for C++ values here.
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/c-c++-common/cpp/pr63831-1.c | 16 ++++++++--------
1 file changed, 8 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 gcc.
from a9ad7ef i386: Add a variant peephole for lea rather than ops that clo [...]
new bff407f match.pd: X + X --> X * 2 for integers
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/fold-const.c | 19 -------------------
gcc/genmatch.c | 2 +-
gcc/match.pd | 6 ++++--
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/fold-plusmult.c | 2 +-
gcc/testsuite/gcc.dg/gomp/loop-1.c | 16 ++++++++--------
gcc/testsuite/gcc.dg/no-strict-overflow-6.c | 4 ++--
8 files changed, 29 insertions(+), 33 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 ff8596f Store the binding in the Symbol.
new 85b8180 Handle --as-needed with symbols, not 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/Writer.cpp | 15 +++++++--------
test/ELF/as-needed-no-reloc.s | 23 +++++++++++++++++++++++
2 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/as-needed-no-reloc.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 f847bad [MSVC] PR27337: allow static_cast from private base to derive [...]
new 3e05c14 Update test after LLVM r267556.
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/Driver/at_file.c | 4 ++--
test/Driver/at_file.c.args | 3 ++-
2 files changed, 4 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.
christophe.lyon pushed a change to branch stable
in repository toolchain/abe.
discards 00bdfa8 Use DejaGnu linaro-local/stable branch.
discards 6313427 [bug 2041] use -t ssh option
adds 44beec9 Fix typos
adds 8fce9fb Merge "Fix typos"
adds 2700ae1 Add jenkins.sh "--override" option
adds c085b4e Fix path to win32 python.
adds 0afda7a config/gcc.conf: Default armv8l to Thumb.
adds 322159a Merge "config/gcc.conf: Default armv8l to Thumb."
adds d91b5e4 Add dejagnu version handling on the command line.
adds 1616887 Merge "Add dejagnu version handling on the command line."
adds 3831fd3 Upgrade GDB version to 7.11
adds 7bcb7dc Merge "Upgrade GDB version to 7.11"
adds a7974ec Add support for local armv7 (tk1) and armv8 (tx1) boards in m [...]
adds c6dd9cf Merge "Add support for local armv7 (tk1) and armv8 (tx1) boar [...]
adds 4dd3d66 Don't reset the bugurl to launchpa for GDB.
adds e299654 Merge "Don't reset the bugurl to launchpa for GDB."
adds 95be005 Add support for --extraconfig <tool>=<path> option.
adds 55886ae scripts/test-schroot.sh: Fix typo in output redirection.
adds fc135ff scripts/clean-schroot-sessions.sh: Remove.
adds 60929db jenkins.sh: Reduce parallelist of builds in Cambirdge lab
adds 769f9f0 [bug 2041] use -t ssh option
adds 9f373d2 Use DejaGnu linaro-local/stable branch.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (00bdfa8)
\
N -- N -- N refs/heads/stable (9f373d2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
abe.sh | 20 +++++++-
config/binutils.conf | 4 +-
config/boards/{d01.exp => tcwgrob/tk1.exp} | 2 +-
config/boards/{d01.exp => tcwgrob/tx1.exp} | 2 +-
config/gcc.conf | 2 +-
config/gdb.conf | 6 +--
config/gdbserver.conf | 2 +-
config/linaro.exp | 13 +++--
jenkins.sh | 40 +++++++--------
lib/checkout.sh | 7 ++-
lib/configure.sh | 12 ++++-
lib/depend.sh | 7 ++-
scripts/clean-schroot-sessions.sh | 82 ------------------------------
scripts/test-schroot.sh | 2 +-
14 files changed, 75 insertions(+), 126 deletions(-)
copy config/boards/{d01.exp => tcwgrob/tk1.exp} (50%)
copy config/boards/{d01.exp => tcwgrob/tx1.exp} (50%)
delete mode 100755 scripts/clean-schroot-sessions.sh
--
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 3ca62aa [AMDGPU] Assembler: basic support for SDWA instructions
new 87b2f2a Use gcc's rules for parsing gcc-style response files
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/Support/CommandLine.cpp | 11 ++++-------
unittests/Support/CommandLineTest.cpp | 11 ++++++-----
2 files changed, 10 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.