This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8cf6ba786 [COFF] Support MinGW automatic dllimport of data
new 7cbb47f9f Handle identifying AMDGPU bitcode files
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/InputFiles.cpp | 3 +++
test/ELF/lto/amdgcn.ll | 12 ++++++++++++
test/ELF/lto/r600.ll | 12 ++++++++++++
3 files changed, 27 insertions(+)
create mode 100644 test/ELF/lto/amdgcn.ll
create mode 100644 test/ELF/lto/r600.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 gcc.
from cb0d0bb0812 Fix probabilities for jump table (PR tree-optimization/86702).
new f40af799df5 Fix probability for bit-tests.
new 8d6a0257571 Improve switch code emission for a balanced tree (PR tree-o [...]
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/ChangeLog | 26 +++
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.dg/tree-ssa/switch-2.c | 25 +++
gcc/testsuite/gcc.dg/tree-ssa/switch-3.c | 20 +++
gcc/testsuite/gcc.dg/tree-ssa/vrp105.c | 37 ----
gcc/tree-switch-conversion.c | 290 ++++++++++++++++++++++++++-----
gcc/tree-switch-conversion.h | 36 +++-
7 files changed, 360 insertions(+), 84 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/switch-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/switch-3.c
delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp105.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 gcc.
from 51e85e64e12 2018-08-27 Richard Biener <rguenther(a)suse.de>
new 0fb4f2ced42 Add new gswitch related functions into tree-cfg.c.
new cb0d0bb0812 Fix probabilities for jump table (PR tree-optimization/86702).
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/ChangeLog | 88 ++++++++++++++++++++++++++++++++++++++++++++
gcc/cfgexpand.c | 2 +-
gcc/gimple-pretty-print.c | 2 +-
gcc/hsa-gen.c | 21 ++++-------
gcc/ipa-fnsummary.c | 2 +-
gcc/stmt.c | 4 +-
gcc/tree-cfg.c | 83 ++++++++++++++++++++++++++++-------------
gcc/tree-cfg.h | 7 +++-
gcc/tree-cfgcleanup.c | 7 ++--
gcc/tree-eh.c | 26 ++++++-------
gcc/tree-ssa-dom.c | 3 +-
gcc/tree-ssa-forwprop.c | 2 +-
gcc/tree-ssa-threadedge.c | 4 +-
gcc/tree-ssa-uncprop.c | 2 +-
gcc/tree-ssa-uninit.c | 2 +-
gcc/tree-switch-conversion.c | 84 ++++++++++++++++++++++++++----------------
gcc/tree-switch-conversion.h | 11 +++---
gcc/tree-vrp.c | 2 +-
gcc/vr-values.c | 5 ++-
19 files changed, 247 insertions(+), 110 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 a6e572daa8b [Sparc] Avoid writing outside array in applyFixup
new 76e924a10d8 [X86] Adding the test pointing to the fail case of D45653
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:
test/CodeGen/X86/sibcall.ll | 29 +++++++++++++++++++++++++++++
1 file changed, 29 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 4fc5f360c93 [NFC][X86] Fix `sibcall.ll` formatting
new a6e572daa8b [Sparc] Avoid writing outside array in applyFixup
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/Sparc/MCTargetDesc/SparcAsmBackend.cpp | 20 +++++++++++++++++---
test/MC/Sparc/sparc-relocations.s | 6 ++++++
2 files changed, 23 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 4f41153e847 [Sparc] Add support for the cycle counter available in GR740
new b4aa55042af [PowerPC] Recommit r340016 after fixing the reported issue
new 4fc5f360c93 [NFC][X86] Fix `sibcall.ll` formatting
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/Target/PowerPC/PPCISelLowering.cpp | 26 +-
lib/Target/PowerPC/PPCISelLowering.h | 4 +
lib/Target/PowerPC/PPCInstr64Bit.td | 5 +-
lib/Target/PowerPC/PPCInstrInfo.td | 6 +
test/CodeGen/PowerPC/extswsli.ll | 17 +
test/CodeGen/X86/sibcall.ll | 620 ++++++++++++++++-----------------
6 files changed, 358 insertions(+), 320 deletions(-)
create mode 100644 test/CodeGen/PowerPC/extswsli.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 f3ceb74ac05 [NFC] Try to make buildbot happy about virtual destructors
new 4f41153e847 [Sparc] Add support for the cycle counter available in GR740
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/Sparc/LeonFeatures.td | 4 ++++
lib/Target/Sparc/Sparc.td | 2 +-
lib/Target/Sparc/SparcISelLowering.cpp | 14 +++++++++++++-
lib/Target/Sparc/SparcRegisterInfo.cpp | 4 ++++
lib/Target/Sparc/SparcSubtarget.cpp | 1 +
lib/Target/Sparc/SparcSubtarget.h | 2 ++
test/CodeGen/SPARC/readcycle.ll | 11 +++++++++++
7 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/SPARC/readcycle.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 gcc.
from 43e28a4c698 PR rtl-optimization/87065 * combine.c (simplify_if_then_e [...]
new 4ea55ec63d4 2018-08-27 Richard Biener <rguenther(a)suse.de>
new 51e85e64e12 2018-08-27 Richard Biener <rguenther(a)suse.de>
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/ChangeLog | 47 +
gcc/cfganal.c | 115 +-
gcc/cfganal.h | 2 +
gcc/doc/invoke.texi | 11 +-
gcc/params.def | 18 +-
gcc/testsuite/ChangeLog | 15 +
gcc/testsuite/g++.dg/torture/20180705-1.C | 30 +
gcc/testsuite/gcc.dg/pr83666.c | 2 +-
gcc/testsuite/gcc.dg/pr85195.c | 2 +-
gcc/testsuite/gcc.dg/pr85467.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr81790.c | 1 -
gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-14.c | 11 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-46.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-67.c | 16 +
gcc/testsuite/gcc.dg/tree-ssa/vrp92.c | 2 +-
gcc/testsuite/gfortran.dg/reassoc_4.f | 2 +-
gcc/tree-ssa-alias.c | 9 +-
gcc/tree-ssa-loop-ivcanon.c | 57 +-
gcc/tree-ssa-pre.c | 94 +-
gcc/tree-ssa-sccvn.c | 3813 ++++++++++++++++------------
gcc/tree-ssa-sccvn.h | 100 +-
21 files changed, 2552 insertions(+), 1799 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/20180705-1.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-67.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 release_70
in repository llvm.
from 4a4bff54966 Merging r340691: ------------------------------------------ [...]
new d6e617b922e Merging r340641: ------------------------------------------ [...]
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/IR/Function.h | 2 +-
test/CodeGen/PowerPC/uwtables.ll | 51 ++++++++++++++++++++++++++++++
test/CodeGen/X86/uwtables.ll | 43 +++++++++++++++++++++++++
test/CodeGen/X86/x86-shrink-wrap-unwind.ll | 1 +
4 files changed, 96 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/PowerPC/uwtables.ll
create mode 100644 test/CodeGen/X86/uwtables.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.