This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 6233104894 Automatic date update in version.in
new 7b5eb9b40f 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 c35538fcabb [WebAssembly] Delete a specific push number from test expectations
new fc187011bee [SDAG] Remove the reliance on MI's allocation strategy for [...]
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/CodeGen/SelectionDAG.h | 5 ++
include/llvm/CodeGen/SelectionDAGNodes.h | 62 ++++++++++++++------
lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 7 ++-
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 10 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 23 +++++++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 +--
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 36 ++++--------
lib/CodeGen/StackColoring.cpp | 2 +-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 37 +++++-------
lib/Target/AArch64/AArch64ISelLowering.cpp | 14 ++---
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 5 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 8 +--
lib/Target/ARM/ARMISelDAGToDAG.cpp | 53 +++++++----------
lib/Target/ARM/ARMISelLowering.cpp | 6 +-
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp | 19 +++---
lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp | 10 ++--
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp | 5 +-
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 35 +++++------
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 10 ++--
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 7 +--
lib/Target/X86/X86ISelDAGToDAG.cpp | 23 +++-----
lib/Target/X86/X86InstrInfo.cpp | 74 ++++++++++++++++++------
lib/Target/XCore/XCoreISelDAGToDAG.cpp | 5 +-
23 files changed, 244 insertions(+), 219 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 1e959ac05cf PR libstdc++/86954 use non-placement operator delete
new 1c3830456f3 Include <sys/random.h> for getentropy on Solaris
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:
libgfortran/ChangeLog | 6 ++++++
libgfortran/config.h.in | 3 +++
libgfortran/configure | 7 +++++--
libgfortran/configure.ac | 5 +++--
libgfortran/intrinsics/random.c | 3 +++
5 files changed, 20 insertions(+), 4 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 clang-tools-extra.
from 60f35303 NFC: Enforce good formatting across multiple clang-tools-extra files
new d86c3fe8 [clangd] add missing test from r339454
new 468e441b [clangd] add an extension field to LSP to transfer the diagno [...]
new e95bf330 [clangd] update the new test to check for diagnostic's catego [...]
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:
clangd/ClangdLSPServer.cpp | 2 +
clangd/Diagnostics.cpp | 4 ++
clangd/Diagnostics.h | 1 +
clangd/Protocol.h | 6 ++
.../compile-commands-path-in-initialize.test | 2 +
test/clangd/compile-commands-path.test | 3 +
test/clangd/diagnostics.test | 1 +
test/clangd/did-change-configuration-params.test | 1 +
test/clangd/execute-command.test | 1 +
test/clangd/extra-flags.test | 2 +
test/clangd/fixits-embed-in-diagnostic.test | 67 ++++++++++++++++++++++
test/clangd/fixits.test | 1 +
12 files changed, 91 insertions(+)
create mode 100644 test/clangd/fixits-embed-in-diagnostic.test
--
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 4db82cd15b0 [SanitizerCoverage] Add associated metadata to PC guards.
new 1a5e05d0703 [ARM] Make PerformSHLSimplify add nodes to the DAG worklist [...]
new ca4f10703e3 [FPEnv] Scalarize StrictFP vector operations
new c35538fcabb [WebAssembly] Delete a specific push number from test expectations
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:
include/llvm/CodeGen/TargetLowering.h | 16 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 49 +++
lib/Target/AArch64/AArch64ISelLowering.cpp | 4 +-
lib/Target/AArch64/AArch64ISelLowering.h | 3 +-
lib/Target/ARM/ARMISelLowering.cpp | 23 +-
lib/Target/ARM/ARMISelLowering.h | 3 +
test/CodeGen/WebAssembly/exception.ll | 2 +-
.../X86/vector-constrained-fp-intrinsics.ll | 456 +++++++++++++++++++++
10 files changed, 548 insertions(+), 14 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 3bd565f2797 Remove vestiges of configure buildsystem
new 4db82cd15b0 [SanitizerCoverage] Add associated metadata to PC guards.
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/Instrumentation/SanitizerCoverage.cpp | 3 +++
1 file changed, 3 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 compiler-rt.
from 1ea004847 Reland "SafeStack: Delay thread stack clean-up""
new 486fbebb6 [SanitizerCoverage] Add associated metadata to PC guards.
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/fuzzer/gc-sections.test | 7 ++++++-
1 file changed, 6 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 e774b941aa Fix lit fatal errors about requiring a USE_Z3_SOLVER param
new 55d0b7e057 Fix Stmt::ignoreImplicit
new b146aa4a2f Remove obsolete comment
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/AST/Stmt.cpp | 22 +++++++-----
unittests/AST/ASTImporterTest.cpp | 1 -
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 39 ++++++++++++++++++++++
3 files changed, 53 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 5c7c276dd6d Add proper headers in CFGUpdate.h and add CFGDiff.h in the [...]
new 3bd565f2797 Remove vestiges of configure buildsystem
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 | 18 ------------------
1 file changed, 18 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 clang.
from 3463c9ea46 [analyzer] Add a test forgotten in r339088.
new fe37f716a6 [CFG] [analyzer] Find argument constructors in CXXTemporaryO [...]
new e774b941aa Fix lit fatal errors about requiring a USE_Z3_SOLVER param
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/Analysis/CFG.cpp | 5 +++++
test/Analysis/cfg-rich-constructors.cpp | 33 +++++++++++++++++++++++++++++++++
test/lit.site.cfg.py.in | 3 +--
3 files changed, 39 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.