This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 569bcfc fix warning when generating sphinx doc.
new 6ee9856 [ELF] - Initial support of tree-style linker script implemented.
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:
ELF/LinkerScript.cpp | 67 ++++++++++++++++++++++++++++++----------------------
ELF/LinkerScript.h | 35 +++++++++++++++++++++------
2 files changed, 67 insertions(+), 35 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 1858d95 [Sema] Fix PR28623.
new 68dff7b [CodeGen] Handle recursion in LLVMIRGeneration Timer.
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/CodeGen/CodeGenAction.cpp | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 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 libcxx.
from 1e00d6d Implement std::string_view as described in http://wg21.link/P [...]
new 1536233 Fix some string_view tests that were failing when exceptions [...]
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/string_view | 6 +++---
.../string.view.ops/compare.pointer_size.pass.cpp | 5 +++++
.../string.view.ops/compare.size_size_sv.pass.cpp | 5 +++++
.../compare.size_size_sv_pointer_size.pass.cpp | 5 +++++
.../compare.size_size_sv_size_size.pass.cpp | 5 +++++
.../strings/string.view/string.view.ops/substr.pass.cpp | 17 +++++++++++------
6 files changed, 34 insertions(+), 9 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 83833ac Add missing import to fix the build
new 724a2ec [MergedLoadStoreMotion] Remove out of date comment
new 2839fb6 [GVNHoist] Don't wrongly preserve TBAA
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/GVNHoist.cpp | 12 ++++++++++
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 1 -
test/Transforms/GVN/hoist-md.ll | 29 +++++++++++++++++++++++++
3 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/GVN/hoist-md.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 llvm.
from fc02f97 IPRA: Fix RegMask calculation for alias registers
new 8fad356 Expose AttributeSetNode, use it to provide aggregate getter f [...]
new 83833ac Add missing import to fix the build
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-c/Core.h | 6 +++
include/llvm/IR/Attributes.h | 1 +
lib/IR/AttributeImpl.h | 69 +------------------------------
lib/IR/AttributeSetNode.h | 98 ++++++++++++++++++++++++++++++++++++++++++++
lib/IR/Core.cpp | 28 +++++++++++++
5 files changed, 134 insertions(+), 68 deletions(-)
create mode 100644 lib/IR/AttributeSetNode.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 llvm.
from 20e7162 [OptDiag] Missed these when making the IR Value a const pointer
new fc02f97 IPRA: Fix RegMask calculation for alias registers
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/CodeGen/RegUsageInfoCollector.cpp | 13 +------------
test/CodeGen/X86/ipra-reg-alias.ll | 12 ++++++++++++
2 files changed, 13 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/X86/ipra-reg-alias.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 compiler-rt.
from ab43867 [Profile] Add new test to cover %m specifier with shared libr [...]
new 60e43fa [Profile] bug fix: profile dir not recursively created
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/profile/InstrProfilingFile.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.