This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a94d5cd611a Revert r319090, "COFF: Do not create SectionChunks for disc [...]
new 488f2df24c5 [X86] Remove lines that set v8f32 FP_ROUND/FP_EXTEND to Leg [...]
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 | 2 --
1 file changed, 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 gcc.
from 681f91a5b81 * pt.c (primary_template_specialization_p): Rename from
new bdc047231a2 PR c++/81888 * parser.c (cp_parser_decomposition_declarat [...]
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/cp/ChangeLog | 7 +++++++
gcc/cp/parser.c | 3 ++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/cpp1z/decomp30.C | 2 ++
gcc/testsuite/g++.dg/cpp1z/decomp31.C | 18 ++++++++++++++++++
5 files changed, 36 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp31.C
--
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 lnt.
from 0c27e6b Age out oldest unprocessed regressions
new 02c1f49 A litte bit faster query
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:
lnt/server/db/fieldchange.py | 59 ++++++++++++++++++++++----------------------
1 file changed, 29 insertions(+), 30 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 568c078eb10 [Mem2Reg] Clang-format unformatted parts of this file. NFCI.
new a94d5cd611a Revert r319090, "COFF: Do not create SectionChunks for disc [...]
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/Object/COFF.h | 14 --------------
1 file changed, 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 compiler-rt.
from dc8c0dd36 [fuchsia] Update Fuchsia with a new mmap implementation.
new 41d6b75aa [scudo] Workaround for uninitialized Bionic globals
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/scudo/scudo_utils.cpp | 12 +++++++++++-
1 file changed, 11 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 clang-tools-extra.
from 26568cbc [clang-tidy] Rename qualified references to check class + sup [...]
new 74955733 add new check to find OSSpinlock usage
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:
clang-tidy/objc/AvoidSpinlockCheck.cpp | 37 ++++++++++++++++++++++++++
clang-tidy/objc/AvoidSpinlockCheck.h | 36 +++++++++++++++++++++++++
clang-tidy/objc/CMakeLists.txt | 1 +
clang-tidy/objc/ObjCTidyModule.cpp | 3 +++
docs/ReleaseNotes.rst | 5 ++++
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/objc-avoid-spinlock.rst | 15 +++++++++++
test/clang-tidy/objc-avoid-spinlock.m | 15 +++++++++++
8 files changed, 113 insertions(+)
create mode 100644 clang-tidy/objc/AvoidSpinlockCheck.cpp
create mode 100644 clang-tidy/objc/AvoidSpinlockCheck.h
create mode 100644 docs/clang-tidy/checks/objc-avoid-spinlock.rst
create mode 100644 test/clang-tidy/objc-avoid-spinlock.m
--
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 d959ce98e COFF: Do not create SectionChunks for discarded comdat sections.
new b5936f3be Revert r319090, "COFF: Do not create SectionChunks for discar [...]
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:
COFF/Chunks.cpp | 11 +-
COFF/Chunks.h | 21 +++-
COFF/InputFiles.cpp | 262 ++++++++++++++------------------------------
COFF/InputFiles.h | 14 +--
COFF/MarkLive.cpp | 7 ++
COFF/SymbolTable.cpp | 66 +++++++----
COFF/SymbolTable.h | 5 +-
COFF/Symbols.h | 1 +
test/COFF/reloc-discarded.s | 1 +
9 files changed, 164 insertions(+), 224 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 gcc.
from dfa4aef8a1d [gcc] 2017-11-27 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 681f91a5b81 * pt.c (primary_template_specialization_p): Rename from
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/cp/ChangeLog | 7 +++++++
gcc/cp/call.c | 6 +++---
gcc/cp/cp-tree.h | 2 +-
gcc/cp/pt.c | 22 ++++++++++++----------
.../cpp0x/{fntmpdefarg2.C => fntmpdefarg2a.C} | 2 ++
5 files changed, 25 insertions(+), 14 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{fntmpdefarg2.C => fntmpdefarg2a.C} (92%)
--
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 8a189ea7bfc [PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt i [...]
new 7657920ec4c [SROA] Propagate !range metadata when moving loads.
new 568c078eb10 [Mem2Reg] Clang-format unformatted parts of this file. NFCI.
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/SROA.cpp | 11 +-
lib/Transforms/Utils/Local.cpp | 24 ++--
lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 164 ++++++++++++++++++++---
test/Transforms/SROA/preserve-nonnull.ll | 20 +++
4 files changed, 185 insertions(+), 34 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 10796648d0c [AMDGPU] Update test nullptr.ll to use amdgiz environment
new 6d9a2314a0f Add release note about TargetRegistry change from r318352
new 8a189ea7bfc [PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt i [...]
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:
docs/ReleaseNotes.rst | 5 +++++
include/llvm/Analysis/TargetTransformInfo.h | 11 ++++++++++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 ++
include/llvm/CodeGen/BasicTTIImpl.h | 4 ++++
lib/Analysis/TargetTransformInfo.cpp | 4 ++++
lib/Target/X86/X86TargetTransformInfo.cpp | 4 ++++
lib/Target/X86/X86TargetTransformInfo.h | 1 +
lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 15 +++++++++-----
test/CodeGen/X86/sqrt-partial.ll | 18 ++++++++--------
.../PartiallyInlineLibCalls/X86/good-prototype.ll | 24 ++++++++++++----------
10 files changed, 63 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.