This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 14d886edbd aarch64: fix start code for static pie
new bb195224ac elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]
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 | 6 ++++++
elf/dl-load.c | 20 +-------------------
2 files changed, 7 insertions(+), 19 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 29dd081e8db [AArch64][SVE] Asm: Add SVE predicate register definitions [...]
new 9d49216adef [AArch64][SVE] Asm: Add ZIP1/ZIP2 instructions (predicate/d [...]
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/AArch64/AArch64SVEInstrInfo.td | 6 ++
lib/Target/AArch64/SVEInstrFormats.td | 62 ++++++++++++++++++
test/MC/AArch64/SVE/zip1-diagnostics.s | 43 ++++++++++++
test/MC/AArch64/SVE/zip1.s | 104 ++++++++++++++++++++++++++++++
test/MC/AArch64/SVE/zip2-diagnostics.s | 43 ++++++++++++
test/MC/AArch64/SVE/zip2.s | 104 ++++++++++++++++++++++++++++++
6 files changed, 362 insertions(+)
create mode 100644 test/MC/AArch64/SVE/zip1-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/zip1.s
create mode 100644 test/MC/AArch64/SVE/zip2-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/zip2.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-tools-extra.
from 43d6a1c2 [clang-tidy] Adding Fuchsia checker for virtual inheritance
new 9273ad9c [clangd] in VSCode client, filter extensions properly and onl [...]
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/clients/clangd-vscode/src/extension.ts | 8 ++++----
1 file changed, 4 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 23298f15ba7 2017-12-18 Richard Biener <rguenther(a)suse.de>
new 32f065b33e5 S/390: PR83420: Improve hotpatch option parsing.
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/config/s390/s390.c | 9 ++-------
2 files changed, 7 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 052b7d3 Add llvm.py configure
new 5ad5542 Move more stuff from modules.llvm to modules.utils
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:
modules/llvm.py | 46 ---------------------------------------------
modules/utils.py | 46 +++++++++++++++++++++++++++++++++++++++++++++
scripts/llvm.py | 4 ++--
tests/unittests/testpush.py | 2 +-
4 files changed, 49 insertions(+), 49 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 5fec8b7 Add for_each_subproj in LLVMSourceConfig
new 052b7d3 Add llvm.py configure
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:
helpers/llvm-build | 27 ++++++----
helpers/llvm-projs | 10 ++++
modules/llvm.py | 63 +++++++++++++++++++++++
modules/utils.py | 29 +++++++++++
scripts/llvm.py | 62 +++++++++++++++++++++++
tests/unittests/testllvmbuildconfig.py | 89 +++++++++++++++++++++++++++++++++
tests/unittests/testllvmsourceconfig.py | 5 ++
7 files changed, 274 insertions(+), 11 deletions(-)
create mode 100644 modules/utils.py
create mode 100644 tests/unittests/testllvmbuildconfig.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 llvm.
from 0e72a729ed9 [ThinLTO] Remove unused code
new 29dd081e8db [AArch64][SVE] Asm: Add SVE predicate register definitions [...]
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/AArch64/AArch64RegisterInfo.td | 53 +++++++++-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 115 +++++++++++++++++++--
.../AArch64/Disassembler/AArch64Disassembler.cpp | 20 ++++
test/MC/AArch64/SVE/dot-req-diagnostics.s | 20 ++++
test/MC/AArch64/SVE/dot-req.s | 9 ++
5 files changed, 207 insertions(+), 10 deletions(-)
create mode 100644 test/MC/AArch64/SVE/dot-req-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/dot-req.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 25836be2c4 Refactor overridden methods iteration to avoid double lookups.
new c61320aee8 [X86] Use {{.*}} instead of hardcoded %1 in knot test.
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/CodeGen/avx512f-builtins.c | 2 +-
1 file changed, 1 insertion(+), 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from adb07c4 Move --repos flag to projects subcommand
new 5fec8b7 Add for_each_subproj in LLVMSourceConfig
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:
modules/llvm.py | 16 ++++++
tests/unittests/testllvmsourceconfig.py | 93 +++++++++++++++++++++++++++++----
2 files changed, 100 insertions(+), 9 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 36317e8 Minor fixes to scripts interfaces
new adb07c4 Move --repos flag to projects subcommand
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:
helpers/llvm-projs | 6 ++---
helpers/llvm-push | 2 +-
scripts/llvm.py | 14 +++++++----
tests/cli/llvmtestcase.py | 11 ++------
tests/cli/testllvmprojects.py | 58 ++++++++++++++++++++++++-------------------
5 files changed, 48 insertions(+), 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.