This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 51e4fb6e38b [llvm-objcopy] Add support for large indexes
new e5c7b32694a [NFC][InstCombine] Fine-tune 'check for [no] signed truncat [...]
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:
...canonicalize-lack-of-signed-truncation-check.ll | 110 ++++++++++-----------
.../canonicalize-signed-truncation-check.ll | 110 ++++++++++-----------
2 files changed, 110 insertions(+), 110 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 libcxx.
from a40a6b3f6 [CMake] Use correct variable as header install prefix
new 6e089f8b1 Fix PR38160 - init_priority attribute not supported by GCC on Apple.
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:
src/experimental/memory_resource.cpp | 13 ++++++++++++-
1 file changed, 12 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 compiler-rt.
from c8a18c408 [cmake][libFuzzer] fixup r337193 to ensure msan/dfsan are not [...]
new 37f6de13a Revert r337194 (https://reviews.llvm.org/D48891) due to compi [...]
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/fuzzer/FuzzerDriver.cpp | 1 -
lib/fuzzer/FuzzerFlags.def | 1 -
lib/fuzzer/FuzzerLoop.cpp | 2 --
lib/fuzzer/FuzzerMutate.cpp | 27 +++------------------------
lib/fuzzer/FuzzerMutate.h | 9 ++-------
lib/fuzzer/FuzzerOptions.h | 1 -
test/fuzzer/fuzzer-mutationstats.test | 5 -----
7 files changed, 5 insertions(+), 41 deletions(-)
delete mode 100644 test/fuzzer/fuzzer-mutationstats.test
--
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 7d88286b7cf [CodeGen] Fix inconsistent declaration parameter name
new 51e4fb6e38b [llvm-objcopy] Add support for large indexes
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/tools/llvm-objcopy/Inputs/many-sections.o.gz | Bin 0 -> 155402 bytes
test/tools/llvm-objcopy/Inputs/ungzip.py | 5 +
test/tools/llvm-objcopy/auto-remove-shndx.test | 5 +
test/tools/llvm-objcopy/many-sections.test | 53 ++++++
test/tools/llvm-objcopy/remove-shndx.test | 7 +
test/tools/llvm-objcopy/strict-no-add.test | 10 ++
tools/llvm-objcopy/Object.cpp | 188 ++++++++++++++++++++--
tools/llvm-objcopy/Object.h | 48 +++++-
8 files changed, 295 insertions(+), 21 deletions(-)
create mode 100644 test/tools/llvm-objcopy/Inputs/many-sections.o.gz
create mode 100644 test/tools/llvm-objcopy/Inputs/ungzip.py
create mode 100644 test/tools/llvm-objcopy/auto-remove-shndx.test
create mode 100644 test/tools/llvm-objcopy/many-sections.test
create mode 100644 test/tools/llvm-objcopy/remove-shndx.test
create mode 100644 test/tools/llvm-objcopy/strict-no-add.test
--
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 compiler-rt.
from 1a045aa98 [CMake] Use cxx-headers as a depedency for C++ headers
new c8a18c408 [cmake][libFuzzer] fixup r337193 to ensure msan/dfsan are not [...]
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/fuzzer/CMakeLists.txt | 8 +++++++-
1 file changed, 7 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 421c17f45 Fix some crashes and deadlocks in FormatAnsiTerminalCodes
new 58a242aa6 [CMake] Give lldb tools functional install targets when build [...]
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/modules/AddLLDB.cmake | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 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 3ae725dfb6 Improve strstr performance
new 52b2a80fae powerpc64: Always restore TOC on longjmp [BZ #21895]
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 | 12 +++++
sysdeps/powerpc/powerpc64/Makefile | 12 +++++
sysdeps/powerpc/powerpc64/__longjmp-common.S | 5 +-
.../powerpc/powerpc64/setjmp-bug21895.c | 39 +++++++++++----
.../powerpc64/tst-setjmp-bug21895-static.c} | 56 +++++++++++++---------
5 files changed, 89 insertions(+), 35 deletions(-)
copy malloc/alloc_buffer_copy_string.c => sysdeps/powerpc/powerpc64/setjmp-bug2189 [...]
copy sysdeps/{unix/sysv/linux/mips/mips32/bug-getcontext-mips-gp.c => powerpc/powe [...]
--
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 65f9a1b8c63 2018-07-16 Fritz Reese <fritzoreese(a)gmail.com>
new 1fed49d5255 2018-07-16 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 9 ++++
gcc/fortran/decl.c | 63 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gfortran.dg/assumed_rank_14.f90 | 11 +++++
gcc/testsuite/gfortran.dg/assumed_rank_15.f90 | 11 +++++
gcc/testsuite/gfortran.dg/dec_structure_23.f90 | 6 +--
gcc/testsuite/gfortran.dg/dec_structure_8.f90 | 6 +--
7 files changed, 82 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/assumed_rank_15.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 binutils-gdb.
from 8a67aaa818 Add missing ChangeLog entry
new cb2366c198 Add grok/write functions for new ppc core note sections
new 3fd217186c Fix typo in NT_PPC_TM_CVSX note description
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:
bfd/ChangeLog | 44 +++++++
bfd/elf-bfd.h | 26 ++++
bfd/elf.c | 351 +++++++++++++++++++++++++++++++++++++++++++++++++++++
binutils/ChangeLog | 5 +
binutils/readelf.c | 2 +-
5 files changed, 427 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 ed2711622a5 [ARC] Reimplement return padding
new 65f9a1b8c63 2018-07-16 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 17 +++++++
gcc/fortran/expr.c | 73 ++++++++++++++++++++----------
gcc/fortran/module.c | 2 +
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gfortran.dg/init_flag_18.f90 | 19 ++++++++
gcc/testsuite/gfortran.dg/init_flag_19.f03 | 36 +++++++++++++++
6 files changed, 131 insertions(+), 25 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_18.f90
create mode 100644 gcc/testsuite/gfortran.dg/init_flag_19.f03
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.