This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e73a0c1 2016-02-16 Richard Biener rguenther@suse.de new 74d6399 [ARC] Add single/double IEEE precission FPU 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: gcc/ChangeLog | 43 ++++ gcc/config/arc/arc-modes.def | 4 + gcc/config/arc/arc-opts.h | 20 ++ gcc/config/arc/arc.c | 152 ++++++++++-- gcc/config/arc/arc.h | 57 ++++- gcc/config/arc/arc.md | 165 ++++++++++++- gcc/config/arc/arc.opt | 43 ++++ gcc/config/arc/fpu.md | 566 +++++++++++++++++++++++++++++++++++++++++++ gcc/config/arc/fpx.md | 64 +---- gcc/config/arc/predicates.md | 9 + gcc/doc/invoke.texi | 84 ++++++- 11 files changed, 1103 insertions(+), 104 deletions(-) create mode 100644 gcc/config/arc/fpu.md