This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9653739071 2017-10-11 Liu Hao lh_mouse@126.com new 79959e6333d * config.gcc (i386, x86_64): Add extra objects. * i386/i3 [...]
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 | 91 + gcc/config.gcc | 2 + gcc/config/i386/i386-protos.h | 16 + gcc/config/i386/i386.c | 3884 +-------------------------------- gcc/config/i386/t-i386 | 16 + gcc/config/i386/x86-tune-costs.h | 2083 ++++++++++++++++++ gcc/config/i386/x86-tune-sched-atom.c | 244 +++ gcc/config/i386/x86-tune-sched-bd.c | 822 +++++++ gcc/config/i386/x86-tune-sched-core.c | 255 +++ gcc/config/i386/x86-tune-sched.c | 599 +++++ 10 files changed, 4145 insertions(+), 3867 deletions(-) create mode 100644 gcc/config/i386/x86-tune-costs.h create mode 100644 gcc/config/i386/x86-tune-sched-atom.c create mode 100644 gcc/config/i386/x86-tune-sched-bd.c create mode 100644 gcc/config/i386/x86-tune-sched-core.c create mode 100644 gcc/config/i386/x86-tune-sched.c