This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b52d540 Optimise CONCAT handling in emit_group_load
new 0a875e2 PR sanitizer/78307 * ubsan/ubsan_handlers.cc (__ubsan_handl [...]
new e800a7e libsanitizer/
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:
libsanitizer/ChangeLog | 18 ++++++++++++++++++
libsanitizer/HOWTO_MERGE | 4 +++-
libsanitizer/LOCAL_PATCHES | 4 ++++
libsanitizer/ubsan/ubsan_handlers.cc | 15 +++++++++++++++
libsanitizer/ubsan/ubsan_handlers.h | 8 ++++++++
libsanitizer/ubsan/ubsan_handlers_cxx.cc | 18 ++++++++++++++++++
libsanitizer/ubsan/ubsan_handlers_cxx.h | 13 +++++++++++++
7 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 libsanitizer/LOCAL_PATCHES
--
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 9e15ccd Change Property::GetName() and GetDescription() to return StringRef.
new f95a049 Fix printf warning I introduced in ModuleSpec.h
new 54ab540 Remove TimeValue class
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:
include/lldb/Core/ModuleSpec.h | 2 +-
include/lldb/Host/TimeValue.h | 112 -----------------------
include/lldb/lldb-forward.h | 1 -
lldb.xcodeproj/project.pbxproj | 6 --
source/Commands/CommandObjectTarget.cpp | 20 ++++-
source/Host/CMakeLists.txt | 1 -
source/Host/common/TimeValue.cpp | 155 --------------------------------
7 files changed, 20 insertions(+), 277 deletions(-)
delete mode 100644 include/lldb/Host/TimeValue.h
delete mode 100644 source/Host/common/TimeValue.cpp
--
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 49b9925 [X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_ [...]
new a33f3df Remove TimeValue class
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/llvm/Support/TimeValue.h | 397 ------------------------------------
lib/Support/CMakeLists.txt | 1 -
lib/Support/TimeValue.cpp | 55 -----
unittests/Support/CMakeLists.txt | 1 -
unittests/Support/TimeValueTest.cpp | 50 -----
5 files changed, 504 deletions(-)
delete mode 100644 include/llvm/Support/TimeValue.h
delete mode 100644 lib/Support/TimeValue.cpp
delete mode 100644 unittests/Support/TimeValueTest.cpp
--
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 ff7ba33 Automatic date update in version.in
new 4cb771f Fix PR20789 - relaxation with negative valued diff relocs
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 | 10 +++
bfd/elf32-avr.c | 99 ++++++++++++++++---------
ld/ChangeLog | 7 ++
ld/testsuite/ld-avr/{relax_diff.d => pr20789.d} | 6 +-
ld/testsuite/ld-avr/{relax.s => pr20789.s} | 4 +-
5 files changed, 84 insertions(+), 42 deletions(-)
copy ld/testsuite/ld-avr/{relax_diff.d => pr20789.d} (63%)
copy ld/testsuite/ld-avr/{relax.s => pr20789.s} (75%)
--
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 a07e88d Fix pdp11 build
new 8c05750 Fix nb_iterations_estimate calculation in tree-vect-loop.c
new e9d7df9 Fix handling of unknown sizes in rtx_addr_can_trap_p
new b52d540 Optimise CONCAT handling in emit_group_load
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:
gcc/ChangeLog | 22 ++++++++++++++++++++++
gcc/expr.c | 15 +++++++++------
gcc/rtlanal.c | 2 ++
gcc/tree-vect-loop.c | 38 ++++++++++++++++++--------------------
4 files changed, 51 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 lld.
from f08b5ad [ELF] Add Section() to expression object
new b6f5a9a [ELF] Convert RelocationSection to input section
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 | 16 ++++---
ELF/OutputSections.cpp | 117 ++++++----------------------------------------
ELF/OutputSections.h | 62 ------------------------
ELF/Relocations.cpp | 46 +++++++++---------
ELF/SyntheticSections.cpp | 105 ++++++++++++++++++++++++++++++++++++++---
ELF/SyntheticSections.h | 59 +++++++++++++++++++++++
ELF/Writer.cpp | 19 ++++----
7 files changed, 215 insertions(+), 209 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 7f0cbeb Fix bogus failure of Wlogical-op-1.c for avr
new 7e06d9b Fix missing brackets in arc.c
new a07e88d Fix pdp11 build
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 | 8 ++++++++
gcc/config/arc/arc.c | 2 +-
gcc/config/pdp11/pdp11.c | 1 +
3 files changed, 10 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 5f8641f [clang-tidy] Change readability-redundant-member-init to get [...]
new af0311c [clang-tidy] Handle template instantiations in modenize-use-d [...]
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:
clang-tidy/modernize/UseDefaultCheck.cpp | 1 +
test/clang-tidy/modernize-use-default.cpp | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
--
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 0408b7d [ELF] - Better diagnostic for "can't create dynamic relocatio [...]
new f08b5ad [ELF] Add Section() to expression object
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/LinkerScript.cpp | 101 +++++++++++++++++-------------
ELF/LinkerScript.h | 25 ++++----
ELF/SymbolTable.cpp | 3 +-
ELF/SymbolTable.h | 4 +-
ELF/Symbols.cpp | 2 +-
ELF/Symbols.h | 3 +-
test/ELF/linkerscript/symbols-synthetic.s | 21 +++++++
7 files changed, 99 insertions(+), 60 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 21cec51 fixing binary search for cases when element is not in array
new b55d52a [XRay][compiler-rt] Attempt to fix ARM buildbots after r287068
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/xray/xray_arm.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.