This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c7ea0c36fe0 [Reassociation] regenerate test checks; NFC
new fbb029c5bbf [arm] Fix Unnecessary reloads from GOT.
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/ARM/ARMExpandPseudoInsts.cpp | 5 +++-
lib/Target/ARM/ARMISelLowering.cpp | 24 +++--------------
lib/Target/ARM/ARMInstrInfo.td | 16 +++++++-----
lib/Target/ARM/ARMInstrThumb.td | 4 +--
lib/Target/ARM/ARMInstrThumb2.td | 4 +--
lib/Target/ARM/ARMInstructionSelector.cpp | 6 ++++-
lib/Target/ARM/ARMSubtarget.cpp | 8 +++---
lib/Target/ARM/ARMSubtarget.h | 9 ++++++-
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 5 +++-
.../ARM/GlobalISel/arm-select-globals-pic.mir | 4 +--
test/CodeGen/ARM/load-global2.ll | 30 ++++++++++++++++++++++
test/CodeGen/Thumb2/v8_IT_3.ll | 6 ++++-
12 files changed, 78 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/ARM/load-global2.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 82cd00ab0 [sanitizer] Update scudo to use new API
new 98ddb4f62 [tsan] Fix signal chaining
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/tsan/rtl/tsan_interceptors.cc | 11 +++++++++--
test/sanitizer_common/TestCases/Linux/allow_user_segv.cc | 4 ----
2 files changed, 9 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 gcc-7-branch
in repository gcc.
from a5c77ce247d Introduce logical_type_node and use it
new 11826b0470d 2017-11-13 Paul Thomas <pault(a)gcc.gnu.org>
new 12edf4d4f69 2017-11-13 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 18 ++++++++++++++
gcc/fortran/check.c | 19 ++++++++++-----
gcc/fortran/trans-stmt.c | 5 ++--
gcc/testsuite/ChangeLog | 12 ++++++++++
.../gfortran.dg/allocate_assumed_charlen_1.f90 | 28 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr78619.f90 | 21 ++++++++++++++++
6 files changed, 95 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/allocate_assumed_charlen_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr78619.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 compiler-rt.
from 496a3c658 [tsan] Deadly signal handler for tsan
new 82cd00ab0 [sanitizer] Update scudo to use new API
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/sanitizer_common/sanitizer_fuchsia.cc | 4 ++
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 4 ++
lib/sanitizer_common/sanitizer_win.cc | 4 ++
lib/scudo/scudo_allocator_secondary.h | 65 +++++++++++++------------
4 files changed, 45 insertions(+), 32 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 a09c0c9d0 Fix netbsd, freebsd and osx builds for ArchSpec move
new 0874c3d8a Reformat a comment. 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/lldb/lldb-private-defines.h | 3 +--
1 file changed, 1 insertion(+), 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 gcc.
from f9afdf2410c gcc/ChangeLog:
new 86136db8efd Implement __VA_OPT__
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/ChangeLog | 4 +
gcc/doc/cpp.texi | 46 ++++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/c-c++-common/cpp/va-opt-error.c | 28 ++++
gcc/testsuite/c-c++-common/cpp/va-opt-pedantic.c | 5 +
gcc/testsuite/c-c++-common/cpp/va-opt.c | 42 ++++++
libcpp/ChangeLog | 19 +++
libcpp/identifiers.c | 2 +
libcpp/include/cpplib.h | 3 +
libcpp/init.c | 44 +++---
libcpp/internal.h | 3 +-
libcpp/lex.c | 30 ++++
libcpp/macro.c | 170 ++++++++++++++++++++++-
libcpp/pch.c | 1 +
14 files changed, 369 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-error.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt-pedantic.c
create mode 100644 gcc/testsuite/c-c++-common/cpp/va-opt.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 gcc-7-branch
in repository gcc.
from 2dec57182c4 Use -xbrace_comment=no with recent Solaris/x86 as
new a5c77ce247d Introduce logical_type_node and use it
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 | 123 ++++++++++
gcc/fortran/convert.c | 22 +-
gcc/fortran/trans-array.c | 144 +++++------
gcc/fortran/trans-decl.c | 16 +-
gcc/fortran/trans-expr.c | 82 +++----
gcc/fortran/trans-intrinsic.c | 268 ++++++++++-----------
gcc/fortran/trans-io.c | 12 +-
gcc/fortran/trans-openmp.c | 26 +-
gcc/fortran/trans-stmt.c | 58 ++---
gcc/fortran/trans-types.c | 12 +-
gcc/fortran/trans-types.h | 14 ++
gcc/fortran/trans.c | 50 ++--
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gfortran.dg/logical_temp_io.f90 | 13 +
.../gfortran.dg/logical_temp_io_kind8.f90 | 14 ++
15 files changed, 523 insertions(+), 337 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io.f90
create mode 100644 gcc/testsuite/gfortran.dg/logical_temp_io_kind8.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 compiler-rt.
from a0f1af87f [PowerPC][tsan] Update tsan to handle changed memory layouts [...]
new d86f34162 [sanitizer] Relax stack check
new 496a3c658 [tsan] Deadly signal handler for tsan
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/tsan/rtl/tsan_interceptors.cc | 37 ++++++++++------------
lib/tsan/rtl/tsan_rtl.cc | 16 ++++++++++
test/sanitizer_common/TestCases/Linux/assert.cc | 5 +--
test/sanitizer_common/TestCases/Linux/ill.cc | 3 --
.../TestCases/Posix/dedup_token_length_test.cc | 2 --
.../TestCases/Posix/dump_instruction_bytes.cc | 2 --
test/sanitizer_common/TestCases/Posix/fpe.cc | 3 --
.../Posix/sanitizer_set_report_fd_test.cc | 2 --
8 files changed, 33 insertions(+), 37 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 7983d3bb323 Fix clang -Wsometimes-uninitialized warning in SCEV code
new c7ea0c36fe0 [Reassociation] regenerate test checks; 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:
.../Reassociate/fast-ReassociateVector.ll | 109 +++++++++++----------
1 file changed, 55 insertions(+), 54 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 lnt.
from fd92764 docs: Slightly improve custom schema documentation
new 1d37c30 Allow submissions without start_time/end_time field.
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/importing_data.rst | 6 +++---
lnt/testing/__init__.py | 35 +++++++++++++++++++++++++++++------
lnt/util/ImportData.py | 8 +++++++-
tests/lnttool/Inputs/minimal.json | 5 +++++
tests/lnttool/checkformat.shtest | 6 ++++++
tests/lnttool/submit.shtest | 21 ++++++++++++++++++---
6 files changed, 68 insertions(+), 13 deletions(-)
create mode 100644 tests/lnttool/Inputs/minimal.json
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.