This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4b749170dc [PM] Add a missing header that I had in the next commit but [...]
new aa7cba5d2b [PM] Wire up support for the bounds checking sanitizer with [...]
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/BackendUtil.cpp | 14 ++++++++++++++
test/CodeGen/bounds-checking.c | 2 ++
2 files changed, 16 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.
from b028807028 [PM] Port BoundsChecking to the new PM.
new 36748ae009 [completion] complete ObjC interface names in an expression
new 4b749170dc [PM] Add a missing header that I had in the next commit but [...]
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/CodeGen/BackendUtil.cpp | 1 +
lib/Frontend/ASTUnit.cpp | 6 +++++-
lib/Sema/SemaCodeComplete.cpp | 11 +++++++++--
test/Index/complete-interfaces.m | 16 ++++++++++++++++
4 files changed, 31 insertions(+), 3 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 130d965a049 Daily bump.
new f1e4e020706 2017-11-13 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 8 ++++++
gcc/fortran/decl.c | 37 +++++++++++++++++---------
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/dec_structure_23.f90 | 19 +++++++++++++
gcc/testsuite/gfortran.dg/pr78240.f90 | 12 +++++++++
6 files changed, 70 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_23.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr78240.f90
--
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 c3e65d9d3ca [PM] Refactor BoundsChecking further to prepare it to be ex [...]
new 79f20d27db5 Use TempFile in llvm-ar. NFC.
new 8dd352a12f1 [PM] Port BoundsChecking to the new PM.
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/InitializePasses.h | 2 +-
include/llvm/LinkAllPasses.h | 3 +-
include/llvm/Transforms/Instrumentation.h | 4 --
.../Transforms/Instrumentation/BoundsChecking.h | 29 +++++++++
lib/Object/ArchiveWriter.cpp | 18 +++---
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Instrumentation/BoundsChecking.cpp | 73 ++++++++++++----------
lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +-
test/Instrumentation/BoundsChecking/simple.ll | 1 +
10 files changed, 82 insertions(+), 52 deletions(-)
create mode 100644 include/llvm/Transforms/Instrumentation/BoundsChecking.h
--
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 7441744469 [Sema] Stable sort OverloadCandidates to remove non-determin [...]
new b028807028 [PM] Port BoundsChecking to the new PM.
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/BackendUtil.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 336b4883e2f [WebAssembly] Explicily disable comdat support for wasm output
new c3e65d9d3ca [PM] Refactor BoundsChecking further to prepare it to be ex [...]
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/Transforms/Instrumentation/BoundsChecking.cpp | 130 +++++++++++-----------
1 file changed, 65 insertions(+), 65 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 e1cfe7a7f Implement LWG2952: iterator_traits should work for pointers to cv T
new 52728778f Implement LWG2950: std::byte operations are misspecified
new 8437dbd02 Another test for LWG2952
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/cstddef | 43 +++++++++++++++++-----
include/type_traits | 10 ++---
...er.pass.cpp => const_volatile_pointer.pass.cpp} | 6 +--
www/cxx2a_status.html | 2 +-
4 files changed, 42 insertions(+), 19 deletions(-)
copy test/std/iterators/iterator.primitives/iterator.traits/{volatile_pointer.pass [...]
--
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 6765e2f47d8 Add a move assignment operator to TempFile. NFC.
new 336b4883e2f [WebAssembly] Explicily disable comdat support for wasm output
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/ADT/Triple.h | 4 +++-
lib/Bitcode/Reader/BitcodeReader.cpp | 6 +++---
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 17 ++++++++---------
test/CodeGen/WebAssembly/comdat.ll | 5 +++++
4 files changed, 19 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/comdat.ll
--
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 138434e367b Update some code.google.com links
new 6765e2f47d8 Add a move assignment operator to TempFile. 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/Support/FileSystem.h | 1 +
lib/Support/Path.cpp | 4 +++-
2 files changed, 4 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 release_50
in repository clang.
from 67341cd6d7 Merging r311777:
new ccf8d1a855 Merging r312292:
new 7751fc0fb4 Merging r312296:
new 4958d4c0de Merging r313675:
new 519b352e25 Merging r315586:
new ad3bdffa2f Merging r315611:
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/Basic/DiagnosticSemaKinds.td | 2 +-
lib/CodeGen/CGExpr.cpp | 7 +------
lib/CodeGen/CGOpenMPRuntime.cpp | 11 ++++++++---
lib/Sema/SemaOpenMP.cpp | 20 +++++++++++++-------
test/OpenMP/declare_reduction_codegen.cpp | 20 ++++++++++++++++++++
.../distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/for_codegen.cpp | 12 ++++++++++++
test/OpenMP/for_loop_messages.cpp | 2 +-
test/OpenMP/for_simd_loop_messages.cpp | 2 +-
test/OpenMP/ordered_messages.cpp | 8 ++++++++
test/OpenMP/parallel_for_loop_messages.cpp | 2 +-
test/OpenMP/parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/parallel_reduction_codegen.cpp | 8 ++++++++
test/OpenMP/simd_loop_messages.cpp | 2 +-
test/OpenMP/target_parallel_for_loop_messages.cpp | 2 +-
.../target_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/target_simd_loop_messages.cpp | 2 +-
.../OpenMP/target_teams_distribute_loop_messages.cpp | 2 +-
...t_teams_distribute_parallel_for_loop_messages.cpp | 2 +-
...ms_distribute_parallel_for_simd_loop_messages.cpp | 2 +-
.../target_teams_distribute_simd_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_loop_messages.cpp | 2 +-
test/OpenMP/taskloop_simd_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_loop_messages.cpp | 2 +-
.../teams_distribute_parallel_for_loop_messages.cpp | 2 +-
...ms_distribute_parallel_for_simd_loop_messages.cpp | 2 +-
test/OpenMP/teams_distribute_simd_loop_messages.cpp | 2 +-
28 files changed, 91 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.