This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a18590c Provide a more helpful error message when the BFD library is [...]
new a6bbedb Automatic date update in version.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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from f49b956 Automatic date update in version.in
new fc78269 Automatic date update in version.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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from f3a08de Automatic date update in version.in
new e80dfdd Automatic date update in version.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:
bfd/version.h | 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 gcc.
from 8721103 runtime: copy signal code from Go 1.7 runtime
new 544d9e1 2016-11-10 Sandra Loosemore <sandra(a)codesourcery.com>
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/ChangeLog | 6 ++++++
gcc/doc/invoke.texi | 39 +++++++++++++++++++++++----------------
2 files changed, 29 insertions(+), 16 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 a461137 Timer: Remove group-less NamedRegionTimer constructor.
new 773603e ScheduleDAGInstrs: Ignore dependencies of constant physregs
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/ScheduleDAGInstrs.cpp | 3 +++
.../AArch64/machine_cse_impdef_killflags.ll | 4 +--
test/CodeGen/AArch64/scheduledag-constreg.mir | 29 ++++++++++++++++++++++
test/CodeGen/AArch64/subs-to-sub-opt.ll | 2 +-
4 files changed, 35 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AArch64/scheduledag-constreg.mir
--
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 9969f6c Don't require nullability on 'va_list'.
new bd13876 [Sema] Fix-up for MSVC, which is stricter about template types.
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/SemaType.cpp | 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 b020491 GlobalISel: fix mistaken comment change
new 3f647d6 [DAG Combiner] Fix the native computation of the Newton serie [...]
new a461137 Timer: Remove group-less NamedRegionTimer constructor.
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/Support/Timer.h | 2 --
include/llvm/Target/TargetLowering.h | 13 ++++---
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 58 +++++++++++++++---------------
lib/Support/Timer.cpp | 14 --------
lib/Target/AArch64/AArch64ISelLowering.cpp | 9 ++---
lib/Target/AArch64/AArch64ISelLowering.h | 5 +--
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 9 ++---
lib/Target/AMDGPU/AMDGPUISelLowering.h | 6 ++--
lib/Target/Hexagon/HexagonGenInsert.cpp | 2 --
lib/Target/PowerPC/PPCISelLowering.cpp | 7 ++--
lib/Target/PowerPC/PPCISelLowering.h | 6 ++--
lib/Target/X86/X86ISelLowering.cpp | 9 ++---
lib/Target/X86/X86ISelLowering.h | 6 ++--
13 files changed, 69 insertions(+), 77 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 743e1ec [test] Remove implicit deps on libLTO.dylib on Darwin (NFC)
new b5e3c67 [index] Add SymbolSubKind for the GKInspectable annotation.
new b0eb287 Accept nullability qualifiers on array parameters.
new e4c8953 Add -Wnullability-completeness-on-arrays.
new 768c84e Warn when 'assume_nonnull' infers nullability within an array.
new 9969f6c Don't require nullability on 'va_list'.
The 5 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/Type.h | 27 +-
include/clang/Basic/DiagnosticGroups.td | 5 +-
include/clang/Basic/DiagnosticSemaKinds.td | 9 +
include/clang/Index/IndexSymbol.h | 3 +-
include/clang/Sema/Sema.h | 6 +-
lib/AST/ASTContext.cpp | 10 +-
lib/CodeGen/CGDebugInfo.cpp | 15 +-
lib/Index/IndexSymbol.cpp | 6 +
lib/Lex/PPMacroExpansion.cpp | 1 +
lib/Parse/ParseDecl.cpp | 5 +-
lib/Sema/SemaType.cpp | 308 +++++++++++++++------
test/FixIt/nullability.mm | 68 +++++
test/Index/Core/index-subkinds.m | 8 +
test/Parser/nullability.c | 8 +
test/Sema/nullability.c | 52 ++++
test/SemaCXX/nullability.cpp | 13 +
test/SemaObjC/nullability.m | 23 ++
.../Inputs/nullability-consistency-arrays.h | 109 ++++++++
test/SemaObjCXX/nullability-consistency-arrays.mm | 12 +
19 files changed, 576 insertions(+), 112 deletions(-)
create mode 100644 test/FixIt/nullability.mm
create mode 100644 test/SemaObjCXX/Inputs/nullability-consistency-arrays.h
create mode 100644 test/SemaObjCXX/nullability-consistency-arrays.mm
--
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 a145558 [LSR] Tweak loop-strength-reduce-crash test. Test-only change.
new c5bdc92 [SelectionDAG] Add support for vector demandedelts in ADD/SUB [...]
new b020491 GlobalISel: fix mistaken comment change
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/CodeGen/MachineRegisterInfo.h | 3 +--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 ++++++---
test/CodeGen/X86/known-bits-vector.ll | 26 ++++----------------------
3 files changed, 11 insertions(+), 27 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.