This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d2a1bdb6896 Add effective target signal
new 690e30468ed 2017-06-10 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 | 7 +++++++
gcc/fortran/frontend-passes.c | 11 ++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/implied_do_io_3.f90 | 27 +++++++++++++++++++++++++++
4 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_3.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 c4d4524f232 Added llvm_unreachable as ReportError cannot be specified a [...]
new 04f04da96cc Added llvm_unreachable to address warning: this statement m [...]
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:
tools/llvm-stress/llvm-stress.cpp | 3 +++
1 file changed, 3 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 lld.
from a622137cf Relax the overflow checking of R_386_PC16.
new 30e5c66c4 Added LLVM_FALLTHROUGH to address warning: this statement may [...]
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/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 044e64c53b2 Added dependency on the TableGen executable file.
new c4d4524f232 Added llvm_unreachable as ReportError cannot be specified 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/DebugInfo/DWARF/DWARFDebugFrame.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 309f3a963a9 [IR] Remove stale comment from HungoffOperandTraits. NFC
new 044e64c53b2 Added dependency on the TableGen executable file.
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/modules/TableGen.cmake | 50 ++++++++++++++++++++++++++++++++------------
1 file changed, 37 insertions(+), 13 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 2d0aa2e9ba0 AMDGPU : Fix ISA Version Definitions.
new 95270b9920a [IR] Remove unnecessary override of operator new in Extract [...]
new fb0cb71701c [IR] Put a comment back on a function it belongs to. NFC
new b73a9334a3a [IR] Delete operator new(size_t, unsigned) for ShuffleVecto [...]
new 309f3a963a9 [IR] Remove stale comment from HungoffOperandTraits. NFC
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/Instructions.h | 7 +++----
include/llvm/IR/OperandTraits.h | 3 ---
2 files changed, 3 insertions(+), 7 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 b8e9164d09d [InstSimplify] Don't constant fold or DCE calls that are ma [...]
new 2d0aa2e9ba0 AMDGPU : Fix ISA Version Definitions.
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/AMDGPU.td | 33 ++++++++++++-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 7 ++-
lib/Target/AMDGPU/Processors.td | 75 ++++++++++++++++++++----------
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 11 +++++
test/CodeGen/AMDGPU/hsa-note-no-func.ll | 13 ++++++
test/MC/AMDGPU/sym_option.s | 4 +-
6 files changed, 114 insertions(+), 29 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 libcxx.
from 76836caa7 [libcxx] [test] Update locale names for Windows.
new fb97c4408 Implement the non-parallel versions of exclusive_scan and tra [...]
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/numeric | 71 ++++++++++
.../exclusive_scan_iter_iter_iter.pass.cpp | 97 +++++++++++++
.../exclusive_scan_iter_iter_iter_init_op.pass.cpp | 87 ++++++++++++
...usive_scan_iter_iter_iter_init_bop_uop.pass.cpp | 154 +++++++++++++++++++++
4 files changed, 409 insertions(+)
create mode 100644 test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_ite [...]
create mode 100644 test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_ite [...]
create mode 100644 test/std/numerics/numeric.ops/transform.exclusive.scan/transfor [...]
--
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 6fa8ace2a [ICF] Ignore SHF_GROUP flag when comparing two sections.
new a622137cf Relax the overflow checking of R_386_PC16.
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 | 12 +++++++++++-
test/ELF/i386-reloc-large-addend.s | 15 +++++++++++++++
test/ELF/i386-reloc-range.s | 8 ++++----
3 files changed, 30 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/i386-reloc-large-addend.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.