This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e16a4c10b65 AMDGPU: Fold inline offset for loads properly in moveToVALU [...]
new 1698c0e2bfc [GlobalOpt] Fix exponential compile-time with selects.
new 2df7962ff46 [Hexagon] Handle SETCC on vector pairs in lowering
new 8e8c64faa1f [Hexagon] Handle ANY_EXTEND_VECTOR_INREG in lowering
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:
lib/Target/Hexagon/HexagonISelLowering.cpp | 7 +++++
lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 14 +++++++++-
lib/Transforms/Utils/GlobalStatus.cpp | 33 +++++++++++------------
test/CodeGen/Hexagon/autohvx/isel-anyext-inreg.ll | 20 ++++++++++++++
test/CodeGen/Hexagon/autohvx/isel-setcc-pair.ll | 29 ++++++++++++++++++++
5 files changed, 85 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-anyext-inreg.ll
create mode 100644 test/CodeGen/Hexagon/autohvx/isel-setcc-pair.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 07e5f5cf88 Fix for prologue processing on PowerPC
new f000c2b940 Fix testsuite/ld-elf/pr21964-5.c
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:
ld/ChangeLog | 4 ++++
ld/testsuite/ld-elf/pr21964-5.c | 2 +-
2 files changed, 5 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 9ad8f8fc1b5 2018-01-31 Paul Thomas <pault(a)gcc.gnu.org>
new d7d265dbfd3 PR c++/83993 * constexpr.c (diag_array_subscript): Emit d [...]
new 1d29f4ea088 PR c++/83993 * constexpr.c (cxx_eval_outermost_constant_e [...]
new c0655a3ec04 PR fortran/84116 * openmp.c (gfc_match_omp_clauses): If a [...]
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/cp/ChangeLog | 16 ++++++++++
gcc/cp/constexpr.c | 35 ++++++++++++++++-----
gcc/fortran/ChangeLog | 7 +++++
gcc/fortran/openmp.c | 8 ++---
gcc/testsuite/ChangeLog | 12 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr83993.C | 49 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/init/pr83993-1.C | 11 +++++++
gcc/testsuite/g++.dg/init/pr83993-2.C | 14 +++++++++
gcc/testsuite/gfortran.dg/gomp/pr84116.f90 | 12 ++++++++
9 files changed, 152 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr83993.C
create mode 100644 gcc/testsuite/g++.dg/init/pr83993-1.C
create mode 100644 gcc/testsuite/g++.dg/init/pr83993-2.C
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr84116.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 gcc.
from 7ffa162100c Use gfc_charlen_t instead of int in gfc_conv_string_init
new f019c055d82 2018-01-31 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 9ad8f8fc1b5 2018-01-31 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 | 14 +++++++++++++-
gcc/fortran/dump-parse-tree.c | 2 +-
gcc/fortran/trans-expr.c | 6 ++----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr84088.f90 | 19 +++++++++++++++++++
5 files changed, 40 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr84088.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 bfa1dc6a7ad [WebAssembly] MC: Remove unused code for handling of wasm globals
new 111980697bf [MachineOutliner] Freeze registers in new functions
new 097b607c720 [SeparateConstOffsetFromGEP] Preserve metadata when splitting GEPs
new 45ce427076d AMDGPU: Add intrinsics llvm.amdgcn.cvt.{pknorm.i16, pknorm. [...]
new e16a4c10b65 AMDGPU: Fold inline offset for loads properly in moveToVALU [...]
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 20 +++
lib/CodeGen/MachineOutliner.cpp | 2 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 4 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 8 +
lib/Target/AMDGPU/SIISelLowering.cpp | 50 ++++++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 53 ++++---
lib/Target/AMDGPU/VOP2Instructions.td | 8 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 12 ++
.../Scalar/SeparateConstOffsetFromGEP.cpp | 2 +
test/CodeGen/AArch64/machine-outliner.mir | 2 +-
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.i16.ll | 84 +++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.u16.ll | 84 +++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.i16.ll | 164 +++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.u16.ll | 164 +++++++++++++++++++++
test/CodeGen/AMDGPU/smrd.ll | 18 +--
.../InstCombine/AMDGPU/amdgcn-intrinsics.ll | 108 ++++++++++++++
...split-gep-and-gvn-addrspace-addressing-modes.ll | 45 ++++++
18 files changed, 786 insertions(+), 46 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.i16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pk.u16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.i16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.cvt.pknorm.u16.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 libcxxabi.
from 8a7e157 [cmake] [libcxxabi] LLVM_FOUND isn't always set, so just test [...]
new 761e6b0 [demangler] Improve variadic template support
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:
src/cxa_demangle.cpp | 961 ++++++++++++++++++++++++----------------
test/test_demangle.pass.cpp | 10 +-
test/unittest_demangle.pass.cpp | 38 --
3 files changed, 593 insertions(+), 416 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 15c4170060 Clarify that optimization levels -O2 and above are recommend [...]
new 5762b182a1 [clang-format] Align preprocessor comments with #
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/Format/TokenAnnotator.cpp | 21 +++++----
unittests/Format/FormatTest.cpp | 94 ++++++++++++++++++++++++++++++++++-------
2 files changed, 91 insertions(+), 24 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 58528fe1742 [WebAssembly] MC: Resolve aliases when creating provisional [...]
new bfa1dc6a7ad [WebAssembly] MC: Remove unused code for handling of wasm globals
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/BinaryFormat/Wasm.h | 10 ++-
include/llvm/Object/Wasm.h | 13 +++-
lib/MC/WasmObjectWriter.cpp | 88 +++-------------------
lib/Object/WasmObjectFile.cpp | 8 +-
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 51 -------------
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 5 --
tools/obj2yaml/wasm2yaml.cpp | 4 +-
7 files changed, 31 insertions(+), 148 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 317550fcfa [WebAssembly] Don't pass -ffunction-section/-fdata-sections
new 15c4170060 Clarify that optimization levels -O2 and above are recommend [...]
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/UsersManual.rst | 3 ++-
1 file changed, 2 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 lld.
from e851db8fd [PDB] Fix test failures due to expected warning not matching [...]
new 82b03a693 [WebAssembly] Update to match llvm change rL323901. 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:
wasm/InputFiles.cpp | 6 +++---
wasm/Writer.cpp | 4 ++--
wasm/WriterUtils.cpp | 11 +++++++----
wasm/WriterUtils.h | 2 ++
4 files changed, 14 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.