This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 6849e31 [OpenMP] enable bc file compilation using the latest clang
new 219ff24 Revert "[OpenMP] enable bc file compilation using the latest clang"
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:
libomptarget/deviceRTLs/nvptx/CMakeLists.txt | 1 -
1 file changed, 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 binutils-gdb.
from d52e3d06e5 binutils/testsuite: Fix a crash with STN_UNDEF in relocation
new 0bee6dd4aa Apply "Convert observers to C++" edit to gdbarch.sh
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 | 7 +++++++
gdb/gdbarch.sh | 4 ++--
2 files changed, 9 insertions(+), 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 llvm.
from b7158900353 Revert r329403 "[llvm-mca] Do not separate iterations with [...]
new 3c11d1113dc [MergeICmp] Update debug msg.NFC
new eec140da52d [RuntimeDyld][PowerPC] Fix a newly added test in r329355
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/Transforms/Scalar/MergeICmps.cpp | 2 +-
test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s | 2 +-
2 files changed, 2 insertions(+), 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-tools-extra.
from 6ea43a3c Improve completion experience for headers
new c468ade1 [clangd] Adapt index interfaces to D45014, and fix the old bugs.
new fa2f63e6 [clangd-vscode] Update VScode dependencies
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/XRefs.cpp | 41 +++++++++----------------------
clangd/clients/clangd-vscode/package.json | 8 +++---
clangd/index/SymbolCollector.cpp | 5 ++--
clangd/index/SymbolCollector.h | 4 +--
unittests/clangd/SymbolCollectorTests.cpp | 2 ++
unittests/clangd/XRefsTests.cpp | 17 ++++++++++++-
6 files changed, 39 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/releases/linaro-7.3-2018.04
in repository toolchain/gcc.
from e41f5142a29 gcc/ * LINARO-VERSION: Bump version number, post release [...]
adds 8f2bfe962cf Make Linaro GCC Release Candidate 7.3-2018.04-rc2.
new feb35bdaed5 gcc/ * LINARO-VERSION: Bump version number, post release [...]
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/LINARO-VERSION | 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.
tcwg-buildslave pushed a change to annotated tag linaro-7.3-2018.04-rc2
in repository toolchain/gcc.
at 637c03069d9 (tag)
tagging 8f2bfe962cf6e08eeef19f202e3c7221fbd291fd (commit)
replaces linaro-7.3-2018.04-rc1
tagged by TCWG Automation
on Mon Apr 9 15:39:18 2018 +0100
- Log -----------------------------------------------------------------
Linaro GCC Release Candidate 7.3-2018.04-rc2
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 8f2bfe962cf Make Linaro GCC Release Candidate 7.3-2018.04-rc2.
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.
--
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 e91fcbae7e Try to fix libclang reproducer tests after r329465
new 669d5dd00e [Index] Return SourceLocation to consumers, not FileID/Offset pair.
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/clang/Index/IndexDataConsumer.h | 8 +++-----
lib/Index/IndexingAction.cpp | 9 +++++----
lib/Index/IndexingContext.cpp | 24 ++++++------------------
tools/c-index-test/core_main.cpp | 17 ++++++++++-------
tools/libclang/CXIndexDataConsumer.cpp | 14 +++++---------
tools/libclang/CXIndexDataConsumer.h | 5 ++---
6 files changed, 31 insertions(+), 46 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 44fdd91af04 [X86][MMX] Fix missing itinerary for MOVQ2DQ instruction format
new ce98d4e11bd [X86][MMX] Fix missing itinerary for PALIGNR
new b7158900353 Revert r329403 "[llvm-mca] Do not separate iterations with [...]
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/Target/X86/X86InstrMMX.td | 8 ++++----
test/CodeGen/X86/mmx-schedule.ll | 4 ++--
test/tools/llvm-mca/AArch64/CortexA57/direct-branch.s | 15 ++++++++-------
test/tools/llvm-mca/AArch64/Exynos/direct-branch.s | 6 +++---
.../tools/llvm-mca/AArch64/Exynos/scheduler-queue-usage.s | 4 ++--
test/tools/llvm-mca/X86/BtVer2/dot-product.s | 4 ++--
test/tools/llvm-mca/X86/BtVer2/pipes-fpu.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-1.s | 11 +++++------
test/tools/llvm-mca/X86/BtVer2/register-files-2.s | 10 +++++-----
test/tools/llvm-mca/X86/BtVer2/register-files-3.s | 2 +-
test/tools/llvm-mca/X86/BtVer2/register-files-4.s | 6 +++---
tools/llvm-mca/TimelineView.cpp | 2 +-
12 files changed, 37 insertions(+), 37 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 fe02712e79f [X86][MMX] Fix missing itinerary for CVTPI2PS
new 44fdd91af04 [X86][MMX] Fix missing itinerary for MOVQ2DQ instruction format
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/X86InstrFormats.td | 2 +-
test/CodeGen/X86/mmx-schedule.ll | 2 +-
2 files changed, 2 insertions(+), 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 llvm.
from efcfc6694b0 [MergeICmp] Split blocks that do other work.
new fe02712e79f [X86][MMX] Fix missing itinerary for CVTPI2PS
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/X86InstrMMX.td | 8 ++++----
test/CodeGen/X86/mmx-schedule.ll | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.