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 915b654d [clangd] Get rid of dots and dotsdots within GlobalCompilatio [...]
new 876005d2 [clangd] Refactor background-index shard loading
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/CMakeLists.txt | 1 +
clangd/index/Background.cpp | 219 ++++++++++--------------------
clangd/index/Background.h | 16 +--
clangd/index/BackgroundIndexLoader.cpp | 153 +++++++++++++++++++++
clangd/index/BackgroundIndexLoader.h | 54 ++++++++
clangd/index/BackgroundRebuild.cpp | 8 +-
clangd/index/BackgroundRebuild.h | 5 +-
clangd/unittests/BackgroundIndexTests.cpp | 16 +--
8 files changed, 299 insertions(+), 173 deletions(-)
create mode 100644 clangd/index/BackgroundIndexLoader.cpp
create mode 100644 clangd/index/BackgroundIndexLoader.h
--
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 binutils-gdb.
from cd215b2eb7 Constify main_name
new afe09f0b63 Fix for using named pipes on Windows
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:
gdb/ChangeLog | 4 ++++
gdb/top.c | 18 +++++++-----------
2 files changed, 11 insertions(+), 11 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-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards db3082e2 0: update: llvm-linux: boot
new e00ad525 0: update: llvm-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (db3082e2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 25 +-
02-build_llvm/console.log | 12016 +++++++++++++++++------------------
03-build_linux/console.log | 696 +--
04-boot_linux/console.log | 410 +-
06-update_baseline/console.log | 25 -
console.log | 13172 +++++++++++++++++++--------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 13167 insertions(+), 13191 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 cf2dfe42ee7 [CMake] Don't set Python_ADDITIONAL_VERSIONS
new 0c200332099 Minor styling fix. 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:
unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from 0fa07ca712 Revert r366449: [CrossTU] Add a function to retrieve origina [...]
new 32900d0a2a Revert "[RISCV] Hard float ABI support" r366450
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/Basic/Targets/RISCV.cpp | 13 +-
lib/Basic/Targets/RISCV.h | 6 +-
lib/CodeGen/TargetInfo.cpp | 285 ++-----------------------
test/CodeGen/riscv32-ilp32-ilp32f-abi.c | 6 +-
test/CodeGen/riscv32-ilp32-ilp32f-ilp32d-abi.c | 4 -
test/CodeGen/riscv32-ilp32d-abi.c | 282 ------------------------
test/CodeGen/riscv32-ilp32f-abi.c | 45 ----
test/CodeGen/riscv32-ilp32f-ilp32d-abi.c | 275 ------------------------
test/CodeGen/riscv64-lp64-lp64f-abi.c | 2 -
test/CodeGen/riscv64-lp64-lp64f-lp64d-abi.c | 4 -
test/CodeGen/riscv64-lp64d-abi.c | 272 -----------------------
test/CodeGen/riscv64-lp64f-lp64d-abi.c | 265 -----------------------
test/Preprocessor/riscv-target-features.c | 24 ---
13 files changed, 21 insertions(+), 1462 deletions(-)
delete mode 100644 test/CodeGen/riscv32-ilp32d-abi.c
delete mode 100644 test/CodeGen/riscv32-ilp32f-abi.c
delete mode 100644 test/CodeGen/riscv32-ilp32f-ilp32d-abi.c
delete mode 100644 test/CodeGen/riscv64-lp64d-abi.c
delete mode 100644 test/CodeGen/riscv64-lp64f-lp64d-abi.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 clang-tools-extra.
from df73c1bd [Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical
new 915b654d [clangd] Get rid of dots and dotsdots within GlobalCompilatio [...]
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/FS.cpp | 6 ++++
clangd/FS.h | 8 +++++
clangd/GlobalCompilationDatabase.cpp | 34 ++++++++++++++--------
.../unittests/GlobalCompilationDatabaseTests.cpp | 28 ++++++++++++++++--
4 files changed, 62 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.