This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4f30de8d0a6 [AArch64] Add new target feature to fuse address generation [...]
new e7676fec11b CodeGen: support an extension to pass linker options on ELF
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:
docs/Extensions.rst | 38 +++++++++++++
include/llvm/BinaryFormat/ELF.h | 77 ++++++++++++++-------------
lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 19 ++++++-
lib/MC/MCParser/ELFAsmParser.cpp | 2 +
lib/MC/MCSectionELF.cpp | 2 +
lib/Object/ELF.cpp | 1 +
lib/ObjectYAML/ELFYAML.cpp | 1 +
test/Feature/elf-linker-options.ll | 16 ++++++
test/MC/ELF/section.s | 14 +++++
test/tools/llvm-readobj/elf-linker-options.ll | 11 ++++
tools/llvm-readobj/ELFDumper.cpp | 37 +++++++++++++
tools/llvm-readobj/ObjDumper.h | 1 +
tools/llvm-readobj/llvm-readobj.cpp | 7 +++
13 files changed, 187 insertions(+), 39 deletions(-)
create mode 100644 test/Feature/elf-linker-options.ll
create mode 100644 test/tools/llvm-readobj/elf-linker-options.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 llvm.
from 12b04c98f74 Re-commit : [PowerPC] Add handling for ColdCC calling conve [...]
new 99eac1b767f [mips] Fix incorrect sign extension for fpowi libcall
new 4f30de8d0a6 [AArch64] Add new target feature to fuse address generation [...]
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/SelectionDAG/LegalizeDAG.cpp | 12 +--
lib/Target/AArch64/AArch64.td | 5 ++
lib/Target/AArch64/AArch64MacroFusion.cpp | 33 ++++++++
lib/Target/AArch64/AArch64Subtarget.h | 2 +
lib/Target/Mips/MipsISelLowering.cpp | 5 +-
test/CodeGen/AArch64/misched-fusion-addr.ll | 112 ++++++++++++++++++++++++++++
test/CodeGen/Mips/pr36061.ll | 65 ++++++++++++++++
7 files changed, 226 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AArch64/misched-fusion-addr.ll
create mode 100644 test/CodeGen/Mips/pr36061.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 e9e04555c [ELF] - Remove dead declaration. NFC.
new 3cb8c6eb2 Sort orphan section if --symbol-ordering-file is given.
new c82c93c99 Move function to the file where it is used.
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/InputSection.cpp | 26 -------------------
ELF/InputSection.h | 4 ---
ELF/LinkerScript.cpp | 30 ++++++----------------
ELF/LinkerScript.h | 7 ++---
ELF/OutputSections.cpp | 4 +--
ELF/OutputSections.h | 2 --
ELF/Writer.cpp | 38 ++++++++++++++++++++++++----
test/ELF/linkerscript/symbol-ordering-file.s | 4 +++
8 files changed, 49 insertions(+), 66 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 83a78f7584e Add more initializers to quiet a clang warning
new 12b04c98f74 Re-commit : [PowerPC] Add handling for ColdCC calling conve [...]
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/Analysis/TargetTransformInfo.h | 9 ++
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Target/PowerPC/PPCCallingConv.td | 53 +++++++
lib/Target/PowerPC/PPCFastISel.cpp | 2 +
lib/Target/PowerPC/PPCFrameLowering.cpp | 14 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 17 ++-
lib/Target/PowerPC/PPCRegisterInfo.cpp | 18 +++
lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 13 ++
lib/Target/PowerPC/PPCTargetTransformInfo.h | 2 +-
lib/Transforms/IPO/GlobalOpt.cpp | 164 ++++++++++++++++++++-
test/CodeGen/PowerPC/coldcc.ll | 46 ++++++
test/CodeGen/PowerPC/coldcc2.ll | 42 ++++++
test/Other/pass-pipelines.ll | 2 +-
.../GlobalOpt/PowerPC/coldcc_coldsites.ll | 81 ++++++++++
.../GlobalOpt}/PowerPC/lit.local.cfg | 0
test/Transforms/GlobalOpt/coldcc_stress_test.ll | 48 ++++++
17 files changed, 504 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/PowerPC/coldcc.ll
create mode 100644 test/CodeGen/PowerPC/coldcc2.ll
create mode 100644 test/Transforms/GlobalOpt/PowerPC/coldcc_coldsites.ll
copy test/{Analysis/CostModel => Transforms/GlobalOpt}/PowerPC/lit.local.cfg (100%)
create mode 100644 test/Transforms/GlobalOpt/coldcc_stress_test.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 binutils-gdb.
from e671cd59d7 Per-inferior target_terminal state, fix PR gdb/13211, more
new c81e887979 s390: Fix gdb.base/all-architectures.exp with --enable-targets=all
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:
gdb/ChangeLog | 18 ++++++++++++++++++
gdb/s390-linux-tdep.c | 10 ----------
gdb/s390-linux-tdep.h | 2 --
gdb/s390-tdep.c | 23 +++++++++++++++++++++--
gdb/s390-tdep.h | 3 +++
5 files changed, 42 insertions(+), 14 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 1febf59617e [AArch64] Update test cases for Exynos M3
new 22339ab797d [X86][AVX512] Add VBMI target shuffle-trunc tests
new 83a78f7584e Add more initializers to quiet a clang warning
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/Support/PrettyStackTrace.cpp | 4 +
test/CodeGen/X86/shuffle-vs-trunc-128.ll | 1 +
test/CodeGen/X86/shuffle-vs-trunc-256.ll | 81 +++++++++++
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 243 +++++++++++++++++++++++++++++++
4 files changed, 329 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 3fce208f4ce PR ipa/83179 * gcc.dg/ipa/inline-2.c: Fix template. * gc [...]
new b5d7c99e1f4 PR tree-optimization/84111 * tree-ssa-loop-ivcanon.c (tre [...]
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 | 8 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr84111.c | 31 +++++++++++++++++++++++++++
gcc/tree-ssa-loop-ivcanon.c | 14 +++++++-----
4 files changed, 53 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr84111.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 2b9844300c7 [RS4GC] Handle call/invoke instructions as base defining va [...]
new 517ef8d874c [AArch64] Add pipeline model for Exynos M3
new 863055450d3 [AArch64] Add new target feature to handle cheap as move fo [...]
new 1febf59617e [AArch64] Update test cases for Exynos M3
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:
lib/Target/AArch64/AArch64.td | 20 +-
lib/Target/AArch64/AArch64InstrInfo.cpp | 39 +-
lib/Target/AArch64/AArch64InstrInfo.h | 3 +
lib/Target/AArch64/AArch64SchedExynosM3.td | 843 +++++++++++++++++++++
lib/Target/AArch64/AArch64Subtarget.cpp | 6 +
lib/Target/AArch64/AArch64Subtarget.h | 3 +
test/CodeGen/AArch64/arm64-ldp-cluster.ll | 69 +-
test/CodeGen/AArch64/arm64-neon-2velem.ll | 59 ++
test/CodeGen/AArch64/machine-combiner-madd.ll | 1 +
test/CodeGen/AArch64/max-jump-table.ll | 11 +-
test/CodeGen/AArch64/misched-fusion-aes.ll | 1 +
test/CodeGen/AArch64/misched-fusion-lit.ll | 1 +
test/CodeGen/AArch64/no-quad-ldp-stp.ll | 19 +-
.../AArch64/preferred-function-alignment.ll | 3 +-
14 files changed, 1023 insertions(+), 55 deletions(-)
create mode 100644 lib/Target/AArch64/AArch64SchedExynosM3.td
--
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 release_60
in repository llvm.
from f48ff4c85ec Merging r323355: ------------------------------------------ [...]
new 8a0e312d1af Merging r323469: ------------------------------------------ [...]
new 0ab6eba6b84 Merging r323515: ------------------------------------------ [...]
new 7d30102ce03 Merging r323706: ------------------------------------------ [...]
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:
lib/Target/AMDGPU/SIInsertSkips.cpp | 54 +++++++++++++---------
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 4 +-
lib/Transforms/Scalar/CallSiteSplitting.cpp | 3 +-
test/CodeGen/AMDGPU/llvm.amdgcn.kill.ll | 17 +++++++
test/MC/X86/x86-32-coverage.s | 6 +++
.../CallSiteSplitting/callsite-no-splitting.ll | 24 ++++++++++
6 files changed, 82 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.