This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 88f7810 [AMDGPU] Split -amdgpu-early-inline-all option
new e4c5b69 Add support for -fno-builtin to LTO and ThinLTO to libLTO
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/LTO/legacy/LTOCodeGenerator.h | 5 +++
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 8 +++++
lib/LTO/LTOCodeGenerator.cpp | 2 ++
lib/LTO/ThinLTOCodeGenerator.cpp | 17 ++++++----
test/ThinLTO/X86/tli-nobuiltin.ll | 46 ++++++++++++++++++++++++++
tools/llvm-lto/llvm-lto.cpp | 6 ++++
tools/lto/lto.cpp | 12 +++++--
7 files changed, 86 insertions(+), 10 deletions(-)
create mode 100644 test/ThinLTO/X86/tli-nobuiltin.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 binutils-gdb.
from 081c108 Automatic date update in version.in
new 296ec4f arc: Align internal regnums with architectural regnums
new 3be78af arc: Add "maintenance print arc" command prefix
new eea7875 arc: Add disassembler helper
new fe5f737 arc: Add prologue analysis
The 4 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:
gdb/ChangeLog | 44 +
gdb/NEWS | 3 +
gdb/arc-tdep.c | 852 ++++++++++++++++++-
gdb/arc-tdep.h | 41 +
gdb/doc/ChangeLog | 8 +
gdb/doc/gdb.texinfo | 7 +-
gdb/testsuite/ChangeLog | 10 +
gdb/testsuite/gdb.arch/arc-analyze-prologue.S | 903 ++++++++++++++++++++
gdb/testsuite/gdb.arch/arc-analyze-prologue.exp | 201 +++++
gdb/testsuite/gdb.arch/arc-decode-insn.S | 1002 +++++++++++++++++++++++
gdb/testsuite/gdb.arch/arc-decode-insn.exp | 132 +++
11 files changed, 3177 insertions(+), 26 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/arc-analyze-prologue.S
create mode 100644 gdb/testsuite/gdb.arch/arc-analyze-prologue.exp
create mode 100644 gdb/testsuite/gdb.arch/arc-decode-insn.S
create mode 100644 gdb/testsuite/gdb.arch/arc-decode-insn.exp
--
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 e26bd3af [x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
new 88f7810 [AMDGPU] Split -amdgpu-early-inline-all option
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/AMDGPUTargetMachine.cpp | 16 +++++++++++++---
test/CodeGen/AMDGPU/early-inline.ll | 2 +-
2 files changed, 14 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 lld.
from 3d503e6 Sort.
new 99df1cd Do not set entsize for .gnu.hash.
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:
ELF/SyntheticSections.cpp | 4 +---
test/ELF/gnu-hash-table.s | 2 +-
2 files changed, 2 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 llvm.
from 13bfce6 Revert "Dont emit Mapping symbols for sections that contain o [...]
new e26bd3af [x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality
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/SelectionDAG/SelectionDAGBuilder.cpp | 16 +++----
lib/Target/X86/X86ISelLowering.cpp | 6 ++-
test/CodeGen/X86/memcmp.ll | 58 ++++++++++++++++--------
3 files changed, 52 insertions(+), 28 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 259bcf2 2017-03-28 Janus Weil <janus(a)gcc.gnu.org>
new 1b57630 OpenMP/PTX privatization in SIMD regions
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 | 48 ++++++++++++
gcc/config/nvptx/nvptx-protos.h | 2 +
gcc/config/nvptx/nvptx.c | 163 +++++++++++++++++++++++++++++++++++-----
gcc/config/nvptx/nvptx.h | 6 ++
gcc/config/nvptx/nvptx.md | 39 ++++++++++
gcc/config/nvptx/nvptx.opt | 4 +
gcc/internal-fn.c | 42 +++++++++++
gcc/internal-fn.def | 3 +
gcc/omp-low.c | 133 +++++++++++++++++++++++---------
gcc/omp-offload.c | 114 ++++++++++++++++++++++++++++
gcc/target-insns.def | 2 +
gcc/tree-inline.c | 61 +++++++++++++--
gcc/tree-inline.h | 4 +
gcc/tree-ssa.c | 15 +++-
14 files changed, 573 insertions(+), 63 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-6-branch
in repository gcc.
from 356b0db Backport "Support for Ada on aarch64 with -mabi=ilp32" from trunk
new 32a8a94 Ensure <experimental/iterator> includes <iterator>
new a3f178c PR libstdc++/62045 fix O(N) insertion in pd_ds binary heap
new 2391bb9 PR libstdc++/80137 use std::nextafter instead of looping
The 3 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:
libstdc++-v3/ChangeLog | 37 ++++++++++++++++++++++
libstdc++-v3/include/bits/random.tcc | 25 +++++++++------
libstdc++-v3/include/experimental/iterator | 5 ++-
.../ext/pb_ds/detail/binary_heap_/binary_heap_.hpp | 21 ++----------
.../pb_ds/detail/binary_heap_/insert_fn_imps.hpp | 1 -
.../uniform_real_distribution/operators/64351.cc | 16 +++++++---
.../experimental/iterator/requirements.cc | 12 ++++++-
.../priority_queue_binary_heap-62045.cc} | 32 +++++++++++++------
.../ext/pb_ds/regression/priority_queues.cc | 2 +-
9 files changed, 103 insertions(+), 48 deletions(-)
copy libstdc++-v3/testsuite/{20_util/duration/literals/61166.cc => ext/pb_ds/regre [...]
--
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 0a6c80a Add reproducer test for pr32449. NFC.
new f92edff [SDAG] Deal with deleted node in PromoteIntShiftOp
new 13bfce6 Revert "Dont emit Mapping symbols for sections that contain o [...]
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/MC/MCELFStreamer.h | 1 -
include/llvm/MC/MCObjectStreamer.h | 1 -
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 16 +++--
lib/MC/MCELFStreamer.cpp | 10 ----
lib/MC/MCObjectStreamer.cpp | 18 ++----
lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp | 82 +++++---------------------
test/CodeGen/X86/pr32420.ll | 36 +++++++++++
test/MC/ARM/Inputs/1.s | 3 -
test/MC/ARM/Inputs/2.s | 3 -
test/MC/ARM/Inputs/3.s | 3 -
test/MC/ARM/Inputs/4.s | 2 -
test/MC/ARM/Inputs/5.s | 2 -
test/MC/ARM/Inputs/6.s | 12 ----
test/MC/ARM/Inputs/7.s | 3 -
test/MC/ARM/Inputs/attr.s | 5 --
test/MC/ARM/Inputs/ident.s | 1 -
test/MC/ARM/data-in-code.ll | 17 ++++++
test/MC/ARM/mappingsymbols.s | 48 ---------------
test/MC/ARM/multi-section-mapping.s | 1 +
test/Object/ARM/nm-mapping-symbol.s | 1 -
20 files changed, 83 insertions(+), 182 deletions(-)
create mode 100644 test/CodeGen/X86/pr32420.ll
delete mode 100644 test/MC/ARM/Inputs/1.s
delete mode 100644 test/MC/ARM/Inputs/2.s
delete mode 100644 test/MC/ARM/Inputs/3.s
delete mode 100644 test/MC/ARM/Inputs/4.s
delete mode 100644 test/MC/ARM/Inputs/5.s
delete mode 100644 test/MC/ARM/Inputs/6.s
delete mode 100644 test/MC/ARM/Inputs/7.s
delete mode 100644 test/MC/ARM/Inputs/attr.s
delete mode 100644 test/MC/ARM/Inputs/ident.s
delete mode 100644 test/MC/ARM/mappingsymbols.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 gcc.
from 611ce49 PR libstdc++/80137 use std::nextafter instead of looping
new ad24c8d PR target/53383 * config/i386/i386.c (ix86_option_override_ [...]
new e8ae432 * ChangeLog: Fix my ChangeLog entry.
new 259bcf2 2017-03-28 Janus Weil <janus(a)gcc.gnu.org>
The 3 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 | 9 ++++-
gcc/config/i386/i386.c | 5 +--
gcc/fortran/ChangeLog | 6 +++
gcc/fortran/trans-io.c | 59 +++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 13 +++++++
gcc/testsuite/gcc.target/i386/pr53383-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr53383-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr53383-3.c | 2 +-
gcc/testsuite/gfortran.dg/dtio_25.f90 | 22 +++++++++--
gcc/testsuite/gfortran.dg/dtio_27.f90 | 65 +++++++++++++++++++++++++++++++
libgfortran/ChangeLog | 5 +++
libgfortran/io/write.c | 28 ++++++++-----
12 files changed, 183 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_27.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 ee18eb9 [AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/ [...]
new a4ee850 [X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW
new 0a6c80a Add reproducer test for pr32449. NFC.
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/Target/X86/X86ISelLowering.cpp | 75 ++++++++++++++--------
.../CodeGen/X86/clear_upper_vector_element_bits.ll | 5 +-
test/CodeGen/X86/shuffle-of-splat-multiuses.ll | 44 +++++++++++++
test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 7 +-
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 12 ++--
5 files changed, 103 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/X86/shuffle-of-splat-multiuses.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.