This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 54ac10d [asan] Use the dynamic ASan runtime if -shared-libasan is passed
new d257640 Add a note that points to the linkage specifier for the C++ l [...]
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/DeclBase.h | 3 +++
include/clang/Basic/DiagnosticSemaKinds.td | 4 ++--
lib/AST/DeclBase.cpp | 12 ++++++++++++
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaDeclCXX.cpp | 3 +++
lib/Sema/SemaTemplate.cpp | 10 +++++++---
test/CXX/over/over.oper/over.literal/p6.cpp | 4 +++-
test/SemaCXX/cxx0x-defaulted-functions.cpp | 2 +-
test/SemaTemplate/class-template-decl.cpp | 6 +++---
9 files changed, 35 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 dbce068 Inline a version of getSectionStringTable into the only use.
new 8817e15 Simplify typedefs. NFC.
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/ELF.h | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 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 71f8925 Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; w [...]
new 54ac10d [asan] Use the dynamic ASan runtime if -shared-libasan is 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:
lib/Driver/Tools.cpp | 3 ++-
1 file changed, 2 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 compiler-rt.
from fb53d09 [XRay][x86_64] Define a tail exit trampoline.
new 692b01c [asan] Add more dynamic CRT mode tests
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/asan/tests/CMakeLists.txt | 19 +++++++++++++++-
lib/asan/tests/asan_str_test.cc | 10 ++++++++-
test/asan/TestCases/Windows/default_options.cc | 18 ---------------
test/asan/TestCases/Windows/free_hook_realloc.cc | 3 +++
test/asan/TestCases/Windows/on_error_callback.cc | 20 -----------------
.../Windows/report_after_syminitialize.cc | 2 ++
test/asan/TestCases/debug_report.cc | 3 +++
test/asan/TestCases/default_options.cc | 3 +++
test/asan/TestCases/interception_failure_test.cc | 8 +++++--
test/asan/TestCases/on_error_callback.cc | 3 +++
test/asan/TestCases/speculative_load.cc | 4 ++++
test/asan/TestCases/strdup_oob_test.cc | 4 ++++
test/asan/TestCases/use-after-scope-loop-bug.cc | 2 +-
test/asan/lit.cfg | 26 ++++++++++++++++++----
14 files changed, 78 insertions(+), 47 deletions(-)
delete mode 100644 test/asan/TestCases/Windows/default_options.cc
delete mode 100644 test/asan/TestCases/Windows/on_error_callback.cc
--
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 5d4f1c4 Compute the section table lazily.
new dbce068 Inline a version of getSectionStringTable into the only use.
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/ELF.h | 14 ++++----------
1 file changed, 4 insertions(+), 10 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 aa138aa Remove spurious token from #endif
new f333bee Implement another part of P0031; adding constexpr to move_iterator
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/iterator | 146 +++++++++++----------
.../make_move_iterator.pass.cpp | 11 ++
.../move.iter.nonmember/minus.pass.cpp | 14 ++
.../move.iter.nonmember/plus.pass.cpp | 16 +++
.../move.iter.op.+/difference_type.pass.cpp | 16 +++
.../move.iter.op.+=/difference_type.pass.cpp | 16 +++
.../move.iter.op.-/difference_type.pass.cpp | 16 +++
.../move.iter.op.-=/difference_type.pass.cpp | 12 ++
.../move.iter.ops/move.iter.op.comp/op_eq.pass.cpp | 16 +++
.../move.iter.ops/move.iter.op.comp/op_gt.pass.cpp | 16 +++
.../move.iter.op.comp/op_gte.pass.cpp | 16 +++
.../move.iter.ops/move.iter.op.comp/op_lt.pass.cpp | 16 +++
.../move.iter.op.comp/op_lte.pass.cpp | 16 +++
.../move.iter.op.comp/op_neq.pass.cpp | 16 +++
.../move.iter.op.const/convert.pass.cpp | 12 ++
.../move.iter.op.const/default.pass.cpp | 9 ++
.../move.iter.ops/move.iter.op.const/iter.pass.cpp | 11 ++
.../move.iter.ops/move.iter.op.decr/post.pass.cpp | 16 +++
.../move.iter.ops/move.iter.op.decr/pre.pass.cpp | 16 +++
.../move.iter.ops/move.iter.op.incr/post.pass.cpp | 16 +++
.../move.iter.ops/move.iter.op.incr/pre.pass.cpp | 16 +++
.../move.iter.op.index/difference_type.pass.cpp | 13 ++
.../move.iter.op.ref/op_arrow.pass.cpp | 15 +++
.../move.iter.op.star/op_star.pass.cpp | 15 +++
.../move.iter.op=/move_iterator.pass.cpp | 13 ++
25 files changed, 425 insertions(+), 70 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 lld.
from 6f3e949 Don't use getNumSections.
new a792e9f Pass the section table to getSectionStringTable. NFC.
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:
ELF/InputFiles.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 ab5ea55 Create the virtual register for the global base in the inters [...]
new 6973999 [mips] Always run the MipsOptimizePICCall pass.
new 5d4f1c4 Compute the section table lazily.
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/Object/ELF.h | 107 +++++++++++++++++-----------------
lib/Target/Mips/MipsTargetMachine.cpp | 9 +--
2 files changed, 53 insertions(+), 63 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 8ee0ff8 Avoid a report_fatal_error in sections().
new 4881f1e Inline getSectionStringTableIndex() into only caller. NFC.
new ab5ea55 Create the virtual register for the global base in the inters [...]
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/Object/ELF.h | 12 +++---------
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 4 ++--
2 files changed, 5 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 gcc.
from 87b53bc Allow warning flags to associate through gfc_error.
new 2c8c2d4 New warning -Wargument-mismatch for function argument mismatches.
new 427223f 2016-11-02 Richard Biener <rguenther(a)suse.de>
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 | 10 ++++++
gcc/fortran/ChangeLog | 8 +++++
gcc/fortran/interface.c | 28 +++++++++------
gcc/fortran/invoke.texi | 11 +++++-
gcc/fortran/lang.opt | 4 +++
gcc/fortran/resolve.c | 6 ++--
gcc/gimple-ssa-store-merging.c | 41 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/gcc.dg/store_merging_8.c | 38 ++++++++++++++++++++
.../gfortran.dg/warn_argument_mismatch_1.f90 | 34 ++++++++++++++++++
10 files changed, 165 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/store_merging_8.c
create mode 100644 gcc/testsuite/gfortran.dg/warn_argument_mismatch_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.