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 85d8fe46 [clangd] Allow to override resource dir in ClangdServer.
new 3af70095 [clang-tidy] Enable inline variable definitions in headers
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/misc/DefinitionsInHeadersCheck.cpp | 3 +++
docs/clang-tidy/checks/misc-definitions-in-headers.rst | 8 ++++++++
test/clang-tidy/misc-definitions-in-headers-1z.hpp | 10 ++++++++++
test/clang-tidy/misc-definitions-in-headers.hpp | 4 +++-
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 test/clang-tidy/misc-definitions-in-headers-1z.hpp
--
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 932b72f08b1 copy-sign-1.c, mult-abs-2.c: Restrict to c99_runtime.
new 52368c3466e Introduce IntegerRange for options (PR driver/79659).
new 72db095419c Do not allow to inline ifunc resolvers (PR ipa/81128).
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 | 19 ++++++++++
gcc/c-family/ChangeLog | 11 ++++++
gcc/c-family/c-attribs.c | 11 ++++--
gcc/c-family/c.opt | 20 +++++-----
gcc/common.opt | 8 ++--
gcc/config/i386/i386.opt | 4 +-
gcc/ipa-visibility.c | 3 +-
gcc/opt-functions.awk | 11 ++++++
gcc/optc-gen.awk | 4 +-
gcc/opts-common.c | 12 ++++++
gcc/opts.c | 9 +++++
gcc/opts.h | 9 ++++-
gcc/testsuite/ChangeLog | 10 +++++
gcc/testsuite/g++.dg/opt/pr79659.C | 5 +++
gcc/testsuite/gcc.target/i386/pr81128.c | 65 +++++++++++++++++++++++++++++++++
15 files changed, 177 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr79659.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr81128.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 gcc.
from 20ce76cbd0b Simplify 3*x == 3*y for wrapping types
new 932b72f08b1 copy-sign-1.c, mult-abs-2.c: Restrict to c99_runtime.
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 | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/copy-sign-1.c | 4 +++-
gcc/testsuite/gcc.dg/tree-ssa/mult-abs-2.c | 5 ++++-
3 files changed, 13 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 llvm.
from 31bb0eb5180 [GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR
new f90583eadc7 Revert r306528
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/Analysis/ValueTracking.cpp | 9 +++++++++
test/Transforms/BBVectorize/loop1.ll | 2 +-
2 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 lnt.
from 57251ee lit: Use .shtest instead of .test.sh
new 840e0f7 This patch changes the default command line argument parser o [...]
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:
lnt/lnttool/convert.py | 57 ++--
lnt/lnttool/create.py | 101 +++----
lnt/lnttool/import_data.py | 81 +++---
lnt/lnttool/import_report.py | 63 ++---
lnt/lnttool/main.py | 570 +++++++++++++++++----------------------
lnt/lnttool/updatedb.py | 79 +++---
lnt/lnttool/viewcomparison.py | 55 ++--
lnt/tests/__init__.py | 4 +-
lnt/tests/builtintest.py | 22 +-
lnt/tests/compile.py | 275 +++++++++----------
lnt/tests/nt.py | 612 +++++++++++++++++++-----------------------
lnt/tests/test_suite.py | 386 ++++++++++++--------------
lnt/util/multitool.py | 78 ------
requirements.client.txt | 3 +-
14 files changed, 1033 insertions(+), 1353 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 fd3c664b137 Reverting commit 306414 on behalf of @gadi.haber
new 31bb0eb5180 [GlobalISel][X86] Support bitwise operations : G_AND, G_OR, G_XOR
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/X86/X86LegalizerInfo.cpp | 4 +-
test/CodeGen/X86/GlobalISel/and-scalar.ll | 43 ++++++
.../CodeGen/X86/GlobalISel/legalize-and-scalar.mir | 124 ++++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir | 124 ++++++++++++++++
.../CodeGen/X86/GlobalISel/legalize-xor-scalar.mir | 124 ++++++++++++++++
test/CodeGen/X86/GlobalISel/or-scalar.ll | 43 ++++++
.../X86/GlobalISel/regbankselect-X86_64.mir | 117 +++++++++++++++
test/CodeGen/X86/GlobalISel/select-and-scalar.mir | 160 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-or-scalar.mir | 160 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-xor-scalar.mir | 160 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/xor-scalar.ll | 43 ++++++
11 files changed, 1100 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/and-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-and-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-or-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-xor-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/or-scalar.ll
create mode 100644 test/CodeGen/X86/GlobalISel/select-and-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-or-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-xor-scalar.mir
create mode 100644 test/CodeGen/X86/GlobalISel/xor-scalar.ll
--
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 f300dc7358 Support building glibc with gold 1.14 or above [BZ #14995]
new 073e8fa773 Require binutils 2.25 or later to build glibc.
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 | 13 +++++++++
INSTALL | 2 +-
NEWS | 3 +++
configure | 2 +-
configure.ac | 2 +-
manual/install.texi | 2 +-
sysdeps/s390/configure | 65 ---------------------------------------------
sysdeps/s390/configure.ac | 6 -----
sysdeps/x86_64/configure | 64 --------------------------------------------
sysdeps/x86_64/configure.ac | 6 -----
10 files changed, 20 insertions(+), 145 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 d57cb31910 Miscellaneous sys/ucontext.h namespace fixes (bug 21457).
new f300dc7358 Support building glibc with gold 1.14 or above [BZ #14995]
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 +++++
configure | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
configure.ac | 17 ++++++++++----
3 files changed, 89 insertions(+), 6 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 32d37d67203 [X86] Correct dwarf unwind information in function epilogue
new a06118f48b4 [X86][AVX2] Dropped -mcpu from avx2 arithmetic/intrinsics tests
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/X86/avx2-arith.ll | 106 +++++++--------
test/CodeGen/X86/avx2-cmp.ll | 36 ++---
test/CodeGen/X86/avx2-conversions.ll | 74 +++++------
test/CodeGen/X86/avx2-fma-fneg-combine.ll | 32 ++---
test/CodeGen/X86/avx2-gather.ll | 28 ++--
test/CodeGen/X86/avx2-logic.ll | 34 ++---
test/CodeGen/X86/avx2-phaddsub.ll | 36 ++---
test/CodeGen/X86/avx2-shift.ll | 170 ++++++++++++------------
test/CodeGen/X86/avx2-vector-shifts.ll | 212 ++++++++++++++----------------
test/CodeGen/X86/avx2-vperm.ll | 20 +--
10 files changed, 364 insertions(+), 384 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.