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 9fb1d212 [clangd] Optionally use dex for the preamble parts of the dyn [...]
new de03416e [clangd] Fix threading bugs in (not-yet-used) BackgroundIndex [...]
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/Background.cpp | 7 +++++--
clangd/index/Background.h | 2 +-
unittests/clangd/BackgroundIndexTests.cpp | 3 ---
3 files changed, 6 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 gcc.
from 536a2c48ad3 Daily bump.
new 4253c7a02cc Obsolete Solaris 10 support
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:
contrib/ChangeLog | 5 +++++
contrib/config-list.mk | 4 ++--
gcc/ChangeLog | 5 +++++
gcc/config.gcc | 3 ++-
gcc/doc/install.texi | 8 +++++---
5 files changed, 19 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 clang-tools-extra.
from 2c593fc2 [clangd] Disable timeouting test while investigating
new 9fb1d212 [clangd] Optionally use dex for the preamble parts of the dyn [...]
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 | 6 ++++--
clangd/ClangdServer.h | 3 +++
clangd/index/Background.cpp | 2 +-
clangd/index/FileIndex.cpp | 36 ++++++++++++++++++++++++------------
clangd/index/FileIndex.h | 14 ++++++++++++--
clangd/index/dex/Dex.h | 4 +++-
clangd/tool/ClangdMain.cpp | 9 +++++----
unittests/clangd/DexTests.cpp | 8 +-------
unittests/clangd/FileIndexTests.cpp | 17 +++++++++--------
unittests/clangd/TestTU.cpp | 3 ++-
10 files changed, 64 insertions(+), 38 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allnoconfig
in repository toolchain/ci/llvm-monorepo.
from 03a6a6a4e24e Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."
adds ce34576d162d [mips] Group similar commands in the test case. NFC
adds 16ca4235182c [SCEV] Limit AddRec "simplifications" to avoid combinatori [...]
adds 617a4e8e6faa [llvm-objcopy] Factor out Buffer
adds 11ece938fe80 [clangd] Disable timeouting test while investigating
adds a3d97b4f52b0 [NFC] Turn isGuaranteedToExecute into a method
adds 8ba3b36421eb [NFC] Move block throw check inside allLoopPathsLeadToBlock
new 3b7b30b1d675 [DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop
new 488eed50c9a6 [NFC] Encapsulate work with BlockColors in LoopSafetyInfo
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:
.../unittests/clangd/BackgroundIndexTests.cpp | 3 +
clang/test/CodeGen/target-data.c | 12 ++--
llvm/include/llvm/Analysis/MustExecute.h | 34 +++++++----
llvm/include/llvm/Transforms/Utils/SSAUpdater.h | 4 ++
.../include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 7 +--
llvm/lib/Analysis/MustExecute.cpp | 47 ++++++++++-----
llvm/lib/Analysis/ScalarEvolution.cpp | 2 +-
llvm/lib/Transforms/Scalar/LICM.cpp | 21 +++----
llvm/lib/Transforms/Scalar/LoopUnswitch.cpp | 2 +-
llvm/lib/Transforms/Utils/LCSSA.cpp | 16 +++++
llvm/lib/Transforms/Utils/SSAUpdater.cpp | 5 ++
.../Analysis/ScalarEvolution/binomial-explision.ll | 47 +++++++++++++++
.../LCSSA/rewrite-existing-dbg-values.ll | 69 ++++++++++++++++++++++
llvm/tools/llvm-objcopy/Buffer.cpp | 51 ++++++++++++++++
llvm/tools/llvm-objcopy/Buffer.h | 66 +++++++++++++++++++++
llvm/tools/llvm-objcopy/CMakeLists.txt | 1 +
llvm/tools/llvm-objcopy/Object.cpp | 31 ----------
llvm/tools/llvm-objcopy/Object.h | 44 +-------------
llvm/tools/llvm-objcopy/llvm-objcopy.cpp | 1 +
19 files changed, 338 insertions(+), 125 deletions(-)
create mode 100644 llvm/test/Analysis/ScalarEvolution/binomial-explision.ll
create mode 100644 llvm/test/Transforms/LCSSA/rewrite-existing-dbg-values.ll
create mode 100644 llvm/tools/llvm-objcopy/Buffer.cpp
create mode 100644 llvm/tools/llvm-objcopy/Buffer.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.