This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8d9721cc670 /cp 2018-09-03 Paolo Carlini <paolo.carlini(a)oracle.com>
new b2903606a95 Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR [...]
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 | 27 +++
gcc/common/common-target.def | 11 +
gcc/common/common-targhooks.c | 9 +
gcc/common/common-targhooks.h | 1 +
gcc/common/config/i386/i386-common.c | 267 ++++++++++++++++++++++
gcc/config/i386/i386.c | 413 ++++-------------------------------
gcc/config/i386/i386.h | 150 +++++++++++++
gcc/doc/tm.texi | 4 +
gcc/doc/tm.texi.in | 2 +
gcc/opt-suggestions.c | 30 ++-
gcc/opt-suggestions.h | 6 +-
gcc/opts.c | 33 +++
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.dg/completion-4.c | 6 +
14 files changed, 587 insertions(+), 377 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/completion-4.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 e7d8b5c2ddf Daily bump.
new 44b41fe75b9 Make __builtin_expect effective in switch statements (PR mi [...]
new 8d9721cc670 /cp 2018-09-03 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 14 ++++
gcc/cp/ChangeLog | 6 ++
gcc/cp/constraint.cc | 3 +
gcc/predict.c | 100 +++++++++++++++++++++++------
gcc/testsuite/ChangeLog | 12 ++++
gcc/testsuite/c-c++-common/pr59521-1.c | 15 +++++
gcc/testsuite/c-c++-common/pr59521-2.c | 15 +++++
gcc/testsuite/g++.dg/concepts/pr84980.C | 6 ++
gcc/testsuite/gcc.dg/tree-prof/pr59521-3.c | 34 ++++++++++
gcc/tree-cfg.c | 6 +-
gcc/tree-cfg.h | 2 +
gcc/tree-switch-conversion.c | 46 +++++++------
12 files changed, 211 insertions(+), 48 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr59521-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr59521-2.c
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84980.C
create mode 100644 gcc/testsuite/gcc.dg/tree-prof/pr59521-3.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 newlib.
from d1454de7b Cygwin: console: Print Unicode REPLACEMENT CHARACTER for inva [...]
new 3017f23f1 Avoid ARM SWI Seek when querying file position
new fcc1e7039 e_scalb.c: Call scalbln instead of scalbn on 16-bit targets t [...]
new 86c31ae47 math_config.h: Fix signed overflow warning for 16-bit targets
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:
newlib/libc/sys/arm/syscalls.c | 11 +++++++++--
newlib/libm/common/math_config.h | 2 +-
newlib/libm/math/e_scalb.c | 5 +++++
3 files changed, 15 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 lldb.
from 423621eb6 Ignore unicode decode errors in test suite's encoded_file class
new fe2cbc863 [DWARF] Fix dwarf5-index-is-used.cpp
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:
lit/SymbolFile/DWARF/dwarf5-index-is-used.cpp | 2 +-
1 file changed, 1 insertion(+), 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 7cbb2dde800 [PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8 When [...]
new de01dd14072 [MC] - ConstantPools.cpp: Style consistency, remove redunda [...]
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/MC/ConstantPools.cpp | 6 ++----
1 file changed, 2 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 87137bbfee7 [InstCombine] allow not+sub fold for arbitrary vector constants
new 7cbb2dde800 [PowerPC] Add Itineraries of IIC_IntRotateDI for P7/P8 When [...]
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/PowerPC/PPCScheduleP7.td | 4 ++
lib/Target/PowerPC/PPCScheduleP8.td | 4 ++
test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll | 16 ++++----
test/CodeGen/PowerPC/funnel-shift.ll | 2 +-
test/CodeGen/PowerPC/pr33093.ll | 58 ++++++++++++++---------------
test/CodeGen/PowerPC/testBitReverse.ll | 58 ++++++++++++++---------------
6 files changed, 75 insertions(+), 67 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 b5d1989793d 2018-09-01 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new e7d8b5c2ddf Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-8-branch
in repository gcc.
from a282e1b91fe Daily bump.
new 4bddf88df03 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from c84f9498a0b Daily bump.
new 35b8422181f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from c486d42d6e7 Daily bump.
new 5479d8c40c9 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.