This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from dc910a1f7 XUnit Formatter: Handle UTF-8 decode errors on invalid XML
new 7732a192b Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().
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:
packages/Python/lldbsuite/test/lldbtest.py | 12 ++++++++++++
.../test/macosx/add-dsym/TestAddDsymMidExecutionCommand.py | 2 +-
packages/Python/lldbsuite/test/plugins/builder_base.py | 2 +-
.../lldbsuite/test/warnings/uuid/TestAddDsymCommand.py | 8 ++++----
4 files changed, 18 insertions(+), 6 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 7c2d049c5b3 LLParser: add an argument for overriding data layout and do [...]
new ae5d34e5eff [AMDGPU] Clarify ReqdWorkGroupSize and MaxFlatWorkGroupSize [...]
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:
docs/AMDGPUUsage.rst | 49 +++++++++----------------------------------------
1 file changed, 9 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 compiler-rt.
from f95854ec1 [sanitizer] Add interceptors for readlinkat, name_to_handle_a [...]
new 6f72890ad [fuzzer] Update and enable libFuzzer on Fuchsia
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:
cmake/config-ix.cmake | 2 +-
lib/fuzzer/FuzzerUtilFuchsia.cpp | 6 +++---
2 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 gcc.
from 22526660e04 2017-01-30 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 8cce0060894 PR debug/84131 * trans-array.c (gfc_get_descriptor_offset [...]
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 | 6 ++++++
gcc/fortran/trans-array.c | 2 +-
2 files changed, 7 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 6a5184a7b7 Revert "CodeGen: annotate ObjC ARC functions with ABI constraints"
new ac466c944b [analyzer] Extend SuppressInlineDefensiveChecksVisitor to al [...]
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/Core/BugReporterVisitors.cpp | 20 +--
.../Analysis/inlining/false-positive-suppression.c | 4 +-
test/Analysis/plist-macros.cpp | 155 +++++++++++++++------
3 files changed, 120 insertions(+), 59 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 0f933901cfa Fix use of Solaris values-Xc.o (PR target/40411)
new 22526660e04 2017-01-30 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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/array.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/data_implied_do_2.f90 | 8 ++++++++
4 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/data_implied_do_2.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 db459e238ae [Hexagon] Handle truncates in polynomial multiply idiom rec [...]
new 7c2d049c5b3 LLParser: add an argument for overriding data layout and do [...]
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/AsmParser/Parser.h | 16 +++++++---
include/llvm/IRReader/IRReader.h | 9 ++++--
lib/AsmParser/LLParser.cpp | 12 ++------
lib/AsmParser/LLParser.h | 11 +++++--
lib/AsmParser/Parser.cpp | 35 ++++++++++++----------
lib/CodeGen/MIRParser/MIRParser.cpp | 2 +-
lib/IRReader/IRReader.cpp | 13 +++++---
.../datalayout-alloca-addrspace-mismatch-0.ll | 4 ++-
.../datalayout-alloca-addrspace-mismatch-1.ll | 4 ++-
.../datalayout-alloca-addrspace-mismatch-2.ll | 4 ++-
test/Assembler/drop-debug-info-nonzero-alloca.ll | 25 ++++++++++++++++
test/CodeGen/AMDGPU/alloca.ll | 12 ++++++++
test/CodeGen/AMDGPU/fence-barrier.ll | 35 +++++++++++-----------
test/CodeGen/AMDGPU/invalid-alloca.ll | 16 ++++++++++
test/CodeGen/AMDGPU/sched-crash-dbg-value.mir | 26 ++++++++--------
tools/llc/llc.cpp | 23 ++++++++------
tools/llvm-as/llvm-as.cpp | 9 ++++--
tools/opt/opt.cpp | 12 ++++----
18 files changed, 179 insertions(+), 89 deletions(-)
create mode 100644 test/Assembler/drop-debug-info-nonzero-alloca.ll
create mode 100644 test/CodeGen/AMDGPU/alloca.ll
create mode 100644 test/CodeGen/AMDGPU/invalid-alloca.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 compiler-rt.
from 7f6dcb2e6 [libFuzzer] Fix sizeof(ptr) bug.
new f95854ec1 [sanitizer] Add interceptors for readlinkat, name_to_handle_a [...]
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/msan/msan_interceptors.cc | 10 ---
lib/msan/tests/msan_test.cc | 7 ++
.../sanitizer_common_interceptors.inc | 97 ++++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 6 ++
.../sanitizer_platform_limits_posix.h | 6 ++
test/msan/Linux/name_to_handle_at.cc | 28 +++++++
.../TestCases/Linux/name_to_handle_at.cc | 20 +++++
test/sanitizer_common/TestCases/Linux/readlinkat.c | 25 ++++++
test/sanitizer_common/TestCases/Posix/readlink.c | 32 +++++++
9 files changed, 221 insertions(+), 10 deletions(-)
create mode 100644 test/msan/Linux/name_to_handle_at.cc
create mode 100644 test/sanitizer_common/TestCases/Linux/name_to_handle_at.cc
create mode 100644 test/sanitizer_common/TestCases/Linux/readlinkat.c
create mode 100644 test/sanitizer_common/TestCases/Posix/readlink.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 llvm.
from 3497821514e [X86] Remove redundant check for hasAVX512 before calling h [...]
new db459e238ae [Hexagon] Handle truncates in polynomial multiply idiom rec [...]
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/Hexagon/HexagonLoopIdiomRecognition.cpp | 82 ++++++++++++++++++----
1 file changed, 70 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 master
in repository llvm.
from 6e998edf16d Turn two static functions into methods, to simplify calling them.
new 3497821514e [X86] Remove redundant check for hasAVX512 before calling h [...]
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/X86/X86ISelLowering.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.