This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c0bbfc6da1 Fix many -Wsign-compare and -Wtautological-constant-compare [...]
new 3711ab3a68 [debuginfo] Remove temporary FIXME.
new 8387eb5f32 Harmonize GNU- and C++-style attribute spellings.
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/ReleaseNotes.rst | 6 ++
include/clang/Basic/Attr.td | 202 +++++++++++++++++++++++++-------------------
test/lit.cfg.py | 12 +--
3 files changed, 122 insertions(+), 98 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 a40d3af28ee DAG: Expose all MMO flags in getTgtMemIntrinsic
new 7034870f303 [SimplifyCFG] don't sink common insts too soon (PR34603)
new ece9b23b545 Fix many -Wsign-compare and -Wtautological-constant-compare [...]
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/llvm/BinaryFormat/COFF.h | 40 ++++++++++++----------
include/llvm/Object/COFF.h | 2 +-
include/llvm/Object/ELFObjectFile.h | 5 ++-
include/llvm/Object/MachO.h | 2 +-
include/llvm/Object/ObjectFile.h | 3 +-
include/llvm/Object/RelocVisitor.h | 2 ++
include/llvm/Object/Wasm.h | 2 +-
include/llvm/Transforms/Scalar.h | 2 +-
include/llvm/Transforms/Scalar/SimplifyCFG.h | 3 +-
include/llvm/Transforms/Utils/Local.h | 10 +++++-
lib/Analysis/InstructionSimplify.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/Object/COFFObjectFile.cpp | 2 +-
lib/Object/MachOObjectFile.cpp | 2 +-
lib/Object/WasmObjectFile.cpp | 2 +-
lib/Passes/PassBuilder.cpp | 19 +++++-----
lib/ProfileData/InstrProfReader.cpp | 4 +--
lib/ProfileData/SampleProfReader.cpp | 2 +-
lib/Support/ARMAttributeParser.cpp | 2 +-
lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +-
lib/Target/ARM/ARMTargetMachine.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 10 ++++--
lib/Transforms/Scalar/SimplifyCFGPass.cpp | 16 ++++++++-
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
.../Generic/simplifycfg_sink_last_inst.ll | 2 +-
test/Other/new-pm-defaults.ll | 2 +-
test/Other/new-pm-thinlto-defaults.ll | 2 +-
.../PhaseOrdering/simplifycfg-options.ll | 6 ++--
test/Transforms/SimplifyCFG/no-md-sink.ll | 2 +-
test/Transforms/SimplifyCFG/sink-common-code.ll | 2 +-
31 files changed, 96 insertions(+), 62 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 d32e8534a6 Revert "[ClangFormat] IndentWrappedFunctionNames should be t [...]
new 2e8732d1c6 [libclang] Add support for checking abstractness of records
new c0bbfc6da1 Fix many -Wsign-compare and -Wtautological-constant-compare [...]
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:
bindings/python/clang/cindex.py | 20 ++++++++++++++++++++
bindings/python/tests/cindex/test_cursor.py | 22 ++++++++++++++++++++++
include/clang-c/Index.h | 8 +++++++-
lib/CodeGen/CGExpr.cpp | 2 +-
test/Index/load-classes.cpp | 2 +-
tools/c-index-test/c-index-test.c | 2 ++
tools/libclang/CIndex.cpp | 11 +++++++++++
tools/libclang/libclang.exports | 1 +
8 files changed, 65 insertions(+), 3 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 fa7825a3e98 PR libstdc++/68519 use native duration to avoid rounding errors
new 6b74e46fb96 PR libstdc++/83279 handle sendfile not copying entire file
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:
libstdc++-v3/ChangeLog | 4 ++
libstdc++-v3/src/filesystem/std-ops.cc | 67 +++++++++++++++++++++++-----------
2 files changed, 49 insertions(+), 22 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 a9bb60c600b [Hexagon] Generate HVX code for comparisons and selects
new a40d3af28ee DAG: Expose all MMO flags in getTgtMemIntrinsic
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 | 13 +++--
include/llvm/CodeGen/TargetLowering.h | 4 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 6 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 14 ++---
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 ++---
lib/Target/AArch64/AArch64ISelLowering.cpp | 26 +++------
lib/Target/AMDGPU/SIISelLowering.cpp | 7 ++-
lib/Target/ARM/ARMISelLowering.cpp | 26 +++------
lib/Target/Hexagon/HexagonISelLowering.cpp | 6 +-
lib/Target/NVPTX/NVPTXISelLowering.cpp | 74 +++++++-----------------
lib/Target/PowerPC/PPCISelLowering.cpp | 20 ++-----
lib/Target/X86/X86ISelLowering.cpp | 26 ++++-----
12 files changed, 82 insertions(+), 154 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 c3e944d8fd Commit missing tests for r320734
new d32e8534a6 Revert "[ClangFormat] IndentWrappedFunctionNames should be t [...]
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/Format/Format.cpp | 1 -
unittests/Format/FormatTestObjC.cpp | 7 ++-----
2 files changed, 2 insertions(+), 6 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 1c21b6330 [Sanitizers] Basic sanitizer Solaris support (PR 33274)
new e202bd43f [scudo] Refactor ScudoChunk
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/scudo/scudo_allocator.cpp | 236 +++++++++++++++++++++---------------------
1 file changed, 117 insertions(+), 119 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 e1acb56f119 [WebAssembly] Add support for init functions linking metadata
new a9bb60c600b [Hexagon] Generate HVX code for comparisons and selects
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/Hexagon/HexagonISelLowering.cpp | 17 +-
lib/Target/Hexagon/HexagonISelLowering.h | 1 +
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 71 +++++
lib/Target/Hexagon/HexagonPatterns.td | 17 +-
lib/Target/Hexagon/HexagonRegisterInfo.td | 12 +-
.../CodeGen/Hexagon/autohvx/vector-compare-128b.ll | 294 +++++++++++++++++++++
test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll | 294 +++++++++++++++++++++
7 files changed, 699 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/vector-compare-128b.ll
create mode 100644 test/CodeGen/Hexagon/autohvx/vector-compare-64b.ll
--
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 ffd3d648 Add support for NOLINT and NOLINTNEXTLINE comments mentioning [...]
new 4657293c [clangd] Put all #includes in one block in clangd source files. NFC
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:
clangd/ClangdLSPServer.cpp | 1 -
clangd/ClangdServer.h | 10 ++++------
clangd/ClangdUnit.cpp | 2 --
clangd/ClangdUnitStore.h | 3 +--
clangd/Compiler.cpp | 1 +
clangd/Compiler.h | 1 +
clangd/JSONExpr.cpp | 1 -
clangd/JSONExpr.h | 3 +--
clangd/Protocol.cpp | 1 -
clangd/Trace.cpp | 1 -
clangd/index/Index.cpp | 3 +--
clangd/index/Index.h | 1 -
clangd/index/SymbolCollector.cpp | 1 -
clangd/index/SymbolCollector.h | 1 -
clangd/index/SymbolYAML.cpp | 3 +--
15 files changed, 10 insertions(+), 23 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 00bb3b5609d Revert "Fix isPodLike for MSVC and use it in TypeHashing."
new e1acb56f119 [WebAssembly] Add support for init functions linking metadata
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/BinaryFormat/Wasm.h | 7 +++++++
include/llvm/Object/Wasm.h | 1 +
include/llvm/ObjectYAML/WasmYAML.h | 11 +++++++++++
lib/Object/WasmObjectFile.cpp | 21 ++++++++++++++++++++-
lib/ObjectYAML/WasmYAML.cpp | 7 +++++++
test/ObjectYAML/wasm/linking_section.yaml | 6 ++++++
tools/obj2yaml/wasm2yaml.cpp | 8 ++++++--
tools/yaml2obj/yaml2wasm.cpp | 11 +++++++++++
8 files changed, 69 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.