This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f3a2194ad3 [NFC] Pass the instruction delta to emitInstrCountChangedRemark
new a5d3acd60ee [NFC] Check if P is a pass manager on entry to emitInstrCou [...]
new 87d50cfb8ff [NFC] Optionally pass a function to emitInstrCountChangedRemark
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/IR/LegacyPassManagers.h | 4 +++-
lib/Analysis/LoopPass.cpp | 2 +-
lib/IR/LegacyPassManager.cpp | 38 ++++++++++++++++++++----------------
3 files changed, 25 insertions(+), 19 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 5b7dd9bf04 [X86] Add k-mask conversion and load/store instrinsics to ma [...]
new 48b19b29ab [WebAssembly] clang-format (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:
lib/Driver/ToolChains/WebAssembly.cpp | 15 +++++-------
lib/Driver/ToolChains/WebAssembly.h | 13 +++++-----
test/CodeGen/builtins-wasm.c | 44 +++++++++++++++++-----------------
test/CodeGen/wasm-arguments.c | 1 -
test/CodeGen/wasm-varargs.c | 6 ++---
test/CodeGenCXX/static-init-wasm.cpp | 2 +-
test/CodeGenCXX/wasm-args-returns.cpp | 26 +++++++++++---------
test/Driver/wasm32-unknown-unknown.cpp | 17 +++++++------
test/Driver/wasm64-unknown-unknown.cpp | 17 +++++++------
9 files changed, 74 insertions(+), 67 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 8bd548f654 Tests: fix tests encoding specific hash values for 32-bit systems.
new 5b7dd9bf04 [X86] Add k-mask conversion and load/store instrinsics to ma [...]
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/Basic/BuiltinsX86.def | 4 +++
lib/CodeGen/CGBuiltin.cpp | 11 ++++++++
lib/Headers/avx512bwintrin.h | 40 +++++++++++++++++++++++++++
lib/Headers/avx512dqintrin.h | 20 ++++++++++++++
lib/Headers/avx512fintrin.h | 20 ++++++++++++++
test/CodeGen/avx512bw-builtins.c | 54 +++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512dq-builtins.c | 29 ++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 29 ++++++++++++++++++++
8 files changed, 207 insertions(+)
--
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 c523f7a1225 lit: Use sys.executable for executing builtin commands
new e76b95dac11 [NFC] Pre-calculate function IR counts in size remarks.
new c1a096dcd96 [NFC] Pre-calculate basic block IR counts in size remarks.
new 6a738602014 [NFC] Pre-calculate loop IR counts in size remarks.
new ca1a357d64d [NFC] Pre-calculate module IR counts in size remarks.
new 14667077ec6 [NFC] Pre-calculate SCC IR counts in size remarks.
new 4f3a2194ad3 [NFC] Pass the instruction delta to emitInstrCountChangedRemark
The 6 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/IR/LegacyPassManagers.h | 3 +-
lib/Analysis/CallGraphSCCPass.cpp | 20 +++++---
lib/Analysis/LoopPass.cpp | 23 ++++++++--
lib/IR/LegacyPassManager.cpp | 89 ++++++++++++++++++++++++------------
4 files changed, 94 insertions(+), 41 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 glibc.
from d330f31af6 Fix test failure with -DNDEBUG.
new 81b9d87bae test-container: Use xcopy_file_range for cross-device copy [ [...]
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:
ChangeLog | 14 ++
support/Makefile | 2 +
support/support.h | 5 +
support/support_copy_file_range.c | 143 +++++++++++++++++++++
support/test-container.c | 3 +-
.../xcopy_file_range.c | 28 ++--
support/xunistd.h | 3 +
7 files changed, 179 insertions(+), 19 deletions(-)
create mode 100644 support/support_copy_file_range.c
copy elf/tst-absolute-zero.c => support/xcopy_file_range.c (69%)
--
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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v3
in repository toolchain/jenkins-scripts.
discards 2afdb22 tcwg-llvm-kernel: Add workaround for "fork: Resource temporar [...]
new ffc5633 tcwg-llvm-kernel: Add workaround for "fork: Resource temporar [...]
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 (2afdb22)
\
N -- N -- N refs/heads/llvm-kernel-v3 (ffc5633)
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:
tcwg-llvm-kernel.sh | 6 +++---
1 file changed, 3 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 llvm.
from 6c04680ab10 [XRay] Update RecordInitializer for PIDRecord
new c523f7a1225 lit: Use sys.executable for executing builtin commands
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:
utils/lit/lit/TestRunner.py | 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.
unknown user pushed a change to branch master
in repository llvm.
from 0ce8202f431 [XRay] Use correct type for PID records
new 6c04680ab10 [XRay] Update RecordInitializer for PIDRecord
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/XRay/RecordInitializer.cpp | 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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from ef447bd3 [clangd] Flatten out Symbol::Details. It was ill-conceived, sorry.
new be56198b [clangd] Implement findOccurrences interface in dynamic index.
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/FileIndex.cpp | 76 +++++++++++++++++++----
clangd/index/FileIndex.h | 17 ++++--
clangd/index/Index.h | 12 ++++
clangd/index/MemIndex.cpp | 40 +++++++++++--
clangd/index/MemIndex.h | 24 +++++---
clangd/index/Merge.cpp | 23 ++++++-
clangd/index/Merge.h | 4 ++
clangd/tool/ClangdMain.cpp | 3 +-
unittests/clangd/CodeCompleteTests.cpp | 3 +-
unittests/clangd/FileIndexTests.cpp | 104 ++++++++++++++++++++++++++++++--
unittests/clangd/IndexTests.cpp | 106 +++++++++++++++++++++++++++------
unittests/clangd/TestTU.cpp | 5 +-
12 files changed, 361 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.