This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 49b5e6b [RISCV] Add RISC-V ELF defines
new 8687a64 [RISCV] Add missing RISCV.def
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/Support/ELFRelocs/RISCV.def | 50 ++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 include/llvm/Support/ELFRelocs/RISCV.def
--
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 013296d * tree.h (BLOCK_IN_COLD_SECTION_P): Define. * final.c (fina [...]
new 07abb90 xtensa: Fix PR target/78118
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 | 24 ++++++++++++
gcc/config/xtensa/xtensa-protos.h | 1 +
gcc/config/xtensa/xtensa.c | 82 ++++++++++++++++++++++++---------------
gcc/config/xtensa/xtensa.h | 6 +--
gcc/config/xtensa/xtensa.md | 2 +-
5 files changed, 79 insertions(+), 36 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 404c9d5 [RISCV] Recognise riscv32 and riscv64 in triple parsing code
new 49b5e6b [RISCV] Add RISC-V ELF defines
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/Object/ELFObjectFile.h | 13 +++++++++++++
include/llvm/Support/ELF.h | 6 ++++++
lib/Object/ELF.cpp | 7 +++++++
lib/ObjectYAML/ELFYAML.cpp | 4 ++++
tools/llvm-objdump/llvm-objdump.cpp | 1 +
tools/llvm-readobj/ELFDumper.cpp | 1 +
6 files changed, 32 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 gcc.
from 0ab5650 * hashtab.h: Use standard GPLv3 with runtime exception boil [...]
new 013296d * tree.h (BLOCK_IN_COLD_SECTION_P): Define. * final.c (fina [...]
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 | 56 ++++++++--
gcc/dwarf2out.c | 333 +++++++++++++++++++++++++++++++++++++++++++++++++-------
gcc/final.c | 3 +
gcc/tree.h | 4 +
4 files changed, 348 insertions(+), 48 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 eee7c89 [InstCombine] move/fix tests for adjusted min/max
new 404c9d5 [RISCV] Recognise riscv32 and riscv64 in triple parsing code
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/ADT/Triple.h | 2 ++
lib/Support/Triple.cpp | 21 +++++++++++++++++++++
unittests/ADT/TripleTest.cpp | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 59 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 llvm.
from d6c57ac This is a 1 character fix for an ARM build attribute test (r2 [...]
new 2b70009 AMDGPU: Implement expansion of f16 = FP_TO_FP16 f64
new 5a675ff [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
new eee7c89 [InstCombine] move/fix tests for adjusted min/max
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:
include/llvm/MC/MCParser/MCTargetAsmParser.h | 6 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 24 ++---
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 98 ++++++++++++++++++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 44 ++++-----
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 40 ++++-----
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 2 +-
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 4 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 20 ++---
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 8 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 10 +--
test/CodeGen/AMDGPU/fptrunc.ll | 46 ++++++----
test/CodeGen/AMDGPU/trunc-store-f64-to-f16.ll | 3 +-
test/Transforms/InstCombine/adjust-for-minmax.ll | 104 ++++++++++++++++++++++
test/Transforms/InstCombine/select.ll | 104 ----------------------
utils/TableGen/AsmMatcherEmitter.cpp | 11 +--
16 files changed, 317 insertions(+), 208 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 d28d2da 2016-11-01 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 0ab5650 * hashtab.h: Use standard GPLv3 with runtime exception boil [...]
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:
libgomp/ChangeLog | 5 +++++
libgomp/hashtab.h | 34 +++++++++++++++++++++-------------
2 files changed, 26 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 gcc.
from a5f9f7f Mark fallthrough cases with gcc_fallthrough.
new d28d2da 2016-11-01 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 | 6 ++++++
gcc/fortran/match.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/where_5.f90 | 15 +++++++++++++++
4 files changed, 30 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/where_5.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 openmp.
from ae791ee Add more conditions to check whether task waiting is necessar [...]
new bbdd8b3 Fixed problem introduced by part of https://reviews.llvm.org/D21196.
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:
runtime/src/kmp_tasking.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.