This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 00e405e Add missing test case from D41171 commit
new 081e235 Remove unused positional argument for printf
new aa01de3 [OMPT] Fix failing test cases for gcc on Ubuntu
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:
runtime/src/i18n/en_US.txt | 2 +-
runtime/src/kmp_i18n.cpp | 4 +++-
runtime/test/ompt/callback.h | 1 +
runtime/test/ompt/loadtool/tool_available.c | 4 ++--
4 files changed, 7 insertions(+), 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 gcc.
from d6175ad37ec compiler: bring escape analysis mostly in line with gc [...]
new bf1323be642 compiler: do not propagate address-taken of a slice ele [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 8 ++++++++
gcc/go/gofrontend/expressions.h | 3 +--
3 files changed, 10 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 glibc.
from bad7a0c81f copy_file_range: New function to copy file data
new ed8ae46bed Avoid gcc warnings on cygwin
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 +++++++
posix/regex_internal.c | 2 +-
posix/regexec.c | 2 ++
3 files changed, 10 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 gcc.
from 391c3f0c8db Enable AVX512BITALG
new d6175ad37ec compiler: bring escape analysis mostly in line with gc [...]
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 1062 +++++++++++++++++++++++++-------------
gcc/go/gofrontend/escape.h | 60 ++-
gcc/go/gofrontend/expressions.cc | 108 ----
gcc/go/gofrontend/expressions.h | 137 +++++
gcc/go/gofrontend/gogo.h | 5 +
gcc/go/gofrontend/runtime.cc | 30 +-
7 files changed, 888 insertions(+), 516 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 9a68e7b Fixup: Add some imports that got lost in the previous commit
new 2b3adda Add tests that I forgot in a previous commit
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:
tests/cli/testllvmconfigure.py | 92 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 92 insertions(+)
create mode 100644 tests/cli/testllvmconfigure.py
--
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 4e09f68a2c [CodeGen] Represent array members in new-format TBAA type de [...]
new 473470a85f Unit tests for TBAA metadata generation.
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:
unittests/CodeGen/CMakeLists.txt | 1 +
unittests/CodeGen/IRMatchers.h | 453 +++++++++++
unittests/CodeGen/TBAAMetadataTest.cpp | 1299 ++++++++++++++++++++++++++++++++
3 files changed, 1753 insertions(+)
create mode 100644 unittests/CodeGen/IRMatchers.h
create mode 100644 unittests/CodeGen/TBAAMetadataTest.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 4f26ae4cab2 [mips] Add test case to check that calls to mcount follow l [...]
new c428d374bf2 [AMDGPU][MC] Added support of 256- and 512-bit tuples of tt [...]
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/AMDGPUAsmPrinter.cpp | 6 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 6 +-
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 35 +++-
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 3 +
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 4 +-
lib/Target/AMDGPU/SIRegisterInfo.td | 182 +++++++++++++++++----
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 4 +
test/MC/AMDGPU/trap.s | 42 +++++
test/MC/Disassembler/AMDGPU/trap_gfx9.txt | 32 ++++
test/MC/Disassembler/AMDGPU/trap_vi.txt | 16 ++
10 files changed, 287 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 release/2.26/master
in repository glibc.
from 5da0de4de5 Synchronize support/ infrastructure with master
new 58a63062a0 manual: Update to mention ENODEV for ttyname and ttyname_r
new 1f0ba053ed linux ttyname: Update a reference to kernel docs for kernel 4.10
new bd81a9d1e9 linux ttyname: Change return type of is_pty from int to bool
new f43ead291c linux ttyname{_r}: Make tty checks consistent
new 4f987759d1 linux ttyname{_r}: Don't bail prematurely [BZ #22145]
new 89e75d5eda linux ttyname{_r}: Add tests
new 069c3dd05a tst-ttyname: Fix namespace setup for Fedora
The 7 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 | 44 +++
NEWS | 1 +
manual/terminal.texi | 5 +
sysdeps/unix/sysv/linux/Makefile | 3 +-
sysdeps/unix/sysv/linux/tst-ttyname.c | 570 ++++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/ttyname.c | 63 ++--
sysdeps/unix/sysv/linux/ttyname.h | 18 +-
sysdeps/unix/sysv/linux/ttyname_r.c | 65 ++--
8 files changed, 682 insertions(+), 87 deletions(-)
create mode 100644 sysdeps/unix/sysv/linux/tst-ttyname.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-tools-extra.
from 8889eedb [clangd] Simplify GlobalCompilationDatabase, cache missing GCDs
new fd878884 [clangd] Add a tool to build YAML-format global symbols.
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:
clangd/CMakeLists.txt | 1 +
clangd/global-symbol-builder/CMakeLists.txt | 19 ++++
.../GlobalSymbolBuilderMain.cpp | 110 +++++++++++++++++++++
test/CMakeLists.txt | 4 +
4 files changed, 134 insertions(+)
create mode 100644 clangd/global-symbol-builder/CMakeLists.txt
create mode 100644 clangd/global-symbol-builder/GlobalSymbolBuilderMain.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.