This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3f38dad8a7c AMDGPU: Add separate definitions for DS insts without m0 use
new 4aef6b82060 [docs] Document a way to simplify names in bugpoint 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:
docs/Bugpoint.rst | 3 +++
1 file changed, 3 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 libcxx.
from 6f8459857 Update Appveyor LLVM install link to be current and non-broken
new 4f009913d More missing tests - array<>::size() and array<>::max_size()
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:
.../{vector.bool => array}/empty.pass.cpp | 22 ++++++---------------
.../default.pass.cpp => max_size.pass.cpp} | 23 +++++++++++++---------
2 files changed, 20 insertions(+), 25 deletions(-)
copy test/std/containers/sequences/{vector.bool => array}/empty.pass.cpp (63%)
copy test/std/containers/sequences/array/{array.cons/default.pass.cpp => max_size. [...]
--
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 2e64ec9c9e Fix string/tester.c build with GCC 8.
new be3a79a3cc Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660).
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 | 55 ++++++++++++++++
math/tgmath.h | 204 ++++++++++++++++++++++++++++++++++++++++++----------------
2 files changed, 202 insertions(+), 57 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 94d86adc323 * vr-values.c: New file with contents extracted from tree- [...]
new 7af8e400b3b compiler: remove LHS/RHS context determination for var exprs
new aac64699884 Add __builtin_tgmath for better tgmath.h implementation (bu [...]
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 | 14 +
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-common.c | 1 +
gcc/c-family/c-common.h | 1 +
gcc/c/ChangeLog | 7 +
gcc/c/c-parser.c | 564 ++++++++++++++++++++++
gcc/doc/extend.texi | 57 +++
gcc/ginclude/tgmath.h | 82 +---
gcc/go/ChangeLog | 4 +
gcc/go/go-gcc.cc | 4 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/backend.h | 2 +-
gcc/go/gofrontend/expressions.cc | 45 +-
gcc/go/gofrontend/expressions.h | 14 +-
gcc/go/gofrontend/gogo.cc | 7 +-
gcc/go/gofrontend/operator.h | 6 -
gcc/go/gofrontend/statements.cc | 97 ----
gcc/go/gofrontend/types.cc | 6 +-
gcc/go/gofrontend/wb.cc | 1 -
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/builtin-tgmath-1.c | 322 ++++++++++++
gcc/testsuite/gcc.dg/builtin-tgmath-2.c | 51 ++
gcc/testsuite/gcc.dg/builtin-tgmath-err-1.c | 76 +++
gcc/testsuite/gcc.dg/builtin-tgmath-err-2.c | 19 +
gcc/testsuite/gcc.dg/dfp/builtin-tgmath-dfp-err.c | 33 ++
gcc/testsuite/gcc.dg/dfp/builtin-tgmath-dfp.c | 263 ++++++++++
26 files changed, 1475 insertions(+), 217 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-tgmath-1.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-tgmath-2.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-tgmath-err-1.c
create mode 100644 gcc/testsuite/gcc.dg/builtin-tgmath-err-2.c
create mode 100644 gcc/testsuite/gcc.dg/dfp/builtin-tgmath-dfp-err.c
create mode 100644 gcc/testsuite/gcc.dg/dfp/builtin-tgmath-dfp.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 zorg.
from aaf6215 jenkins: Do pseudo checkouts in relay jobs
new 9755da1 Fix notification for the very first build
new 1d5fbae zorg/jenkins: Rename benchmark.groovy to common.groovy, refactor
new 8696bd9 Add lnt tests task
new 8f99486 Add a task for zorg tests
new ba3d520 Add new jenkins jobs for zorg-tests and lnt-tests
new 5f622dc Fix typo in update_all_jobs
The 6 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:
tasks/bin/FileCheck | Bin 0 -> 171752 bytes
tasks/bin/not | Bin 0 -> 80832 bytes
tasks/lnt-docu.sh | 11 ++++++++
tasks/lnt-style.sh | 7 ++++++
tasks/lnt-tests.sh | 17 +++++++++++++
tasks/repos/zorg.json | 4 +++
tasks/zorg-tests.sh | 8 ++++++
zorg/jenkins/{benchmark.groovy => common.groovy} | 28 +++++++++++++--------
zorg/jenkins/jobs/jobs/fail_test | 4 +--
zorg/jenkins/jobs/jobs/lnt-ctmark-aarch64-O0-g | 4 +--
zorg/jenkins/jobs/jobs/lnt-ctmark-aarch64-O3-flto | 4 +--
zorg/jenkins/jobs/jobs/lnt-ctmark-aarch64-Os | 4 +--
zorg/jenkins/jobs/jobs/lnt-ctmark-aarch64-Oz | 4 +--
zorg/jenkins/jobs/jobs/lnt-docu | 8 ++++++
zorg/jenkins/jobs/jobs/lnt-style | 8 ++++++
.../jobs/jobs/lnt-test-suite-x86_64-O3-flto | 4 +--
.../jobs/jobs/lnt-test-suite-x86_64-Os-flto | 4 +--
zorg/jenkins/jobs/jobs/lnt-tests | 8 ++++++
.../test-suite-verify-machineinstrs-aarch64-O0-g | 4 +--
.../test-suite-verify-machineinstrs-aarch64-O3 | 4 +--
...te-verify-machineinstrs-aarch64-globalisel-O0-g | 4 +--
.../test-suite-verify-machineinstrs-x86_64-O0-g | 4 +--
.../jobs/test-suite-verify-machineinstrs-x86_64-O3 | 4 +--
.../test-suite-verify-machineinstrs-x86_64h-O3 | 4 +--
zorg/jenkins/jobs/jobs/zorg-tests | 8 ++++++
zorg/jenkins/jobs/update_all_jobs.sh | 2 +-
26 files changed, 123 insertions(+), 38 deletions(-)
create mode 100755 tasks/bin/FileCheck
create mode 100755 tasks/bin/not
create mode 100644 tasks/lnt-docu.sh
create mode 100644 tasks/lnt-style.sh
create mode 100644 tasks/lnt-tests.sh
create mode 100644 tasks/repos/zorg.json
create mode 100644 tasks/zorg-tests.sh
rename zorg/jenkins/{benchmark.groovy => common.groovy} (91%)
create mode 100644 zorg/jenkins/jobs/jobs/lnt-docu
create mode 100644 zorg/jenkins/jobs/jobs/lnt-style
create mode 100644 zorg/jenkins/jobs/jobs/lnt-tests
create mode 100644 zorg/jenkins/jobs/jobs/zorg-tests
--
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 35416f3b78 Simplify CpuIs code to use include from LLVM
new fc25bec207 [modules] Fix crash in complex class merging scenario.
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/Decl.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 f004f4147f9 [X86] Correct the spelling of pentiumpro in X86TargetParser.def
new 3f38dad8a7c AMDGPU: Add separate definitions for DS insts without m0 use
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/AMDGPU/DSInstructions.td | 361 +++++++++++++++++++++---------------
1 file changed, 207 insertions(+), 154 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 release_50
in repository libcxx.
from 396abfea0 Merging r312693:
new 290625979 Merging r313776:
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/algorithm | 5 +++--
1 file changed, 3 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 libcxx.
from c9f5f1056 Add two new macros: _LIBCPP_NODISCARD_AFTER_CXX17 and _LIBCPP [...]
new a17cd7c64 Added tests for xxx.size() and xxx.empty() for all the sequen [...]
new 6f8459857 Update Appveyor LLVM install link to be current and non-broken
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:
appveyor-reqs-install.cmd | 2 +-
.../deque.capacity/empty.pass.cpp} | 30 ++++++-----
.../sequences/deque/deque.capacity/size.pass.cpp | 62 ++++++++++++++++++++++
.../clear.pass.cpp => forwardlist/empty.pass.cpp} | 25 ++++++---
.../empty.pass.cpp} | 21 ++++++--
.../sequences/list/list.capacity/size.pass.cpp | 62 ++++++++++++++++++++++
.../clear.pass.cpp => vector.bool/empty.pass.cpp} | 26 +++++----
.../containers/sequences/vector.bool/size.pass.cpp | 62 ++++++++++++++++++++++
.../empty.pass.cpp} | 26 +++++----
.../sequences/vector/vector.capacity/size.pass.cpp | 62 ++++++++++++++++++++++
10 files changed, 333 insertions(+), 45 deletions(-)
copy test/std/containers/sequences/{vector/vector.modifiers/clear.pass.cpp => dequ [...]
create mode 100644 test/std/containers/sequences/deque/deque.capacity/size.pass.cpp
copy test/std/containers/sequences/{list/list.modifiers/clear.pass.cpp => forwardl [...]
copy test/std/containers/sequences/list/{list.modifiers/clear.pass.cpp => list.cap [...]
create mode 100644 test/std/containers/sequences/list/list.capacity/size.pass.cpp
copy test/std/containers/sequences/{vector/vector.modifiers/clear.pass.cpp => vect [...]
create mode 100644 test/std/containers/sequences/vector.bool/size.pass.cpp
copy test/std/containers/sequences/vector/{vector.modifiers/clear.pass.cpp => vect [...]
create mode 100644 test/std/containers/sequences/vector/vector.capacity/size.pass.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 binutils-gdb.
from 4fbd5513b1 Add modified file I missed in last commit.
new 583712f5ab First part of fix for riscv gas lns-common-1 failure.
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:
gas/ChangeLog | 4 ++++
gas/testsuite/gas/lns/lns.exp | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.