This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0578ac0f6fa Add missing ChangeLog entry for previous commit
new e81a6963c67 Fix -fopt-info for plugin passes
new 7c7aacf1e22 Redirect call within specific target attribute among MV clo [...]
new fb7125d771c Error about alias attribute with body definition (PR c/87483).
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:
gcc/ChangeLog | 34 +++++++
gcc/cgraphunit.c | 6 ++
gcc/dumpfile.c | 120 +++++++++++++++++--------
gcc/dumpfile.h | 12 +++
gcc/multiple_target.c | 51 +++++++++++
gcc/passes.c | 30 ++-----
gcc/testsuite/ChangeLog | 16 ++++
gcc/testsuite/g++.dg/ext/pr82625.C | 36 ++++++++
gcc/testsuite/gcc.dg/plugin/dump-1.c | 28 ++++++
gcc/testsuite/gcc.dg/plugin/dump_plugin.c | 143 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/plugin/plugin.exp | 2 +
gcc/testsuite/gcc.dg/pr87483.c | 16 ++++
gcc/tree-inline.c | 2 +-
13 files changed, 435 insertions(+), 61 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr82625.C
create mode 100644 gcc/testsuite/gcc.dg/plugin/dump-1.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/dump_plugin.c
create mode 100644 gcc/testsuite/gcc.dg/pr87483.c
--
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 e3c126f7cb2 [X86] Set correct MMO offset on scalarized load pieces
new 22abcbc182c [RISCV] Remove overzealous is64Bit checks
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/RISCV/RISCVISelLowering.cpp | 4 ++--
lib/Target/RISCV/RISCVInstrInfo.cpp | 3 +--
2 files changed, 3 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 61c90c17 [clangd] clangd-indexer gathers refs and stores them in index files.
new aec459aa [clangd] expose MergedIndex class
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/ClangdServer.cpp | 11 +--
clangd/ClangdServer.h | 4 +-
clangd/index/FileIndex.cpp | 6 +-
clangd/index/FileIndex.h | 8 +-
clangd/index/Merge.cpp | 188 ++++++++++++++++--------------------
clangd/index/Merge.h | 23 ++++-
unittests/clangd/FileIndexTests.cpp | 14 +--
unittests/clangd/IndexTests.cpp | 22 ++---
unittests/clangd/TestTU.cpp | 7 +-
9 files changed, 137 insertions(+), 146 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 f6fccaef [clangd] Remove one-segment-skipping from Dex trigrams.
new 61c90c17 [clangd] clangd-indexer gathers refs and stores them in index files.
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/index/IndexAction.cpp | 19 ++++---
clangd/index/IndexAction.h | 5 +-
clangd/index/Serialization.cpp | 64 +++++++++++++++++++++-
clangd/index/Serialization.h | 11 ++--
clangd/index/YAMLSerialization.cpp | 94 +++++++++++++++++++++++++++++++--
clangd/indexer/IndexerMain.cpp | 14 ++++-
unittests/clangd/SerializationTests.cpp | 46 ++++++++++++++--
7 files changed, 232 insertions(+), 21 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 e13455ff38a [llvm-mca][x86] Add tests demonstrating ReadAfterLd delay
new e3c126f7cb2 [X86] Set correct MMO offset on scalarized load pieces
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 | 12 +++++++++---
1 file changed, 9 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 clang-tools-extra.
from 5af121fe [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bug
new 24b65c78 [cland] Dex: fix/simplify short-trigram generation
new f6fccaef [clangd] Remove one-segment-skipping from Dex trigrams.
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:
clangd/index/dex/Dex.cpp | 4 +-
clangd/index/dex/Trigram.cpp | 104 ++++++++++++------------------------------
clangd/index/dex/Trigram.h | 29 +++++-------
unittests/clangd/DexTests.cpp | 70 ++++++++++++++++++----------
4 files changed, 91 insertions(+), 116 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 4af0061382c Remove superfluous assignment in add_params.
new 839a47194f7 gcc/ PR rtl-optimization/87466 * target.def (setjmp_prese [...]
new 0578ac0f6fa Add missing ChangeLog entry for previous commit
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:
gcc/ChangeLog | 11 +++++++++++
gcc/config/rs6000/rs6000.c | 3 +++
gcc/doc/tm.texi | 13 +++++++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/ira-lives.c | 5 +++--
gcc/lra-lives.c | 5 +++--
gcc/target.def | 15 +++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr87466.c | 19 +++++++++++++++++++
9 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87466.c
--
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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg-llvm-kernel-baseline-armv8l-master-next
in repository toolchain/ci/llvm-monorepo.
from fe866e0155d6 [clangd] Support refs() in dex. Largely cloned from MemIndex.
new d3172a343e1d [constexpr] Fix ICE when memcpy() is given a pointer to an [...]
new 32b818a5abfd [ELF] - Simplify. NFCI.
new a9672a6d2400 [clangd] Use canonical declarations in ReferenceFinder.
new da587ec9dacb [clangd] Revert accidental flag change
new 7fe1d5adcf43 Fix MSVC "not all control paths return a value" warning. NFCI.
new 7ade4bf8f184 [llvm-mca] Check for inconsistencies when constructing ins [...]
new cd499ff2cded [Index] Respect "IndexFunctionLocals" option for type loc.
new 52d06cad4ae9 [clang-tidy] Sequence statements with multiple parents cor [...]
new 1a39821f4b12 Re-commit r343500 "Fix build with GCC < 5.0 (PR39131)"
new 3fbb4e395f87 [doc] Update the programmer's manual about SmallSet's iterator
new ec944b06b592 [llvm-exegesis][NFC] Improve parsing of the YAML files
The 11 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/bugprone/UseAfterMoveCheck.cpp | 5 +--
.../clang-tidy/utils/ExprSequence.cpp | 10 ++++--
clang-tools-extra/clang-tidy/utils/ExprSequence.h | 5 +--
clang-tools-extra/clangd/XRefs.cpp | 26 +++++++-------
clang-tools-extra/clangd/indexer/IndexerMain.cpp | 2 +-
.../test/clang-tidy/bugprone-use-after-move.cpp | 12 +++++++
clang-tools-extra/unittests/clangd/XRefsTests.cpp | 42 +++++++++++++---------
clang/include/clang/Basic/DiagnosticASTKinds.td | 3 ++
clang/lib/AST/ExprConstant.cpp | 4 +++
clang/lib/Index/IndexTypeSourceInfo.cpp | 3 +-
clang/test/CodeGen/builtin-memfns.c | 7 ++++
clang/test/Index/index-local-symbol.cpp | 6 ++++
clang/test/SemaCXX/constexpr-string.cpp | 37 +++++++++++++++++++
lld/ELF/SyntheticSections.cpp | 6 ++--
lldb/source/Commands/CommandObjectType.cpp | 16 +++++----
llvm/docs/ProgrammersManual.rst | 14 ++++----
.../InstPrinter/WebAssemblyInstPrinter.cpp | 1 +
llvm/tools/llvm-exegesis/lib/BenchmarkResult.cpp | 38 +++++++++++++++-----
.../include/HardwareUnits/RetireControlUnit.h | 5 +++
llvm/tools/llvm-mca/include/InstrBuilder.h | 2 ++
.../lib/HardwareUnits/RetireControlUnit.cpp | 4 +--
llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 34 ++++++++++++++++++
22 files changed, 216 insertions(+), 66 deletions(-)
create mode 100644 clang/test/Index/index-local-symbol.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 clang-tools-extra.
from d0e7354d [clang-tidy] Sequence statements with multiple parents correc [...]
new 5af121fe [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bug
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/index/dex/Iterator.cpp | 110 +++++++++++++++++++++++++++++++++++++-----
clangd/index/dex/Iterator.h | 11 +++++
unittests/clangd/DexTests.cpp | 58 +++++++++++++++++-----
3 files changed, 154 insertions(+), 25 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 604e9a8bcb3 Fix divergence in indirect profiling (PR gcov-profile/84107).
new 4af0061382c Remove superfluous assignment in add_params.
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/ChangeLog | 4 ++++
gcc/params.c | 10 ++++------
2 files changed, 8 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.