This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40
in repository llvm.
from 96c0db1 Merging r296030: -------------------------------------------- [...]
new 3ddbfab Merging r296003: -------------------------------------------- [...]
new fa13347 Merging r295990: -------------------------------------------- [...]
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/Target/AMDGPU/SIInstructions.td | 5 ++
lib/Target/AMDGPU/VOP1Instructions.td | 6 ---
lib/Transforms/Scalar/Reassociate.cpp | 8 +--
test/CodeGen/AMDGPU/trunc.ll | 91 +++++++++++++++++++++-----------
test/Transforms/Reassociate/basictest.ll | 20 +++++++
5 files changed, 89 insertions(+), 41 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 de428a4 [Target/MIPS] Kill dead code, no functional change intended.
new 3afc883 [InstCombine] Fix bug in pointer replacement
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +-
test/Transforms/InstCombine/memcpy-addrspace.ll | 20 ++++++++++++++++++++
2 files changed, 21 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 lld.
from 6696c02 Mention FreeBSD ports status and wordsmithing.
new c7816db Use uint64_t instead of uintX_t where the larger type just works.
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/InputFiles.cpp | 12 ++++++------
ELF/InputFiles.h | 4 +---
2 files changed, 7 insertions(+), 9 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 newlib.
from 829aaa7 fix parallel build for version.cc and winver.o
new fa9d314 Bump Cygwin version to 2.7.1
new f5ecacf Generate output with Unix line endings even from Mingw64 utils
new 45d3296 Add 2.7.1 release 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:
winsup/cygwin/include/cygwin/version.h | 2 +-
winsup/cygwin/release/2.7.1 | 14 ++++++++++++++
winsup/utils/cygcheck.cc | 4 ++++
winsup/utils/strace.cc | 4 ++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 winsup/cygwin/release/2.7.1
--
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 release_40
in repository clang.
from 07d3063 Merging r295474: -------------------------------------------- [...]
new b5cac10 Revert r296139; it accidentally merged multiple things
new f300ac3 Merging r295474: -------------------------------------------- [...]
new 7aee01d Merging r296063: -------------------------------------------- [...]
new 7d2f60d Merging r293604: -------------------------------------------- [...]
The 4 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/StaticAnalyzer/Checkers/VirtualCallChecker.cpp | 3 ++-
test/Analysis/virtualcall.cpp | 11 +++++++++++
2 files changed, 13 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.
from b35cf41 [Preprocessor] Fix incorrect token caching that occurs when l [...]
new 3afc831 clang-format: Fix many Objective-C formatting regressions fro [...]
new 13406af clang-format: Enable include sorting for style=Chromium
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/clang/Format/Format.h | 5 ++++-
lib/Format/ContinuationIndenter.cpp | 6 ++----
lib/Format/Format.cpp | 5 ++---
lib/Format/FormatTokenLexer.cpp | 3 +--
lib/Format/TokenAnnotator.cpp | 15 +++++----------
lib/Format/UnwrappedLineParser.cpp | 7 +++----
unittests/Format/FormatTest.cpp | 7 +++++++
7 files changed, 24 insertions(+), 24 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 b3c30a5 Hardware breakpoints for Linux on Arm/AArch64 targets
new 3a88d0a Delete DataBufferMemoryMap.
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/lldb/Core/DataBufferHeap.h | 3 +-
include/lldb/Core/DataBufferLLVM.h | 46 ++++
include/lldb/Core/DataBufferMemoryMap.h | 154 -----------
include/lldb/Host/FileSpec.h | 69 -----
source/Core/CMakeLists.txt | 2 +-
source/Core/DataBufferLLVM.cpp | 58 ++++
source/Core/DataBufferMemoryMap.cpp | 299 ---------------------
source/Host/common/FileSpec.cpp | 34 ---
.../BSD-Archive/ObjectContainerBSDArchive.cpp | 197 +++++++-------
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 107 ++++----
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 84 +++---
.../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 32 ++-
.../Plugins/Process/minidump/ProcessMinidump.cpp | 24 +-
unittests/Process/minidump/MinidumpParserTest.cpp | 10 +-
14 files changed, 359 insertions(+), 760 deletions(-)
create mode 100644 include/lldb/Core/DataBufferLLVM.h
delete mode 100644 include/lldb/Core/DataBufferMemoryMap.h
create mode 100644 source/Core/DataBufferLLVM.cpp
delete mode 100644 source/Core/DataBufferMemoryMap.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 lld.
from ada556c Merge OutputSectionBase and OutputSection. NFC.
new 5e664ca Fix errors in the benchmark result.
new 6696c02 Mention FreeBSD ports status and wordsmithing.
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:
docs/index.rst | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 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 f3c7614 Require LTO. Add initial ChangeLog entry.
new 4d8987f PR translation/79705 * decl.c (check_redeclaration_exceptio [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/decl.c | 4 ++--
2 files changed, 8 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 release_40
in repository llvm.
from 8de5c21 Merging r295762: -------------------------------------------- [...]
new 96c0db1 Merging r296030: -------------------------------------------- [...]
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/CorrelatedValuePropagation.cpp | 5 +++++
test/Transforms/CorrelatedValuePropagation/add.ll | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.