This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 639f0bd7356 Daily bump.
new af3256f1554 2017-05-01 Janus Weil <janus(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 | 8 ++++++++
gcc/fortran/trans-types.c | 7 ++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/proc_ptr_comp_49.f90 | 21 +++++++++++++++++++++
4 files changed, 39 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_49.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 gcc.
from db004c7b71b Add missing entry
new c3644401601 PR target/79430 * rtlanal.c (reg_set_p): If reg is a stac [...]
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 | 9 +++++++++
gcc/config/i386/i386.c | 21 ++++++++++++++++++++-
gcc/rtlanal.c | 18 ++++++++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)
--
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 7930fbe0c95 * gcc-interface/decl.c (components_to_record): Add more co [...]
new 9cbe5b86c98 * gcc-interface/decl.c (components_to_record): Add missing guard.
new db004c7b71b Add missing entry
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/ada/ChangeLog | 4 ++++
gcc/ada/gcc-interface/decl.c | 21 ++++++++++++++-------
2 files changed, 18 insertions(+), 7 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 47d356222f9 [GlobalISel][X86] Prioritize Tablegen-erated instruction se [...]
new 547d10d6dd7 [GlobalISel][X86] rename test file. 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:
.../X86/GlobalISel/{X86-regbankselect.mir => regbankselect-X86_64.mir} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/CodeGen/X86/GlobalISel/{X86-regbankselect.mir => regbankselect-X86_64. [...]
--
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 2d84d022b12 Daily bump.
new 7930fbe0c95 * gcc-interface/decl.c (components_to_record): Add more co [...]
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 | 6 ++++++
gcc/ada/gcc-interface/decl.c | 13 ++++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
--
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 6e2055b7da0 [X86] Add tests for opportunities to improve known bits for [...]
new 47d356222f9 [GlobalISel][X86] Prioritize Tablegen-erated instruction se [...]
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/X86/X86InstructionSelector.cpp | 58 +++++--------------------------
1 file changed, 8 insertions(+), 50 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 cf066a1fa22 [GlobalISel][X86] G_LOAD/G_STORE pointer selection support.
new 9b90bf6ceef [GlobalISel][X86] G_SEXT/G_ZEXT support.
new 6e2055b7da0 [X86] Add tests for opportunities to improve known bits for [...]
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/X86/X86LegalizerInfo.cpp | 20 +++
test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 29 ++++
test/CodeGen/X86/GlobalISel/ext.ll | 64 ++++++++
.../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 172 +++++++++++++++++++++
test/CodeGen/X86/GlobalISel/legalize-ext.mir | 116 ++++++++++++++
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir | 66 ++++++++
test/CodeGen/X86/GlobalISel/select-ext.mir | 129 ++++++++++++++++
test/CodeGen/X86/clz.ll | 93 +++++++++++
8 files changed, 689 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/ext-x86-64.ll
create mode 100644 test/CodeGen/X86/GlobalISel/ext.ll
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-ext.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-ext.mir
--
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 900da3662ae [AVR] Fix a bug so that we now emit R_AVR_16 fixups with th [...]
new cf066a1fa22 [GlobalISel][X86] G_LOAD/G_STORE pointer selection support.
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/X86/X86InstructionSelector.cpp | 4 +-
test/CodeGen/X86/GlobalISel/memop-x32.ll | 101 ++++++++
test/CodeGen/X86/GlobalISel/memop.ll | 17 ++
test/CodeGen/X86/GlobalISel/select-memop-x32.mir | 310 +++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/select-memop.mir | 55 ++++
5 files changed, 485 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/memop-x32.ll
create mode 100644 test/CodeGen/X86/GlobalISel/select-memop-x32.mir
--
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 clang.
from c6deeaad91 Fix test that was incorrected merged between patches.
new 050aef3902 Remove unneeded struct; 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:
lib/CodeGen/CodeGenModule.cpp | 21 +++++++++------------
lib/CodeGen/CodeGenModule.h | 11 +++--------
2 files changed, 12 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.