This is an automated email from the git hooks/post-receive script.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 9dd28c3 gcc/ Backport from trunk r243427. 2016-12-08 Andrew Pinsk [...]
new d7e4f6f gcc/testsuite/ Backport from trunk r243858. 2016-12-21 An [...]
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/testsuite/gcc.target/arm/unsigned-extend-2.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 lld.
from eb4d38e [ELF] - Remove unnecessary template. NFC.
new d56863b [ELF] - Remove unnecessary template #2. NFC.
new 77a811a [ELF] - Remove unnecessary template #3. 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:
ELF/OutputSections.cpp | 15 ++++++---------
1 file changed, 6 insertions(+), 9 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 7cf54dd 2017-03-14 Richard Biener <rguenther(a)suse.de>
new c47b78e 2017-03-14 James Cowgill <James.Cowgill(a)imgtec.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/ada/ChangeLog | 4 ++++
gcc/ada/s-osinte-linux.ads | 5 ++---
2 files changed, 6 insertions(+), 3 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 89cd317 [AVX-512] Use iPTR instead of i64 in patterns for extract_sub [...]
new 6095a79 Disable Callee Saved Registers
new 53c73db [ARM] Move SMULW[B|T] isel to DAG Combine
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:
include/llvm/CodeGen/MachineRegisterInfo.h | 20 ++++
include/llvm/CodeGen/RegisterClassInfo.h | 13 ++-
include/llvm/Target/TargetLowering.h | 4 +
include/llvm/Target/TargetRegisterInfo.h | 4 +-
lib/CodeGen/AggressiveAntiDepBreaker.cpp | 3 +-
lib/CodeGen/CriticalAntiDepBreaker.cpp | 3 +-
lib/CodeGen/LivePhysRegs.cpp | 7 +-
lib/CodeGen/MachineFunction.cpp | 4 +-
lib/CodeGen/MachineInstr.cpp | 17 ++-
lib/CodeGen/MachineRegisterInfo.cpp | 36 +++++-
lib/CodeGen/PrologEpilogInserter.cpp | 2 +-
lib/CodeGen/RegAllocPBQP.cpp | 2 +-
lib/CodeGen/RegisterClassInfo.cpp | 23 ++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 15 +++
lib/CodeGen/TargetFrameLoweringImpl.cpp | 2 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 142 ------------------------
lib/Target/ARM/ARMISelLowering.cpp | 113 +++++++++++++++++++
lib/Target/ARM/ARMISelLowering.h | 2 +
lib/Target/ARM/ARMInstrInfo.td | 13 ++-
lib/Target/ARM/ARMInstrThumb2.td | 12 +-
lib/Target/X86/X86ISelLowering.cpp | 67 ++++++++++-
lib/Target/X86/X86ISelLowering.h | 3 +-
lib/Target/X86/X86MachineFunctionInfo.cpp | 8 +-
test/CodeGen/ARM/smul.ll | 29 +++++
test/CodeGen/X86/DynamicCalleeSavedRegisters.ll | 60 ++++++++++
test/CodeGen/X86/avx512-regcall-NoMask.ll | 19 ++--
test/CodeGen/X86/sse-regcall.ll | 54 +++------
27 files changed, 438 insertions(+), 239 deletions(-)
create mode 100644 test/CodeGen/X86/DynamicCalleeSavedRegisters.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 8bc52ca [ELF] - Step to combine LinkerScript and LinkerScriptBase
new eb4d38e [ELF] - Remove unnecessary template. 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:
ELF/OutputSections.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 lld.
from cdfff10 [ELF] Fix LMA offset calculation
new 8bc52ca [ELF] - Step to combine LinkerScript and LinkerScriptBase
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/LinkerScript.cpp | 6 +-----
ELF/LinkerScript.h | 38 ++++++++++++++++++++------------------
ELF/Writer.cpp | 18 ++----------------
ELF/Writer.h | 1 -
4 files changed, 23 insertions(+), 40 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from b66b46e gcc/ Backport from trunk r243428. 2016-12-08 Naveen H.S [...]
new 9dd28c3 gcc/ Backport from trunk r243427. 2016-12-08 Andrew Pinsk [...]
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/config/aarch64/aarch64.c | 3 ++-
gcc/testsuite/gcc.c-torture/compile/pr71112.c | 10 ++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71112.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 e715703 [ELF] Fix error reporting for synthetic sections
new aba5019 [ELF] Fix crash when .eh_frame(_hdr) is discarded
new cdfff10 [ELF] Fix LMA offset calculation
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:
ELF/LinkerScript.cpp | 9 +++++----
ELF/Writer.cpp | 3 ++-
test/ELF/linkerscript/at.s | 20 ++++++++++++++++++++
test/ELF/linkerscript/pt_gnu_eh_frame.s | 13 +++++++++++++
4 files changed, 40 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/linkerscript/pt_gnu_eh_frame.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 734c895 gcc/ Backport from trunk r242531. 2016-11-16 Andrew PInsk [...]
new b66b46e gcc/ Backport from trunk r243428. 2016-12-08 Naveen H.S [...]
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/config/aarch64/aarch64.c | 8 ++++++--
gcc/config/aarch64/aarch64.md | 8 ++++----
gcc/testsuite/gcc.target/aarch64/pr78382.c | 10 ++++++++++
3 files changed, 20 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr78382.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from b5e6eb5 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new 734c895 gcc/ Backport from trunk r242531. 2016-11-16 Andrew PInsk [...]
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/config/aarch64/aarch64.c | 6 ++++--
gcc/config/aarch64/aarch64.opt | 4 ++++
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.