This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f10728b0ce Re-submit AMDGPUMachineCFGStructurizer.
new b046920f487 [asan] Better workaround for gold PR19002.
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/AddressSanitizer.cpp | 13 +++++++++++--
1 file changed, 11 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 clang.
from 661305755f clang-format: [JS] for async loops.
new c86b5c3e53 [asan] One more test for -fsanitize-address-globals-dead-stripping.
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/CodeGen/asan-no-globals-no-comdat.cpp | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 test/CodeGen/asan-no-globals-no-comdat.cpp
--
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 80a73416a builtins: fix filtering aliased targets
new 96eed06b6 [builtins] Fix a check from __GNU__ to __GNUC__ for disabling [...]
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/builtins/assembly.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 gcc-7-branch
in repository gcc.
from a3329f8a0ca * sv.po: Update.
new ff4a784fc11 2017-05-15 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 7 +++++++
gcc/fortran/expr.c | 7 ++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr80752.f90 | 20 ++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr80752.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 59b08cd6cdc AArch64: diagnose unrecognized features in .cpu directive.
new 4f10728b0ce Re-submit AMDGPUMachineCFGStructurizer.
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/AMDGPU/AMDGPU.h | 4 +
lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp | 2884 ++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 18 +-
lib/Target/AMDGPU/CMakeLists.txt | 1 +
lib/Target/AMDGPU/SIInstrInfo.cpp | 310 ++-
lib/Target/AMDGPU/SIInstrInfo.h | 33 +-
lib/Target/AMDGPU/SIInstructions.td | 7 +
7 files changed, 3245 insertions(+), 12 deletions(-)
create mode 100644 lib/Target/AMDGPU/AMDGPUMachineCFGStructurizer.cpp
--
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 3927515123a 2017-05-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 6a34969f860 PR c++/79369 * g++.dg/cpp1z/nested-namespace-def1.C: Adjust.
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 | 3 +++
gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C | 2 +-
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 master
in repository gcc.
from b8604e18d09 gcc/cp/ PR c++/79369 * cp-tree.h (DECL_NAMESPACE_INLINE_ [...]
new 3927515123a 2017-05-15 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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:
libgfortran/ChangeLog | 20 ++++++++++++++++++++
libgfortran/generated/matmul_c10.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_c16.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_c4.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_c8.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_i1.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_i16.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_i2.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_i4.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_i8.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_r10.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_r16.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_r4.c | 30 +++++++++++++++---------------
libgfortran/generated/matmul_r8.c | 30 +++++++++++++++---------------
libgfortran/m4/matmul_internal.m4 | 6 +++---
15 files changed, 218 insertions(+), 198 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 lldb.
from c9aab1c07 Disable a test in TestReturnValue on arm64 linux
new a6d2a5d53 [TypeSystem] Fix inspection of Objective-C object 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:
.../debugbreak => lang/objc/ptr_refs}/Makefile | 2 +-
.../objc/ptr_refs/TestPtrRefsObjC.py} | 11 +++---
.../lldbsuite/test/lang/objc/ptr_refs/main.m | 39 ++++++++++++++++++++++
source/Symbol/ClangASTContext.cpp | 8 ++---
4 files changed, 50 insertions(+), 10 deletions(-)
copy packages/Python/lldbsuite/test/{functionalities/breakpoint/debugbreak => lang [...]
copy packages/Python/lldbsuite/test/{functionalities/ptr_refs/TestPtrRefs.py => la [...]
create mode 100644 packages/Python/lldbsuite/test/lang/objc/ptr_refs/main.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 cd3977bec35 [NewGVN] Remove unused setDefiningExpr(). NFCI.
new 59b08cd6cdc AArch64: diagnose unrecognized features in .cpu directive.
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/AArch64/AsmParser/AArch64AsmParser.cpp | 19 +++++++++++++++++--
test/MC/AArch64/directive-cpu-err.s | 9 +++++++++
2 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 test/MC/AArch64/directive-cpu-err.s
--
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 f0a3e25eca9 [InstSimplify] restrict icmp fold with 2 sdiv exact operand [...]
new 6d2022f1d3e [InstCombine] restrict icmp fold with 2 sdiv exact operands [...]
new cd3977bec35 [NewGVN] Remove unused setDefiningExpr(). NFCI.
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/Transforms/InstCombine/InstCombineCompares.cpp | 11 +++++++++--
lib/Transforms/Scalar/NewGVN.cpp | 1 -
test/Transforms/InstCombine/icmp.ll | 6 ++++--
3 files changed, 13 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.