This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 7f2abc7e3 [LLD][ELF] - Add a check for --split-stack-adjust-size error [...]
new 26046f9c3 [LLD][ELF] - Add a test for "unbalanced --push-state/--pop-st [...]
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/ELF/push-state.s | 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 binutils-2_30-branch
in repository binutils-gdb.
from e521dc8881 Fix unwind offset for call_info->start_symbol.
new 4e518864c8 x86: don't mistakenly scale non-8-bit displacements
new 29c0ef0f02 x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s
new 3050b43068 x86: Disable GOT relaxation with data prefix
The 3 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 | 25 ++++++++++++++++++++++
gas/config/tc-i386.c | 16 ++++++++------
gas/testsuite/gas/i386/evex-no-scale-32.d | 12 +++++++++++
gas/testsuite/gas/i386/evex-no-scale-32.s | 7 ++++++
gas/testsuite/gas/i386/evex-no-scale-64.d | 14 ++++++++++++
gas/testsuite/gas/i386/evex-no-scale-64.s | 9 ++++++++
gas/testsuite/gas/i386/i386.exp | 2 ++
gas/testsuite/gas/i386/mixed-mode-reloc32.d | 2 +-
ld/ChangeLog | 11 ++++++++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr23854.d | 28 ++++++++++++++++++++++++
ld/testsuite/ld-i386/pr23854.s | 33 +++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr23854.d | 28 ++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr23854.s | 33 +++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
15 files changed, 214 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/i386/evex-no-scale-32.d
create mode 100644 gas/testsuite/gas/i386/evex-no-scale-32.s
create mode 100644 gas/testsuite/gas/i386/evex-no-scale-64.d
create mode 100644 gas/testsuite/gas/i386/evex-no-scale-64.s
create mode 100644 ld/testsuite/ld-i386/pr23854.d
create mode 100644 ld/testsuite/ld-i386/pr23854.s
create mode 100644 ld/testsuite/ld-x86-64/pr23854.d
create mode 100644 ld/testsuite/ld-x86-64/pr23854.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 40aec7cb [clangd] Tune down scope boost for global scope
new 67ce8a15 [clang-tidy] No warning for auto new expression in smart check
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:
clang-tidy/modernize/MakeSmartPtrCheck.cpp | 3 +++
test/clang-tidy/modernize-make-unique.cpp | 3 +++
2 files changed, 6 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/gcc.
from 01a481090b8 Daily bump.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f0df34961a9 Daily bump.
adds b4e2d8f3a81 2018-11-26 Matthias Klose <doko(a)ubuntu.com>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
gcc/testsuite/jit.dg/test-long-names.c | 2 +-
6 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90
--
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 a7209c3c8 [LLD][ELF] - Remove the excessive safety return. NFC.
new b4f0e6baf [LLD][ELF] - Do not crash when parsing the -defsym option fro [...]
new 7f2abc7e3 [LLD][ELF] - Add a check for --split-stack-adjust-size error [...]
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:
ELF/ScriptParser.cpp | 2 ++
test/ELF/defsym.s | 6 ++++++
test/ELF/ppc64-split-stack-adjust-size-success.s | 2 ++
3 files changed, 10 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 clang-tools-extra.
from c8a05bf4 [clangd] Use testPath in the test.
new 40aec7cb [clangd] Tune down scope boost for global scope
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/FileDistance.cpp | 4 ++--
1 file changed, 2 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 gcc.
from fd4a1412375 Only use __float128 in test if available
new 25e48123843 2018-11-26 Matthias Klose <doko(a)ubuntu.com>
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 | 4 ++++
gcc/testsuite/jit.dg/test-long-names.c | 2 +-
2 files changed, 5 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 gcc-8-branch
in repository gcc.
from f0df34961a9 Daily bump.
new b4e2d8f3a81 2018-11-26 Matthias Klose <doko(a)ubuntu.com>
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 | 4 ++++
gcc/testsuite/jit.dg/test-long-names.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.