This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.0-branch
in repository binutils-gdb.
from de9990a92d Automatic date update in version.in
new 3be2923c49 Automatic date update in version.in
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:
bfd/version.h | 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.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from d2f66610d3 Automatic date update in version.in
new 52d10fb25c Automatic date update in version.in
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:
bfd/version.h | 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.
unknown user pushed a change to branch master
in repository lld.
from f0c38e88d Don't call buildSectionOrder multiple times.
new 84ac88c16 Assume that mergeable input sections are smaller than 4 GiB.
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:
ELF/InputSection.cpp | 37 ++++++++++++++++++++++---------------
ELF/InputSection.h | 33 ++++++++++++++-------------------
ELF/SyntheticSections.cpp | 7 +++----
3 files changed, 39 insertions(+), 38 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 clang.
from d02b8c6579 [libclang, bindings]: add spelling location
new b99743553a Reverting r316278 due to failing build bots.
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:
bindings/python/clang/cindex.py | 120 ++++++--------------------
bindings/python/tests/cindex/test_location.py | 7 --
tools/libclang/CXSourceLocation.cpp | 3 +-
3 files changed, 26 insertions(+), 104 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 a842dd5493b * gcc.target/i386/pr79683.c: Disable costmodel. * i386.c [...]
new 92ac8192dd3 Update x86 backend to enable Intel CET.
new e2dea65c0ec Add x86 CET documentation.
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 | 71 +++++++
gcc/common/config/i386/i386-common.c | 33 ++++
gcc/config.gcc | 7 +-
gcc/config/i386/cet.c | 76 ++++++++
gcc/config/i386/cetintrin.h | 134 +++++++++++++
gcc/config/i386/cpuid.h | 2 +
gcc/config/i386/driver-i386.c | 8 +-
gcc/config/i386/i386-builtin-types.def | 2 +
gcc/config/i386/i386-builtin.def | 23 ++-
gcc/config/i386/i386-c.c | 12 ++
gcc/config/i386/i386-passes.def | 2 +
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.c | 330 ++++++++++++++++++++++++++++++++-
gcc/config/i386/i386.h | 4 +
gcc/config/i386/i386.md | 189 ++++++++++++++++++-
gcc/config/i386/i386.opt | 20 ++
gcc/config/i386/immintrin.h | 2 +
gcc/config/i386/linux-common.h | 5 +
gcc/config/{t-netbsd => i386/t-cet} | 6 +-
gcc/doc/extend.texi | 19 ++
gcc/doc/invoke.texi | 41 +++-
21 files changed, 973 insertions(+), 14 deletions(-)
create mode 100644 gcc/config/i386/cet.c
create mode 100644 gcc/config/i386/cetintrin.h
copy gcc/config/{t-netbsd => i386/t-cet} (90%)
--
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 59611f54fa Fix a typo with -fno-double-square-bracket-attributes and ad [...]
new d02b8c6579 [libclang, bindings]: add spelling location
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:
bindings/python/clang/cindex.py | 120 ++++++++++++++++++++------
bindings/python/tests/cindex/test_location.py | 7 ++
tools/libclang/CXSourceLocation.cpp | 3 +-
3 files changed, 104 insertions(+), 26 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 51ff151ed58 Reverting r316270 due to failing build bots.
new 7f2ed036912 Strip trailing whitespace. NFCI.
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/X86InstrInfo.cpp | 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 llvm.
from 8d6bf15df65 [X86][SSE] Add extractps/pextrd equivalence to domain tables
new 51ff151ed58 Reverting r316270 due to failing build bots.
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/PowerPC/PPCInstrInfo.td | 14 ++++++--------
test/CodeGen/PowerPC/testBitReverse.ll | 32 ++++++++++++++++----------------
2 files changed, 22 insertions(+), 24 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 clang.
from caef7029e6 Add release notes for the recent -fdouble-square-bracket-att [...]
new 59611f54fa Fix a typo with -fno-double-square-bracket-attributes and ad [...]
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/clang/Driver/Options.td | 4 ++--
lib/Driver/ToolChains/Clang.cpp | 3 +++
test/SemaCXX/attr-cxx-disabled.cpp | 12 ++++++++++++
3 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 test/SemaCXX/attr-cxx-disabled.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.