This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b84f3b2 Re: [PATCH][PR tree-optimization/69270] Exploit VRP informati [...] new 0e0d3ec Revert 2016-01-13 change.
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 | 8 + gcc/config/rs6000/rs6000-builtin.def | 12 -- gcc/config/rs6000/rs6000.c | 30 ++- gcc/config/rs6000/rs6000.h | 5 +- gcc/config/rs6000/rs6000.md | 44 ++--- gcc/doc/extend.texi | 2 - libgcc/ChangeLog | 20 ++ libgcc/config.host | 9 - libgcc/config/rs6000/extendkftf2-sw.c | 49 ----- libgcc/config/rs6000/fixkfti.c | 51 ----- libgcc/config/rs6000/fixunskfti.c | 51 ----- libgcc/config/rs6000/float128-hw.c | 207 -------------------- libgcc/config/rs6000/float128-ifunc.c | 358 ---------------------------------- libgcc/config/rs6000/float128-sed | 25 --- libgcc/config/rs6000/floattikf.c | 51 ----- libgcc/config/rs6000/floatuntikf.c | 51 ----- libgcc/config/rs6000/quad-float128.h | 203 ------------------- libgcc/config/rs6000/sfp-exceptions.c | 72 ------- libgcc/config/rs6000/sfp-machine.h | 94 +-------- libgcc/config/rs6000/t-float128 | 95 --------- libgcc/config/rs6000/t-float128-hw | 24 --- libgcc/config/rs6000/trunctfkf2-sw.c | 49 ----- libgcc/configure | 49 ----- libgcc/configure.ac | 25 --- 24 files changed, 64 insertions(+), 1520 deletions(-) delete mode 100644 libgcc/config/rs6000/extendkftf2-sw.c delete mode 100644 libgcc/config/rs6000/fixkfti.c delete mode 100644 libgcc/config/rs6000/fixunskfti.c delete mode 100644 libgcc/config/rs6000/float128-hw.c delete mode 100644 libgcc/config/rs6000/float128-ifunc.c delete mode 100644 libgcc/config/rs6000/float128-sed delete mode 100644 libgcc/config/rs6000/floattikf.c delete mode 100644 libgcc/config/rs6000/floatuntikf.c delete mode 100644 libgcc/config/rs6000/quad-float128.h delete mode 100644 libgcc/config/rs6000/sfp-exceptions.c delete mode 100644 libgcc/config/rs6000/t-float128 delete mode 100644 libgcc/config/rs6000/t-float128-hw delete mode 100644 libgcc/config/rs6000/trunctfkf2-sw.c