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 639eff9357 Automatic date update in version.in
new 55cc53e98b readelf: Don't print section type twice for --section-details
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:
binutils/ChangeLog | 5 +++++
binutils/readelf.c | 3 +--
2 files changed, 6 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 fd542804d51 Daily bump.
new e3d44c9a7cc compiler: build a single backend type for type alias
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/gogo.cc | 2 +-
gcc/go/gofrontend/types.cc | 5 +++++
3 files changed, 7 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 ad360c850d4 [X86] Remove patterns and ISD nodes for the old scalar FMA [...]
new 04d4b7fd45b [Dominators] Add isUpdateLazy() method to the DomTreeUpdater
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/IR/DomTreeUpdater.h | 7 +++++--
unittests/IR/DomTreeUpdaterTest.cpp | 21 ++++++++++++++-------
2 files changed, 19 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 lldb.
from 7a5a88c5a [IRInterpreter] Fix misevaluation of interpretation expressio [...]
new a9c64a772 Remove unused variable m_header as it hasn't been used since [...]
new f9e826077 Remove the unused m_signal member variable, but leave the cod [...]
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:
source/Plugins/Process/minidump/MinidumpParser.cpp | 7 +++----
source/Plugins/Process/minidump/MinidumpParser.h | 3 +--
unittests/tools/lldb-server/tests/MessageObjects.cpp | 4 ++--
unittests/tools/lldb-server/tests/MessageObjects.h | 1 -
4 files changed, 6 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 llvm.
from 7d5acd8e56e [InstSimplify] simplify add instruction if two operands are [...]
new ad360c850d4 [X86] Remove patterns and ISD nodes for the old scalar FMA [...]
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 | 85 +--------------------------------
lib/Target/X86/X86ISelLowering.h | 13 -----
lib/Target/X86/X86InstrAVX512.td | 52 +++++---------------
lib/Target/X86/X86InstrFMA.td | 11 ++---
lib/Target/X86/X86InstrFragmentsSIMD.td | 23 ---------
5 files changed, 19 insertions(+), 165 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 1f92f41bb [coff] Remove dots in path pointing to PDB file.
new 250de2b48 [coff] remove_dots from /PDBPATH but not /PDBALTPATH.
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:
COFF/Driver.cpp | 5 +++++
COFF/Writer.cpp | 11 ++++-------
2 files changed, 9 insertions(+), 7 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 f831f82f3ec [AsmParser] Fix inconsistent declaration parameter name
new 7d5acd8e56e [InstSimplify] simplify add instruction if two operands are [...]
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/Analysis/ValueTracking.h | 3 +++
lib/Analysis/InstructionSimplify.cpp | 4 ++++
lib/Analysis/ValueTracking.cpp | 20 ++++++++++++++++++++
test/Transforms/InstSimplify/add.ll | 10 ++--------
4 files changed, 29 insertions(+), 8 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 libcxx.
from 54238057d [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LI [...]
new fbb1e6166 Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
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/std/strings/string.view/string.view.cons/assign.pass.cpp | 2 ++
1 file changed, 2 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 llvm.
from d972c63af4b Temporarily revert "Recommit r328307: [IPSCCP] Use constant [...]
new f831f82f3ec [AsmParser] Fix inconsistent declaration parameter name
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/AsmParser/Parser.h | 8 ++---
lib/AsmParser/LLLexer.cpp | 4 +--
lib/AsmParser/LLLexer.h | 4 +--
lib/AsmParser/LLParser.h | 74 ++++++++++++++++++++---------------------
4 files changed, 45 insertions(+), 45 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 1c21b0a65 [FileCheck] Add -allow-deprecated-dag-overlap to another comp [...]
new 31167c44d [XRay][compiler-rt] Fixup: require x86_64 for profiling mode 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/xray/TestCases/Posix/profiling-multi-threaded.cc | 3 ++-
test/xray/TestCases/Posix/profiling-single-threaded.cc | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.