This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_70
in repository llvm.
from 627a2d5318f ReleaseNotes.rst: Add Zig to External Open Source Projects [...]
new 65ce2e56889 ReleaseNotes: some notes from Andres Freund
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:
docs/ReleaseNotes.rst | 5 +++++
1 file changed, 5 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 6f7c2c62b73 [X86] In combineMOVMSK, look through int->fp bitcasts befor [...]
new 0b5496ca625 [NFC] Sanitizing asserts for OrderedBasicBlock
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/Analysis/OrderedBasicBlock.cpp | 3 +++
1 file changed, 3 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 ed1752d0834 [XRay] Ensure lambda outlives llvm::function_ref
new 6f7c2c62b73 [X86] In combineMOVMSK, look through int->fp bitcasts befor [...]
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 | 8 ++-
test/CodeGen/X86/movmsk-cmp.ll | 128 +++++++++----------------------------
2 files changed, 37 insertions(+), 99 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 5fd44bde173 [XRay] Write the TSC along with CPUID
new ed1752d0834 [XRay] Ensure lambda outlives llvm::function_ref
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/llvm/XRay/FDRTraceExpander.h | 2 +-
lib/XRay/Trace.cpp | 4 ++--
2 files 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 release_70
in repository llvm.
from 0d412784c03 docs: drop another in-progress warning
new 627a2d5318f ReleaseNotes.rst: Add Zig to External Open Source Projects [...]
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:
docs/ReleaseNotes.rst | 16 ++++++++++++++++
1 file changed, 16 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 release_70
in repository lld.
from f30995054 Update release notes for lld 7.0.
new 7813348bb ReleaseNotes: fixes
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:
docs/ReleaseNotes.rst | 22 +++++++++++-----------
1 file 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.
unknown user pushed a change to branch master
in repository llvm.
from 935f117e02c [XRay] Use FDR Records+Visitors for Trace Loading
new d4bd602817d [X86] Add test cases inspired by PR38840.
new 5fd44bde173 [XRay] Write the TSC along with CPUID
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/XRay/FDRTraceWriter.cpp | 2 +-
test/CodeGen/X86/movmsk-cmp.ll | 4058 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 4059 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/movmsk-cmp.ll
--
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 3f141b1ed2 Make test more robust in case the expected output appears in [...]
new da0bf49b45 [Tooling] Restore working dir in ClangTool.
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/Tooling/Tooling.h | 7 +++++++
lib/Tooling/AllTUsExecution.cpp | 14 +++++++++++++-
lib/Tooling/Tooling.cpp | 22 ++++++++++++++++++++++
3 files changed, 42 insertions(+), 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 2b5cea5ac1c [XRay] Add TSC to NewCPUId Records
new 935f117e02c [XRay] Use FDR Records+Visitors for Trace 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:
include/llvm/XRay/BlockIndexer.h | 3 +-
include/llvm/XRay/FDRTraceExpander.h | 61 ++++
lib/XRay/BlockIndexer.cpp | 4 +
lib/XRay/CMakeLists.txt | 1 +
lib/XRay/FDRTraceExpander.cpp | 92 ++++++
lib/XRay/Trace.cpp | 615 ++++-------------------------------
6 files changed, 230 insertions(+), 546 deletions(-)
create mode 100644 include/llvm/XRay/FDRTraceExpander.h
create mode 100644 lib/XRay/FDRTraceExpander.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.
from 163e2f16ea [Modules] Add imported modules to the output of -module-file-info
new 3f141b1ed2 Make test more robust in case the expected output appears in [...]
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:
test/Driver/print-multi-directory.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.