This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from cf894f6d5 Do not print out removed ICF sections for -verbose.
new aaa080111 Make a lambda a static function to make the ICF main function [...]
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/ICF.cpp | 20 +++++++++-----------
1 file changed, 9 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 gcc.
from cdabf115643 2018-02-09 Sebastian Perta <sebastian.perta(a)renesas.com>
new 4183b672c39 PR lto/84212 - -Wno-* does not disable warnings from -flto [...]
new 00b9719c191 * gcc.target/powerpc/builtins-1-be.c <vclzb>: Rename dupli [...]
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/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c.opt | 24 ++++++++++++------------
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.dg/lto/pr84212_0.c | 11 +++++++++++
gcc/testsuite/gcc.dg/lto/pr84212_1.c | 11 +++++++++++
gcc/testsuite/gcc.target/powerpc/builtins-1-be.c | 2 +-
6 files changed, 56 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr84212_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr84212_1.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 lld.
from dc7a9f312 Make --export-dynamic-symbol to pull out object files from archives.
new cf894f6d5 Do not print out removed ICF sections for -verbose.
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/ICF.cpp | 14 ++++----------
test/ELF/icf-absolute.s | 2 +-
test/ELF/icf-comdat.s | 2 +-
test/ELF/icf-i386.s | 2 +-
test/ELF/icf-merge-sec.s | 2 +-
test/ELF/icf-merge.s | 6 +++---
test/ELF/icf1.s | 2 +-
test/ELF/icf2.s | 2 +-
test/ELF/icf7.s | 2 +-
test/ELF/icf9.s | 5 +++--
10 files changed, 17 insertions(+), 22 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 77c3498babd AMDGPU: Remove tied operand from si_else
new 8b71a9f090e [InstCombine] Add vector xor tests
new d26fcac7987 [x86] remove duplicate undef tests; 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:
test/CodeGen/X86/combine-mul.ll | 26 ---
test/CodeGen/X86/combine-shl.ll | 18 --
test/CodeGen/X86/combine-sra.ll | 17 --
test/CodeGen/X86/combine-srl.ll | 18 --
test/Transforms/InstCombine/vector-xor.ll | 323 ++++++++++++++++++++++++++++++
5 files changed, 323 insertions(+), 79 deletions(-)
create mode 100644 test/Transforms/InstCombine/vector-xor.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 lld.
from 3ea213060 Refactor how we decide which sections to sort.
new dc7a9f312 Make --export-dynamic-symbol to pull out object files from archives.
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/Driver.cpp | 4 +++-
test/ELF/dynamic-list-archive.s | 17 +++++++++++++++++
test/ELF/export-dynamic-symbol.s | 15 +++++++++++++++
3 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/dynamic-list-archive.s
create mode 100644 test/ELF/export-dynamic-symbol.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 7f1621ac91c gcc/ PR target/83926 * config/rs6000/vsx.md (vsx_mul_v2di [...]
new cdabf115643 2018-02-09 Sebastian Perta <sebastian.perta(a)renesas.com>
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 | 5 ++
gcc/config/rx/rx.md | 7 ++-
gcc/testsuite/gcc.target/rx/movsicc.c | 94 +++++++++++++++++++++++++++++++++++
3 files changed, 105 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/rx/movsicc.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 d64f170e117 Use assembler expressions to lay out the EH LSDA.
new 22b178502a7 Emit smaller exception tables for non-SJLJ mode.
new 77c3498babd AMDGPU: Remove tied operand from si_else
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/CodeGen/AsmPrinter/EHStreamer.cpp | 19 +++++++++++--------
lib/Target/AMDGPU/SIInstructions.td | 1 -
test/CodeGen/ARM/dwarf-eh.ll | 4 ++--
test/CodeGen/ARM/ehabi-handlerdata-nounwind.ll | 2 +-
test/CodeGen/ARM/ehabi-handlerdata.ll | 8 ++++----
test/CodeGen/X86/eh-label.ll | 2 +-
test/CodeGen/X86/eh-unknown.ll | 12 +++++-------
test/CodeGen/X86/patchpoint-invoke.ll | 6 +++---
test/CodeGen/X86/push-cfi-obj.ll | 2 +-
test/CodeGen/X86/statepoint-invoke.ll | 8 ++++----
test/CodeGen/XCore/exception.ll | 14 +++++++-------
11 files changed, 39 insertions(+), 39 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 6f2da0b6ad8 Reapply "AMDGPU: Add 32-bit constant address space"
new d64f170e117 Use assembler expressions to lay out the EH LSDA.
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/CodeGen/AsmPrinter.h | 9 +-
include/llvm/MC/MCObjectStreamer.h | 3 +
include/llvm/MC/MCStreamer.h | 8 +-
lib/CodeGen/AsmPrinter/ARMException.cpp | 5 +-
lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp | 19 ++--
lib/CodeGen/AsmPrinter/DwarfException.h | 2 +-
lib/CodeGen/AsmPrinter/EHStreamer.cpp | 125 +++++++------------------
lib/CodeGen/AsmPrinter/EHStreamer.h | 8 +-
lib/MC/MCAsmStreamer.cpp | 4 +-
lib/MC/MCObjectStreamer.cpp | 27 +++++-
lib/MC/MCStreamer.cpp | 22 +++--
test/CodeGen/ARM/ehabi-handlerdata-nounwind.ll | 2 +-
test/CodeGen/ARM/ehabi-handlerdata.ll | 3 +-
test/CodeGen/X86/eh-unknown.ll | 11 ++-
test/CodeGen/X86/patchpoint-invoke.ll | 6 +-
test/CodeGen/XCore/exception.ll | 10 +-
16 files changed, 122 insertions(+), 142 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 glibc.
from 1f6676d7da manual: Fix Texinfo warnings about improper node names.
new 3f8d9d58c5 [AArch64] Use builtins for fpcr/fpsr
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:
ChangeLog | 5 +++++
sysdeps/aarch64/fpu/fpu_control.h | 15 +++++++++++----
2 files changed, 16 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 7bac5986e1c [AArch64] Refactor stand alone methods (NFC)
new 33901e33bf2 AMDGPU: Fix layering issue
new 6f2da0b6ad8 Reapply "AMDGPU: Add 32-bit constant address space"
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:
docs/AMDGPUUsage.rst | 1 +
lib/Target/AMDGPU/AMDGPU.h | 3 +
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 3 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 34 ++-
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 21 ++
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 2 +
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 6 +-
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 32 ++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 +-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 6 +
lib/Target/AMDGPU/SMInstructions.td | 3 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 21 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 1 -
.../CodeGen/AMDGPU/constant-address-space-32bit.ll | 288 +++++++++++++++++++++
18 files changed, 397 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/constant-address-space-32bit.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.