This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f4a19cd [ELF] Accept --soname= (two dashes).
new 7950094 ELF/AMDGPU: Add support for R_AMDGPU_REL32 relocations
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/Target.cpp | 11 +++++------
test/ELF/amdgpu-relocs.s | 18 ++++++++++++++++++
2 files changed, 23 insertions(+), 6 deletions(-)
create mode 100644 test/ELF/amdgpu-relocs.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 clang.
from c22cde5 [OpenMP] Add the nowait clause to target update construct.
new 5a7e51b [OpenCL] Include opencl-c.h by default as a clang module
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/clang/Basic/LangOptions.def | 2 +-
include/clang/Driver/CC1Options.td | 2 +
include/clang/Frontend/CompilerInvocation.h | 3 +-
lib/Frontend/CompilerInvocation.cpp | 13 +++++-
lib/Headers/module.modulemap | 5 ++
test/Headers/opencl-c-header.cl | 71 ++++++++++++++++++++++++++---
6 files changed, 85 insertions(+), 11 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 binutils-gdb.
from a8ecc9f Add support for MIPS .rld_map section.
new 8474a88 gold/x86: Handle output without PLT
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:
gold/ChangeLog | 9 +++++++++
gold/i386.cc | 4 ++++
gold/x86_64.cc | 4 ++++
3 files changed, 17 insertions(+)
--
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 2e5530a clang-format: [Proto] Don't do bad things if imports are missing ;.
new c22cde5 [OpenMP] Add the nowait clause to target update construct.
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/clang/Basic/OpenMPKinds.def | 1 +
test/OpenMP/target_update_ast_print.cpp | 22 +++++++++++-----------
test/OpenMP/target_update_nowait_messages.cpp | 17 +++++++++++++++++
3 files changed, 29 insertions(+), 11 deletions(-)
create mode 100644 test/OpenMP/target_update_nowait_messages.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 llvm.
from 1408d40 Add a isPositionIndependent helper to ARMFastISel. NFC.
new d158fa7 InstCombine: Don't strip convergent from intrinsic callsites
new 4c758ff [MemorySSA] Clean up unit tests a tiny bit. 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/Transforms/InstCombine/InstCombineCalls.cpp | 3 ++-
test/Transforms/InstCombine/convergent.ll | 11 +++++++++++
unittests/Transforms/Utils/MemorySSA.cpp | 8 ++++----
3 files changed, 17 insertions(+), 5 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 binutils-gdb.
from 7dc3990 Use the IR symbol table for the IR input object
new f5b1175 Add support for Mips32r6 and Mips64r6.
new beceef5 Add unaligned check for R_MIPS_PC16.
new a8ecc9f Add support for MIPS .rld_map section.
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:
elfcpp/ChangeLog | 11 ++
elfcpp/elfcpp.h | 2 +
elfcpp/mips.h | 14 ++
gold/ChangeLog | 60 ++++++++
gold/mips.cc | 408 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
gold/output.cc | 21 +++
gold/output.h | 4 +
7 files changed, 505 insertions(+), 15 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 a40b4b6 2016-06-20 Tobias Burnus <burnus(a)net-b.de>
new 03129cc PR target/71559 * config/i386/i386.c (ix86_fp_cmp_code_to_p [...]
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 | 7 +++
gcc/config/i386/i386.c | 26 +++++++--
gcc/testsuite/ChangeLog | 7 +++
gcc/testsuite/gcc.target/i386/avx-pr71559.c | 8 +++
gcc/testsuite/gcc.target/i386/avx512f-pr71559.c | 8 +++
gcc/testsuite/gcc.target/i386/sse2-pr71559.c | 73 +++++++++++++++++++++++++
6 files changed, 124 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx-pr71559.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-pr71559.c
create mode 100644 gcc/testsuite/gcc.target/i386/sse2-pr71559.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 889cd9b [InstCombine] consolidate some icmp+logic tests and improve checks
new 1408d40 Add a isPositionIndependent helper to ARMFastISel. 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:
lib/Target/ARM/ARMFastISel.cpp | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 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 cefb674 [InstCombine] update to use FileCheck with autogenerated exac [...]
new 17f22f9 AMDGPU: Fold more custom nodes to undef
new b2902b2 AMDGPU: Preserve undef flag on vcc when shrinking v_cndmask_b32
new 4cf102d [Kaleidoscope][BuildingAJIT] Fix a punctuation mistake in Chapter 2.
new 6c2d562 [Kaleidoscope][BuildingAJIT] Remove some superfluous commas i [...]
new 8ff4f4a [AArch64] Adjust the loop buffer size for Exynos M1 (NFC)
new 889cd9b [InstCombine] consolidate some icmp+logic tests and improve checks
The 6 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/tutorial/BuildingAJIT2.rst | 6 +--
include/llvm/IR/IntrinsicsAMDGPU.td | 5 ++
lib/Target/AArch64/AArch64SchedM1.td | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 51 ++++++++++++++++-----
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 29 ++++++------
test/CodeGen/AMDGPU/cndmask-no-def-vcc.ll | 31 ++++++++++++-
test/CodeGen/AMDGPU/llvm.amdgcn.class.ll | 14 +++++-
test/CodeGen/AMDGPU/llvm.amdgcn.fract.ll | 10 ++++
test/CodeGen/AMDGPU/llvm.amdgcn.ldexp.ll | 10 +++-
test/CodeGen/AMDGPU/llvm.amdgcn.rcp.ll | 14 ++++--
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll | 8 ++++
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.legacy.ll | 39 ++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.ll | 10 +++-
test/CodeGen/AMDGPU/vi-removed-intrinsics.ll | 24 ++++++++++
test/Transforms/InstCombine/2007-01-27-AndICmp.ll | 8 ----
.../Transforms/InstCombine/2007-11-22-IcmpCrash.ll | 29 ------------
test/Transforms/InstCombine/2008-07-08-AndICmp.ll | 10 ----
test/Transforms/InstCombine/and-or-icmps.ll | 53 ++++++++++++++++++++++
18 files changed, 268 insertions(+), 85 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.rsq.legacy.ll
create mode 100644 test/CodeGen/AMDGPU/vi-removed-intrinsics.ll
delete mode 100644 test/Transforms/InstCombine/2007-01-27-AndICmp.ll
delete mode 100644 test/Transforms/InstCombine/2007-11-22-IcmpCrash.ll
delete mode 100644 test/Transforms/InstCombine/2008-07-08-AndICmp.ll
create mode 100644 test/Transforms/InstCombine/and-or-icmps.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 gcc.
from ecbea05 C++ FE: Show both locations in string literal concatenation error
new a40b4b6 2016-06-20 Tobias Burnus <burnus(a)net-b.de>
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-expr.c | 10 ++---
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/pointer_remapping_10.f90 | 46 ++++++++++++++++++++++
4 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pointer_remapping_10.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.