This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0fdf8c8d1f9 Define std::__to_address helper
new bfec465ff91 Minor edits.
new 6bf713f76bf Regenerate.
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/ada/doc/gnat_ugn/about_this_guide.rst | 2 +-
.../building_executable_programs_with_gnat.rst | 3 --
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 24 +++--------
.../doc/gnat_ugn/platform_specific_information.rst | 4 +-
gcc/ada/gnat_ugn.texi | 49 +++++++++-------------
5 files changed, 28 insertions(+), 54 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 77e98d94921 New file.
new 0fdf8c8d1f9 Define std::__to_address helper
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:
libstdc++-v3/ChangeLog | 19 +++++++++++++++++++
libstdc++-v3/include/bits/allocated_ptr.h | 9 +--------
libstdc++-v3/include/bits/forward_list.h | 2 +-
libstdc++-v3/include/bits/hashtable_policy.h | 4 ++--
libstdc++-v3/include/bits/ptr_traits.h | 10 ++++++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 14 ++------------
libstdc++-v3/include/bits/stl_vector.h | 6 +++---
libstdc++-v3/include/ext/alloc_traits.h | 4 ++--
8 files changed, 40 insertions(+), 28 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 lld.
from a20f42e90 Handle lazy symbols is Symbol::includeInDynsym.
new bbe3912a6 [COFF] Add support for the -wholearchive option
new 1ab42b831 [MinGW] Add support for the options --[no-]whole-archive
new a1d06e7cb [MinGW] Support creating DLLs with a def file
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:
COFF/Driver.cpp | 53 +++++++++++++++++++++++++++++++++++-------------
COFF/Driver.h | 4 ++--
COFF/Options.td | 2 ++
MinGW/Driver.cpp | 26 +++++++++++++++++++-----
MinGW/Options.td | 4 ++++
test/COFF/wholearchive.s | 19 +++++++++++++++++
test/MinGW/driver.test | 6 ++++++
7 files changed, 93 insertions(+), 21 deletions(-)
create mode 100644 test/COFF/wholearchive.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 gcc.
from 2719a4753c8 gcc/testsuite/ChangeLog:
new 77e98d94921 New file.
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/ada/doc/share/copyright.tex | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 gcc/ada/doc/share/copyright.tex
--
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 327f3b7ef Mark the new tests as unsupported when there are no exceptions
new 5f919fe34 Use CMAKE_AR instead of the system default 'ar' for merging s [...]
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/CMakeLists.txt | 1 +
utils/merge_archives.py | 12 +++++++++---
2 files changed, 10 insertions(+), 3 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 3c0fd8c54ba [LV] Fix PR34523 - avoid generating redundant selects
new 3254c743c87 [X86 CodeGen] Optimization of ZeroExtendLoad for v2i8 vector
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/X86ISelLowering.cpp | 1 +
test/CodeGen/X86/vec_int_to_fp.ll | 45 +++++------------------------------
test/CodeGen/X86/vector-sext.ll | 48 ++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-zext.ll | 10 ++------
4 files changed, 57 insertions(+), 47 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 compiler-rt.
from d113a775f Fix line breaks.
new 0a5592717 [compiler-rt] Add test for not fully implemented dump_registers
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:
.../TestCases/Posix/dump_registers.cc | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/Posix/dump_registers.cc
--
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 f844eaced2f [GVNHoist] Factor out reachability to search for anticipabl [...]
new 3c0fd8c54ba [LV] Fix PR34523 - avoid generating redundant selects
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/Transforms/Vectorize/LoopVectorize.cpp | 6 +++---
test/Transforms/LoopVectorize/if-conversion.ll | 27 ++++++++++++++++++++++++++
2 files changed, 30 insertions(+), 3 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 compiler-rt.
from 79b583e7f [compiler-rt] Move *Sanitizer:DEADLYSIGNAL printing into common part
new a2354569b [compiler-rt] Move dump_instruction_bytes and dump_registers [...]
new d113a775f Fix line breaks.
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:
lib/asan/asan_descriptions.h | 1 -
lib/asan/asan_errors.cc | 31 ----------------
lib/asan/asan_flags.inc | 5 ---
lib/sanitizer_common/sanitizer_common.h | 4 +++
lib/sanitizer_common/sanitizer_common_libcdep.cc | 41 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 5 +++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 2 +-
lib/sanitizer_common/sanitizer_report_decorator.h | 1 +
.../TestCases/Posix/dump_instruction_bytes.cc | 7 ++--
9 files changed, 56 insertions(+), 41 deletions(-)
rename test/{asan => sanitizer_common}/TestCases/Posix/dump_instruction_bytes.cc (72%)
--
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 16aceb828ae [llvm-objcopy] Add e_machine validity check for reserved se [...]
new f844eaced2f [GVNHoist] Factor out reachability to search for anticipabl [...]
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/Transforms/Scalar/GVNHoist.cpp | 706 ++++++++++++---------
.../GVNHoist/hoist-more-than-two-branches.ll | 31 +
test/Transforms/GVNHoist/hoist-mssa.ll | 2 +-
test/Transforms/GVNHoist/hoist-newgvn.ll | 105 +++
test/Transforms/GVNHoist/hoist-pr20242.ll | 5 +-
test/Transforms/GVNHoist/hoist-pr28933.ll | 3 +-
test/Transforms/GVNHoist/hoist-recursive-geps.ll | 11 +-
test/Transforms/GVNHoist/hoist.ll | 108 +---
test/Transforms/GVNHoist/infinite-loop-direct.ll | 96 +++
test/Transforms/GVNHoist/infinite-loop-indirect.ll | 285 +++++++++
10 files changed, 952 insertions(+), 400 deletions(-)
create mode 100644 test/Transforms/GVNHoist/hoist-more-than-two-branches.ll
create mode 100644 test/Transforms/GVNHoist/hoist-newgvn.ll
create mode 100644 test/Transforms/GVNHoist/infinite-loop-direct.ll
create mode 100644 test/Transforms/GVNHoist/infinite-loop-indirect.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.