This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 62ae41d [ELF] - Basic support of linkerscript commands: DATA_SEGMENT_ [...]
new a3b5174 Fix PR28575.
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 | 41 ++++++++++++++++++++++++++++-
ELF/InputSection.h | 9 ++++++-
ELF/MarkLive.cpp | 70 ++++++++++++++++++++++++++++++++++++++++++-------
ELF/OutputSections.cpp | 42 +++++++++--------------------
ELF/OutputSections.h | 14 +++++-----
test/ELF/eh-frame-gc2.s | 15 +++++++++++
6 files changed, 143 insertions(+), 48 deletions(-)
create mode 100644 test/ELF/eh-frame-gc2.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 llvm.
from 568aa32 [docs] Move GitHub to GitHubSubMod
new d1938d1 add vector tests and a simpler version of the negative 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/Transforms/InstSimplify/select.ll | 51 ++++++++++++++++++++++++++++++++--
1 file changed, 48 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 69027c3 Fix unsymbolize unittest. Adding win64 address.
new 839a300 Disable thread safe statics in clang-cl, they call the CRT
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:
CMakeLists.txt | 2 +-
lib/asan/asan_win.cc | 2 +-
2 files changed, 2 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 compiler-rt.
from 9a0088d [compiler-rt] Fix interception of memcpy/memmove on win64
new 69027c3 Fix unsymbolize unittest. Adding win64 address.
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/asan/TestCases/Windows/unsymbolized.cc | 4 ++--
1 file changed, 2 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 2e6126a Transfer ownership of the XCore backend.
new 568aa32 [docs] Move GitHub to GitHubSubMod
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:
docs/Proposals/{GitHub.rst => GitHubSubMod.rst} | 6 +++---
docs/index.rst | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
rename docs/Proposals/{GitHub.rst => GitHubSubMod.rst} (98%)
--
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 52ee88f [sanitizer] allocator: remove kPopulateSize and only use Size [...]
new 9a0088d [compiler-rt] Fix interception of memcpy/memmove on win64
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/sanitizer_common/sanitizer_common_interceptors.inc | 7 ++++++-
lib/sanitizer_common/sanitizer_platform_interceptors.h | 7 -------
test/asan/TestCases/Windows/intercept_memcpy.cc | 4 ++--
3 files changed, 8 insertions(+), 10 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 059a124 Fix MSVC 2015 compilation failure around range-for without cu [...]
new 04a685e Update comment.
new 62ae41d [ELF] - Basic support of linkerscript commands: DATA_SEGMENT_ [...]
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:
ELF/LinkerScript.cpp | 43 +++++++++++++++++++++--
test/ELF/linkerscript-locationcounter.s | 61 +++++++++++++++++++++++++++++++++
2 files changed, 102 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 gcc.
from 8ec03a6 016-07-21 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 16e5d2e Remove memory leaks in libstdc++ testsuite
new 485fa64 Fix missing returns in libstdc++ testsuite
new 11b5af6 Fix out-of-bound array accesses in libstdc++ testsuite
new 1e92e23 Define missing delete operators in libstdc++ testsuite
new 0752378 Fix naming, qualification and broken test for propagate_const
The 5 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 | 32 ++++++++++++++++++++++
libstdc++-v3/include/experimental/propagate_const | 26 +++++++++---------
.../testsuite/18_support/new_delete_placement.cc | 8 +++---
libstdc++-v3/testsuite/20_util/addressof/1.cc | 3 ++
.../basic_string/modifiers/append/char/1.cc | 2 +-
.../basic_string/operations/compare/char/1.cc | 6 ++--
.../21_strings/char_traits/requirements/short/1.cc | 12 ++++----
.../22_locale/locale/global_locale_objects/3.cc | 9 ++++--
.../unordered_multimap/insert/55028-debug.cc | 2 +-
.../23_containers/vector/zero_sized_allocations.cc | 12 ++++++--
.../testsuite/24_iterators/container_access.cc | 4 +--
.../testsuite/24_iterators/range_access_cpp14.cc | 4 +--
.../experimental/propagate_const/cons/default.cc | 5 ++--
.../string_view/operations/compare/char/1.cc | 4 +--
libstdc++-v3/testsuite/util/testsuite_character.cc | 2 --
.../testsuite/util/testsuite_new_operators.h | 7 +++++
16 files changed, 96 insertions(+), 42 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 dj/malloc
in repository glibc.
from 9c879c0 Add note about the timing of recording an mremap event.
new b096a21 Add various bin-related trace path flags
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:
malloc/malloc.c | 21 +++++++++++++++++++++
malloc/mtrace.h | 8 +++++++-
malloc/trace_dump.c | 8 +++++++-
3 files changed, 35 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 d89a69b Revert "Invariant start/end intrinsics overloaded for address space"
new 2e6126a Transfer ownership of the XCore backend.
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:
CODE_OWNERS.TXT | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.