This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b6e8ad3 [codeview] Add support for splitting field list records over 64KB
new 11e2958 Add MemoryAccess creation and PHI creation APIs to MemorySSA
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/Transforms/Utils/MemorySSA.h | 42 +++++++++--
lib/Transforms/Utils/MemorySSA.cpp | 111 +++++++++++++++++++++++++++++-
unittests/Transforms/Utils/MemorySSA.cpp | 104 +++++++++++++++++++++++++---
3 files changed, 238 insertions(+), 19 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 0edfbbb Added calculateRangesAfterReplaments() to calculate affacted [...]
new 818861d [MS] Don't expect vftables to be provided for extern template [...]
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/AST/VTableBuilder.cpp | 13 ++++++-------
lib/CodeGen/CGVTables.cpp | 10 +++++++---
test/CodeGenCXX/microsoft-abi-vbtables.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-vftables.cpp | 8 +++++---
4 files changed, 19 insertions(+), 14 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 jason/concepts-rewrite
in repository gcc.
at 0d0b028 tsubst_args
This branch includes the following new commits:
new 90f3a36 Improving concepts performance and diagnostics.
new 41e067a tweaks
new d20dfff overloaded_operator_p
new 9c35915 * search.c (accessible_p): Don't shortcut when evaluating co [...]
new e2aa7df equal_check_constr
new d184b43 no-workaround
new 0d0b028 tsubst_args
The 7 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.
--
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 61e0c72 Fix constraint satisfaction in uninstantiated template.
new 1cb2b4d 2016-06-20 Tobias Burnus <burnus(a)net-b.de>
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/resolve.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/coarray/data_1.f90 | 11 +++++++++++
4 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/data_1.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 f855e05 llvm-ar: correct typo
new b6e8ad3 [codeview] Add support for splitting field list records over 64KB
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:
.../DebugInfo/CodeView/FieldListRecordBuilder.h | 2 +-
.../llvm/DebugInfo/CodeView/ListRecordBuilder.h | 23 +++++--
include/llvm/DebugInfo/CodeView/TypeRecord.h | 23 +++++++
.../llvm/DebugInfo/CodeView/TypeRecordBuilder.h | 7 ++
include/llvm/DebugInfo/CodeView/TypeRecords.def | 2 +-
lib/DebugInfo/CodeView/ListRecordBuilder.cpp | 79 ++++++++++++++++++++--
lib/DebugInfo/CodeView/TypeDumper.cpp | 11 +++
lib/DebugInfo/CodeView/TypeRecord.cpp | 12 ++++
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 4 +-
test/DebugInfo/COFF/enum.ll | 4 +-
test/DebugInfo/COFF/types-data-members.ll | 20 +++---
test/DebugInfo/COFF/types-non-virtual-methods.ll | 8 +--
test/DebugInfo/COFF/types-recursive-struct.ll | 8 +--
test/DebugInfo/PDB/pdbdump-headers.test | 6 +-
14 files changed, 169 insertions(+), 40 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 openmp.
from 8d07e31 Addition of debugger comments and whitespace
new ab79479 Performance improvement: accessing thread struct as opposed t [...]
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:
runtime/src/kmp_dispatch.cpp | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 hjl/benchtests/wall-time
in repository glibc.
at 7c8925f Force to use clock_gettime
This branch includes the following new commits:
new 0d65bc2 Skip simple and builtin memory implementations
new 7c8925f Force to use clock_gettime
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.
--
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 88b05fa Fix type_dependent_expression_p of member templates.
new 61e0c72 Fix constraint satisfaction in uninstantiated template.
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/cp/ChangeLog | 3 +++
gcc/cp/constraint.cc | 6 ++++--
gcc/testsuite/g++.dg/concepts/memtmpl1.C | 15 +++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/memtmpl1.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 gcc.
from 66ff0c6 The recently added gcc.target/aarch64/advsimd-intrinsics/vrnd [...]
new 88b05fa Fix type_dependent_expression_p of member templates.
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/cp/ChangeLog | 5 +++++
gcc/cp/pt.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 51 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 clang.
from 824c694 [aarch64] Update datalayout for aarch64 tests
new 0edfbbb Added calculateRangesAfterReplaments() to calculate affacted [...]
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/Tooling/Core/Replacement.h | 21 +++++++-
lib/Tooling/Core/Replacement.cpp | 40 +++++++++++++-
unittests/Tooling/RefactoringTest.cpp | 91 ++++++++++++++++++++++++++++++--
3 files changed, 145 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.