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 c2f97536b7 Change type of scoped_input_handler::m_quit_handler
new 4102159923 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-8.0-branch
in repository binutils-gdb.
from 3afcfd251e Automatic date update in version.in
new 23213baf71 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_29-branch
in repository binutils-gdb.
from 56933f9e3e x86: Guard against corrupted PLT
new 25aad9cca7 Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 3840975c3ab [CodeGen] Fix some Clang-tidy modernize-use-default-member- [...]
new 4e65a6d127c [CodeGen] Fix build bots which uses old Clang broken in r31 [...]
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/CodeGen/InterferenceCache.h | 2 +-
1 file changed, 1 insertion(+), 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 67a6c824c [lsan] Deadly signal handler for lsan
new 36e72f5e2 [lsan] Add __lsan_default_options
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/sanitizer/lsan_interface.h | 4 ++++
lib/asan/asan_flags.cc | 4 ++++
lib/lsan/lsan.cc | 3 +++
lib/lsan/lsan_common.cc | 9 +++++++++
lib/lsan/lsan_common.h | 4 ++++
lib/lsan/weak_symbols.txt | 1 +
test/lsan/TestCases/default_options.cc | 11 +++++++++++
7 files changed, 36 insertions(+)
create mode 100644 test/lsan/TestCases/default_options.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 c98f57feb9a [X86] [MC] fixed non optimal encoding of instruction memory [...]
new 3840975c3ab [CodeGen] Fix some Clang-tidy modernize-use-default-member- [...]
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/CodeGen/AtomicExpandPass.cpp | 63 +++++++++++++++++---------
lib/CodeGen/DwarfEHPrepare.cpp | 26 +++++++----
lib/CodeGen/GlobalMerge.cpp | 53 +++++++++++++++-------
lib/CodeGen/IfConversion.cpp | 55 ++++++++++++++---------
lib/CodeGen/InterferenceCache.cpp | 16 ++++++-
lib/CodeGen/InterferenceCache.h | 75 +++++++++++++++++--------------
lib/CodeGen/InterleavedAccessPass.cpp | 32 +++++++++----
lib/CodeGen/MachineLICM.cpp | 62 ++++++++++++++++---------
lib/CodeGen/RegisterCoalescer.cpp | 85 ++++++++++++++++++++++-------------
lib/CodeGen/RegisterCoalescer.h | 37 +++++++--------
10 files changed, 322 insertions(+), 182 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 lldb.
from 3c18b7fa9 Initial patchset to get the testsuite running against armv7 a [...]
new 6d1918bf9 Implement trampoline step-through for Windows-x86.
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:
.../Windows-DYLD/DynamicLoaderWindowsDYLD.cpp | 44 +++++++++++++++++++++-
1 file changed, 43 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 d360ad8e [clangd] Updated gold for completion tests after cfe changes.
new f3e81419 Fix up clang-tidy after clang r314037.
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/misc/DefinitionsInHeadersCheck.cpp | 5 ++++-
.../Inputs/modernize-smart-ptr/unique_ptr.h | 20 ++++++++++----------
2 files changed, 14 insertions(+), 11 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 7d52b2262ee Fix uninteneded fallthrough detected by GCC warning
new c98f57feb9a [X86] [MC] fixed non optimal encoding of instruction memory [...]
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/AsmParser/X86AsmParser.cpp | 7 +++++--
test/MC/X86/x86_64-encoding.s | 12 ++++++++++++
2 files changed, 17 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 e402b549bad [InstCombine] Teach foldICmpUsingKnownBits to simplify SLE/ [...]
new 7d52b2262ee Fix uninteneded fallthrough detected by GCC warning
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/IR/Verifier.cpp | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.