This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62ce624 Use make_constraint_from in intra_create_variable_infos new 2fc6929 2015-10-23 Paulo Matos pmatos@linki.tools new 6f5f406 Move fold_trunc_transparent_mathfn to match.pd
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: ChangeLog | 4 + MAINTAINERS | 2 +- gcc/ChangeLog | 30 +++ gcc/builtins.c | 284 ++++------------------ gcc/convert.c | 31 --- gcc/fold-const.c | 222 ++++++++++++++++- gcc/fold-const.h | 6 + gcc/gimple-fold.c | 88 +++++++ gcc/gimple-fold.h | 1 + gcc/match.pd | 77 ++++++ gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.c-torture/execute/20030125-1.c | 9 +- gcc/testsuite/gcc.dg/builtins-57.c | 2 +- gcc/testsuite/gcc.dg/torture/builtin-integral-1.c | 1 + 14 files changed, 479 insertions(+), 285 deletions(-)