This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 00f5ce3a4 MACHO: ld64.lld alias for the MACHO LLD target
new 38c6ebbff Simplify.
new fc5830933 [COFF] Fix the description of the data type in a comment. NFC.
new d2cc83049 [COFF] Fix indentation. NFC.
new f1ab5663e [COFF] Fix a typo in a comment in a test. NFC.
The 4 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/Driver.cpp | 4 ++--
ELF/SymbolTable.cpp | 4 ++--
ELF/SymbolTable.h | 5 ++---
test/COFF/export-all.s | 2 +-
4 files changed, 7 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 0fdc4c9c6 Silence clang's -Wtautological-constant-compare in last_write [...]
new 4b05db428 Really do make sure that last_write_time.pass.cpp still works [...]
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:
.../fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp | 8 ++++++--
1 file changed, 6 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 2c42fd5f93 Convert clang::LangAS to a strongly typed enum
new b2c9b51338 [Sema] Re-land: Diagnose tautological comparison with type's [...]
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 | 4 +
include/clang/Basic/DiagnosticGroups.td | 8 +-
include/clang/Basic/DiagnosticSemaKinds.td | 20 +-
lib/Sema/SemaChecking.cpp | 241 +++++++-----
test/Analysis/conversion.c | 2 +-
test/Analysis/null-deref-ps.c | 4 +-
test/Sema/outof-range-constant-compare.c | 159 --------
test/Sema/tautological-constant-compare.c | 514 +++++++++++++++++++++++++
test/Sema/tautological-unsigned-zero-compare.c | 377 ++++++++++++++++--
9 files changed, 1032 insertions(+), 297 deletions(-)
create mode 100644 test/Sema/tautological-constant-compare.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 libcxx.
from 5384fd853 Placate unused variable warnings uncovered by improvements to [...]
new 0fdc4c9c6 Silence clang's -Wtautological-constant-compare in last_write [...]
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:
.../fs.op.last_write_time/last_write_time.pass.cpp | 22 ++++++++++++++++++++++
1 file changed, 22 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 gcc-7-branch
in repository gcc.
from 227d2116a58 Daily bump.
new 92f20d1ea03 PR go/82559 Backport from mainline: https://golang.org [...]
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:
libgo/go/syscall/syscall_linux_alpha.go | 32 --------------------------------
libgo/go/syscall/syscall_linux_s390.go | 4 ++--
libgo/go/syscall/syscall_linux_s390x.go | 4 ++--
libgo/mksysinfo.sh | 13 ++-----------
4 files changed, 6 insertions(+), 47 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 b10e0a29cab [tablegen] Use hasPredCode()/hasImmCode() instead of getPre [...]
new d03e64f7534 Search for libxml2 on macOS too.
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:
cmake/config-ix.cmake | 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 a5204d04872 Phony change to CMakeLists.txt to (hopefully) trigger regeneration
new b10e0a29cab [tablegen] Use hasPredCode()/hasImmCode() instead of getPre [...]
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/TableGen/CodeGenDAGPatterns.cpp | 18 ++++++++++++++----
utils/TableGen/CodeGenDAGPatterns.h | 4 +++-
2 files changed, 17 insertions(+), 5 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 aba0729dd1 Fix test case regresstion from rL315864
new 2c42fd5f93 Convert clang::LangAS to a strongly typed enum
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/AST/ASTContext.h | 10 ++++-----
include/clang/AST/Type.h | 28 +++++++++++++------------
include/clang/Basic/AddressSpaces.h | 23 +++++++++++++++++----
include/clang/Basic/TargetInfo.h | 14 +++++--------
lib/AST/ASTContext.cpp | 24 +++++++++++-----------
lib/AST/ItaniumMangle.cpp | 2 +-
lib/AST/RecordLayoutBuilder.cpp | 2 +-
lib/AST/TypePrinter.cpp | 12 ++++++-----
lib/Basic/TargetInfo.cpp | 4 ++--
lib/Basic/Targets/AMDGPU.cpp | 8 ++++----
lib/Basic/Targets/AMDGPU.h | 8 ++++----
lib/CodeGen/CGBlocks.cpp | 16 +++++++++------
lib/CodeGen/CGDecl.cpp | 4 ++--
lib/CodeGen/CGExprConstant.cpp | 10 ++++-----
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 4 ++--
lib/CodeGen/CGValue.h | 2 +-
lib/CodeGen/CodeGenFunction.cpp | 4 ++--
lib/CodeGen/CodeGenModule.cpp | 14 ++++++-------
lib/CodeGen/CodeGenModule.h | 2 +-
lib/CodeGen/CodeGenTypeCache.h | 5 +++--
lib/CodeGen/ConstantEmitter.h | 10 ++++-----
lib/CodeGen/TargetInfo.cpp | 35 +++++++++++++++----------------
lib/CodeGen/TargetInfo.h | 18 ++++++++--------
lib/Sema/SemaChecking.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 6 +++---
lib/Sema/SemaDeclAttr.cpp | 4 ++--
lib/Sema/SemaDeclObjC.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 40 ++++++++++++++++++------------------
lib/Sema/SemaExprCXX.cpp | 4 ++--
lib/Sema/SemaTemplateDeduction.cpp | 5 ++---
lib/Sema/SemaType.cpp | 15 +++++++-------
tools/libclang/CXType.cpp | 5 ++++-
32 files changed, 179 insertions(+), 163 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 7eb649c303b Revert r315863: [globalisel][tablegen] Import ComplexPatter [...]
new af1e278b91c Re-commit r315863: [globalisel][tablegen] Import ComplexPat [...]
new a5204d04872 Phony change to CMakeLists.txt to (hopefully) trigger regeneration
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:
CMakeLists.txt | 1 +
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 11 +-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 24 +++-
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 2 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 13 ++-
test/TableGen/GlobalISelEmitter.td | 32 +++--
utils/TableGen/GlobalISelEmitter.cpp | 130 ++++++++++++++++-----
7 files changed, 160 insertions(+), 53 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 432111cbd3 Driver: use ld64.lld when -fuse-ld=lld for darwin
new aba0729dd1 Fix test case regresstion from rL315864
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/cl-options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.