This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7c57132 Return earlier if not effective_target_int32
new 4f910da * config/rs6000/rs6000.c (rs6000_output_symbol_ref): [...]
new 3717d5b runtime: scan caller-saved registers for non-split-stack
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:
gcc/ChangeLog | 9 +++++++++
gcc/config/rs6000/rs6000.c | 44 ++++++++++++++++++++++----------------------
gcc/go/gofrontend/MERGE | 2 +-
libgo/runtime/proc.c | 7 ++++++-
4 files changed, 38 insertions(+), 24 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 56e3495 [analyzer] Add NumberObjectConversion checker.
new a56684f alpha.core.UnreachableCode - don't warn about unreachable cod [...]
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/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp | 8 ++++++++
test/Analysis/unreachable-code-path.c | 7 +++++++
2 files changed, 15 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 master
in repository clang-tools-extra.
from ab28772 [clang-tidy] Clean up code after applying replacements.
new e18d9c2 Fix signed/unsigned comparison warnings
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:
unittests/clang-tidy/NamespaceAliaserTest.cpp | 2 +-
unittests/clang-tidy/UsingInserterTest.cpp | 2 +-
2 files 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 llvm.
from f1fdd33 [llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/ [...]
new 289f83a [mips][FastISel] Instantiate the MipsFastISel class only for [...]
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/Mips/MipsFastISel.cpp | 19 -------------
lib/Target/Mips/MipsISelLowering.cpp | 16 +++++++++--
.../CodeGen/Mips/Fast-ISel/check-disabled-mcpus.ll | 32 ++++++++++++++++++++--
test/CodeGen/Mips/Fast-ISel/double-arg.ll | 4 +--
.../Mips/tailcall/tail-call-arguments-clobber.ll | 2 ++
test/DebugInfo/Mips/dsr-non-fixed-objects.ll | 4 +--
6 files changed, 48 insertions(+), 29 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 bace3f7 Don't define uses-allocator variable templates in C++11
new 7c57132 Return earlier if not effective_target_int32
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/sso/sso.exp | 8 ++++----
2 files changed, 9 insertions(+), 4 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 9edca09 2016-10-18 Richard Biener <rguenther(a)suse.de>
new bace3f7 Don't define uses-allocator variable templates in C++11
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:
libstdc++-v3/ChangeLog | 8 +++++++-
libstdc++-v3/include/bits/uses_allocator.h | 4 ++++
2 files 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 lld.
from d0a5c5e [ELF] - Linkerscript: accept integer values for PHDRS types.
new 8e9e2b6 [ELF] - Update testcases after llvm change.
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/linkerscript/openbsd-randomize.s | 2 +-
test/ELF/linkerscript/openbsd-wxneeded.s | 2 +-
test/ELF/openbsd-randomize.s | 2 +-
test/ELF/openbsd-wxneeded.s | 2 +-
4 files changed, 4 insertions(+), 4 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 79d6d6a [CodeCompletion] Add a block property setter completion result
new 56e3495 [analyzer] Add NumberObjectConversion checker.
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/StaticAnalyzer/Checkers/Checkers.td | 5 +
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/NumberObjectConversionChecker.cpp | 267 +++++++++++++++++++++
.../Analysis/Inputs/system-header-simulator-objc.h | 7 +
test/Analysis/number-object-conversion.cpp | 65 +++++
test/Analysis/number-object-conversion.m | 86 +++++++
6 files changed, 431 insertions(+)
create mode 100644 lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp
create mode 100644 test/Analysis/number-object-conversion.cpp
create mode 100644 test/Analysis/number-object-conversion.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 llvm.
from a6faf3a [SCEV] More accurate calculation of max backedge count of som [...]
new f1fdd33 [llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/ [...]
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/Object/Inputs/openbsd-phdrs.elf-x86-64 | Bin 0 -> 544 bytes
test/tools/llvm-readobj/program-headers.test | 35 +++++++++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 4 +++
3 files changed, 39 insertions(+)
create mode 100644 test/Object/Inputs/openbsd-phdrs.elf-x86-64
--
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 f051915 [CodeCompletion][NFC] Extract a function that formats block p [...]
new 79d6d6a [CodeCompletion] Add a block property setter completion result
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/Parse/Parser.h | 5 ++
include/clang/Sema/CodeCompleteConsumer.h | 6 +-
include/clang/Sema/Sema.h | 4 +-
lib/Parse/ParseExpr.cpp | 7 +-
lib/Parse/ParseStmt.cpp | 2 +
lib/Sema/SemaCodeComplete.cpp | 89 +++++++++++++++++++------
test/Index/complete-block-property-assignment.m | 68 +++++++++++++++++++
7 files changed, 153 insertions(+), 28 deletions(-)
create mode 100644 test/Index/complete-block-property-assignment.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.