This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f4b8d7b [opt-viewer] Remove unnecessary call to demangle
new 809c6df Silence unused warning in non-assert builds.
new 4cc2f1f [DAG] add fold for masked negated extended bool
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 17 +++++++++++++++--
lib/Target/ARM/ARMFrameLowering.cpp | 1 +
test/CodeGen/X86/mask-negated-bool.ll | 10 +---------
3 files changed, 17 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 7535c84 [x86] add tests to show missed folds for masked bools
new 43573fb [opt-viewer] Convert another HTML output to use a multiline string
new 2b64f4d [opt-viewer] Print hotness as percentage of the maximum hotness
new f4b8d7b [opt-viewer] Remove unnecessary call to demangle
The 3 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/opt-viewer/opt-viewer.py | 37 +++++++++++++++++++++++++------------
1 file changed, 25 insertions(+), 12 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 2683a2d AMDGPU/SI: Update ISA version numbers for Tonga and Polaris10/11.
new 7535c84 [x86] add tests to show missed folds for masked bools
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/CodeGen/X86/mask-negated-bool.ll | 48 +++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 test/CodeGen/X86/mask-negated-bool.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 70af68c [OpenCL] Allow partial initializer for array and struct
new 840d1dc Fix clang-offload-bundler test.
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/clang-offload-bundler.c | 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 b3c22e4 [DAG] simplify logic; NFC
new ed36d63 [cl] Don't print subcommand help when no subcommands present.
new 2683a2d AMDGPU/SI: Update ISA version numbers for Tonga and Polaris10/11.
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/Support/CommandLine.cpp | 10 ++++++----
lib/Target/AMDGPU/AMDGPU.td | 1 +
lib/Target/AMDGPU/AMDGPUSubtarget.h | 1 +
lib/Target/AMDGPU/Processors.td | 6 +++---
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 3 +++
test/CodeGen/AMDGPU/hsa-note-no-func.ll | 12 ++++++++----
6 files changed, 22 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 clang.
from ad58115 Use StringRef instead of raw pointer in SourceManagerInternal [...]
new 0fff40d Revert r283887 and r283882, until the issue is understood and fixed.
new 70af68c [OpenCL] Allow partial initializer for array and struct
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/clang/AST/Decl.h | 26 +--------
lib/AST/Decl.cpp | 53 -----------------
lib/Sema/SemaDecl.cpp | 17 ------
lib/Sema/SemaInit.cpp | 5 +-
lib/Sema/SemaTemplate.cpp | 47 +++++----------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 +++++++------
lib/Sema/SemaType.cpp | 4 --
lib/Serialization/ASTReaderDecl.cpp | 29 ----------
lib/Serialization/ASTWriterDecl.cpp | 4 --
test/CodeGenOpenCL/partial_initializer.cl | 66 ++++++++++++++++++++++
test/Modules/Inputs/PR28752/Subdir1/b.h | 1 -
test/Modules/Inputs/PR28752/Subdir1/c.h | 0
.../Inputs/PR28752/Subdir1/module.modulemap | 5 --
test/Modules/Inputs/PR28752/a.h | 1 -
test/Modules/Inputs/PR28752/module.modulemap | 1 -
test/Modules/Inputs/PR28752/vector | 28 ---------
test/Modules/pr28752.cpp | 19 -------
17 files changed, 105 insertions(+), 241 deletions(-)
create mode 100644 test/CodeGenOpenCL/partial_initializer.cl
delete mode 100644 test/Modules/Inputs/PR28752/Subdir1/b.h
delete mode 100644 test/Modules/Inputs/PR28752/Subdir1/c.h
delete mode 100644 test/Modules/Inputs/PR28752/Subdir1/module.modulemap
delete mode 100644 test/Modules/Inputs/PR28752/a.h
delete mode 100644 test/Modules/Inputs/PR28752/module.modulemap
delete mode 100644 test/Modules/Inputs/PR28752/vector
delete mode 100644 test/Modules/pr28752.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 lld.
from 66457b2 [ELF] - Fixed assertion fail when symbol table has invalid sh [...]
new 753472c [ThinLTO/tests] Check we don't fail if --thinlto-jobs is not passed.
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/ELF/lto/thinlto.ll | 12 +++++++++---
1 file changed, 9 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 clang.
from f4e0d7f r283882 followup. Don't demote ParmVarDecls. This should fix [...]
new ad58115 Use StringRef instead of raw pointer in SourceManagerInternal [...]
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/SourceManagerInternals.h | 4 ++--
1 file 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.
from 079f316 [modules] PR28752: Do not instantiate variable declarations w [...]
new f4e0d7f r283882 followup. Don't demote ParmVarDecls. This should fix [...]
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/Sema/SemaDecl.cpp | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 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 ce4c2b2 [clang-tidy] Fix template agrument false positives in unused- [...]
new 91cd765 [clang-tidy] Ignore empty members and bases in cppcoreguideli [...]
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:
.../cppcoreguidelines/ProTypeMemberInitCheck.cpp | 25 +++++++++++++++++++-
.../cppcoreguidelines-pro-type-member-init.cpp | 27 ++++++++++++++++++++++
2 files changed, 51 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.