This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e1dcb74d1ce 2019-05-20 Richard Biener rguenther@suse.de new 5eb3f7191a7 Use capital letters for enum value names. new 3451e82b98f Do not use full qualified names if possible. new 1569cde1bac Add vertical spacing in order to separate functions. new 048f6aad2c1 Come up with hook libc_has_fast_function (PR middle-end/90263).
The 4 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 | 32 +++ gcc/builtins.c | 17 +- gcc/config/i386/i386.c | 15 ++ gcc/doc/tm.texi | 5 + gcc/doc/tm.texi.in | 2 + gcc/expr.c | 13 +- gcc/expr.h | 4 +- gcc/profile-count.c | 24 +- gcc/profile-count.h | 324 +++++++++++++++----------- gcc/target.def | 7 + gcc/testsuite/ChangeLog | 6 + gcc/testsuite/gcc.c-torture/compile/pr90263.c | 10 + gcc/testsuite/lib/target-supports.exp | 11 + 13 files changed, 314 insertions(+), 156 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr90263.c