This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 08a74ff * config/avr/avr-arch.h (avr_mcu_t) [n_flash]: Remove field. [...]
new 9e16505 S/390: Fix RTL sharing when generating reg note.
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 | 2 +-
2 files changed, 6 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 clang-tools-extra.
from 6f72546 Add a blank line to make sphinx happy.
new 3e84024 Fix a buildbot failure in include-fixer.
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/include-fixer/IncludeFixerTest.cpp | 11 ++++-------
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from d5451cd Add support for Fushia OS.
new 08698b7 Always pass a valid section header offset to elf_parse_notes
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/ChangeLog | 5 +++++
bfd/elf.c | 2 +-
2 files changed, 6 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 lldb.
from 17b6f6a Handle empty strings when looking for a CFString's encoding. [...]
new 449f761 Replace __ANDROID_NDK__ with __ANDROID__
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:
cmake/platforms/Android.cmake | 3 +--
include/lldb/Core/RegularExpression.h | 2 +-
include/lldb/Host/Config.h | 2 +-
include/lldb/Host/Editline.h | 4 +---
include/lldb/Host/Host.h | 10 ++++------
include/lldb/Host/HostInfo.h | 2 +-
include/lldb/Host/Time.h | 2 +-
include/lldb/Host/linux/Personality.h | 2 +-
include/lldb/Host/posix/Fcntl.h | 2 +-
source/Host/common/Host.cpp | 10 +++++-----
source/Host/common/Socket.cpp | 4 ++--
source/Host/linux/ProcessLauncherLinux.cpp | 2 +-
source/Host/posix/HostInfoPosix.cpp | 2 +-
source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp | 7 +------
.../ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +-
.../Process/Utility/RegisterContextMacOSXFrameBackchain.cpp | 2 +-
source/Utility/PseudoTerminal.cpp | 2 +-
tools/driver/Driver.cpp | 2 --
18 files changed, 25 insertions(+), 37 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 35ec7f0 [Frontend] Fix an issue where a quoted search path is incorre [...]
new ca71574 [ClangFormat] Only insert #include into the #include block 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:
include/clang/Format/Format.h | 9 ++-
lib/Format/Format.cpp | 130 ++++++++++++++++++++++++++++++---------
unittests/Format/CleanupTest.cpp | 87 ++++++++++++++++++++++++++
3 files changed, 195 insertions(+), 31 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 1244527 [AVX-512] Add EVEX vpshuflw/vpshufhw/vpshufd instructions to [...]
new f0760b2 [SLPVectorizer][X86] Add tests for vectorization of buildvect [...]
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/Transforms/SLPVectorizer/X86/arith-fp.ll | 1573 +++++++++++++++++++++++++
1 file changed, 1573 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/arith-fp.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 binutils-gdb.
from 432ec08 [AArch64] Recognize STR instruction in prologue
new d5451cd Add support for Fushia OS.
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 | 5 ++++
bfd/ChangeLog | 4 +++
bfd/config.bfd | 11 ++++++++-
configure | 2 +-
configure.ac | 2 +-
gas/ChangeLog | 4 +++
gas/configure.tgt | 3 +++
ld/ChangeLog | 9 +++++++
ld/Makefile.am | 10 ++++++++
ld/Makefile.in | 12 +++++++++
ld/configure.tgt | 7 +++++-
ld/emulparams/{armelf.sh => armelf_fuchsia.sh} | 34 ++++++++++++--------------
ld/emulparams/armelfb_fuchsia.sh | 2 ++
13 files changed, 82 insertions(+), 23 deletions(-)
copy ld/emulparams/{armelf.sh => armelf_fuchsia.sh} (75%)
create mode 100644 ld/emulparams/armelfb_fuchsia.sh
--
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 124ca6c clang/test/Driver/defsym.s: Appease targeting msc. It is inca [...]
new 35ec7f0 [Frontend] Fix an issue where a quoted search path is incorre [...]
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/Frontend/InitHeaderSearch.cpp | 2 +-
test/Frontend/include-duplicate-removal.c | 12 ++++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/Frontend/include-duplicate-removal.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 binutils-gdb.
from 018572b Don't handle timeout inside gdb_test_multiple
new 4d9a900 Add unit test to aarch64 prologue analyzer
new 432ec08 [AArch64] Recognize STR instruction in prologue
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:
gdb/ChangeLog | 23 +++++++
gdb/aarch64-tdep.c | 196 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
gdb/trad-frame.c | 21 ++++--
gdb/trad-frame.h | 1 +
4 files changed, 232 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.
unknown user pushed a change to branch master
in repository gcc.
from 607381a PR rtl-optimization/78547 * emit-rtl.c (unshare_all_rtl): M [...]
new c4f0a72 * doc/invoke.texi (AVR Options) [-mabsdata]: Point to absdat [...]
new 08a74ff * config/avr/avr-arch.h (avr_mcu_t) [n_flash]: Remove field. [...]
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 | 17 ++
gcc/config/avr/avr-arch.h | 3 -
gcc/config/avr/avr-devices.c | 6 +-
gcc/config/avr/avr-mcus.def | 551 ++++++++++++++++++------------------
gcc/config/avr/avr.c | 2 +-
gcc/config/avr/gen-avr-mmcu-specs.c | 4 +-
gcc/doc/extend.texi | 26 ++
gcc/doc/invoke.texi | 3 +-
8 files changed, 326 insertions(+), 286 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.