Age | Commit message (Expand) | Author | Files | Lines |
2007-07-02 | tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ... | Richard Guenther | 1 | -1/+1 |
2007-06-26 | * builtins.c (expand_builtin_next_arg): Change Pmode to ptr_mode. | Steve Ellcey | 1 | -1/+1 |
2007-06-20 | re PR middle-end/31959 (ICE in expand_builtin_expect, at builtins.c:5112) | Jakub Jelinek | 1 | -1/+3 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -30/+27 |
2007-06-12 | real.c (real_isfinite): New. | Kaveh R. Ghazi | 1 | -17/+11 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -6/+4 |
2007-05-22 | re PR middle-end/31095 (ICE in expand_expr_real_1, at expr.c:8786) | Andrew Pinski | 1 | -0/+1 |
2007-05-21 | builtins.c (expand_builtin_setjmp_setup): Update comment. | Nathan Sidwell | 1 | -2/+1 |
2007-05-19 | re PR middle-end/30250 (Evaluate lgamma/gamma at compile-time) | Kaveh R. Ghazi | 1 | -0/+71 |
2007-05-18 | builtins.c (CASE_MATHFN_REENT): New macro. | Kaveh R. Ghazi | 1 | -0/+7 |
2007-05-18 | re PR middle-end/31796 (Evaluate remquo/remainder/drem at compile-time) | Kaveh R. Ghazi | 1 | -0/+89 |
2007-05-18 | re PR middle-end/30251 (Evaluate bessel functions at compile-time) | Kaveh R. Ghazi | 1 | -0/+19 |
2007-05-18 | re PR middle-end/30251 (Evaluate bessel functions at compile-time) | Kaveh R. Ghazi | 1 | -0/+73 |
2007-05-14 | builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal... | Uros Bizjak | 1 | -22/+25 |
2007-05-11 | re PR other/31852 (Missing __builtin_memchr) | Paolo Carlini | 1 | -0/+73 |
2007-04-24 | real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to b... | Brooks Moses | 1 | -8/+8 |
2007-04-05 | extend.texi (Other Builtins): Add decimal float variants of signbit. | Janis Johnson | 1 | -1/+5 |
2007-03-19 | builtins.c (expand_builtin_sync_operation, [...]): Care for extending CONST_I... | Michael Matz | 1 | -8/+27 |
2007-03-16 | builtins.c (expand_builtin_cexpi): Use the right argument for the expansion v... | Richard Guenther | 1 | -1/+1 |
2007-03-15 | re PR middle-end/29719 (newlib targets ICEs in expand_builtin_int_roundingfn) | Richard Guenther | 1 | -6/+65 |
2007-02-28 | builtins.c (fold_builtin_call_list, [...]): Delete, and replace with... | Sandra Loosemore | 1 | -76/+22 |
2007-02-24 | builtins.c (fold_builtin_modf): New. | Kaveh R. Ghazi | 1 | -0/+59 |
2007-02-23 | builtins.c (fold_builtin_logb, [...]): New. | Kaveh R. Ghazi | 1 | -0/+87 |
2007-02-23 | builtins.c (fold_builtin_frexp): New. | Kaveh R. Ghazi | 1 | -0/+59 |
2007-02-20 | optabs.h (enum optab_index): Add new OTI_scalb. | Kaveh R. Ghazi | 1 | -4/+21 |
2007-02-19 | builtins.c (fold_builtin_load_exponent): New. | Kaveh R. Ghazi | 1 | -0/+67 |
2007-02-16 | re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO... | Roger Sayle | 1 | -10/+10 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -2258/+2267 |
2007-02-05 | fold-const.c (fold_unary): Test for availability of BUILT_IN_COS before simpl... | Roger Sayle | 1 | -0/+4 |
2007-02-03 | emit-rtl.c (dconstpi): Delete. | Kaveh R. Ghazi | 1 | -8/+6 |
2007-02-03 | builtins.c (fold_builtin_cabs): Fold cabs(x+xi) into fabs(x)*sqrt(2). | Kaveh R. Ghazi | 1 | -7/+24 |
2007-02-02 | re PR middle-end/30473 (Internal Compiler Error with a sprintf with few argum... | Jakub Jelinek | 1 | -1/+10 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -16/+16 |
2007-01-31 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -13/+6 |
2007-01-31 | optabs.h (enum optab_index): Add new OTI_isinf. | Uros Bizjak | 1 | -0/+4 |
2007-01-30 | builtins.c (expand_builtin_int_interclass_roundingfn): New function to handle... | Uros Bizjak | 1 | -3/+89 |
2007-01-28 | builtins.c (expand_builtin_memset): Fix typo in my last patch. | Jan Hubicka | 1 | -1/+2 |
2007-01-28 | expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ... | Jan Hubicka | 1 | -9/+24 |
2007-01-26 | builtins.c (fold_builtin_1): Treat ccos and ccosh as 'even' functions. | Kaveh R. Ghazi | 1 | -0/+12 |
2007-01-25 | re PR middle-end/30447 (Evaluate complex math functions at compile-time) | Kaveh R. Ghazi | 1 | -22/+7 |
2007-01-25 | builtins.c (fold_builtin_carg): New. | Kaveh R. Ghazi | 1 | -0/+26 |
2007-01-24 | builtins.c (expand_builtin_cexpi): Get the fndecl for cexp in the correct way. | Richard Guenther | 1 | -2/+7 |
2007-01-20 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -0/+7 |
2007-01-19 | builtins.c (expand_builtin_cexpi): Fall back to expanding via cexp in case si... | Richard Guenther | 1 | -4/+21 |
2007-01-11 | builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA... | Roger Sayle | 1 | -27/+29 |
2007-01-08 | tree.h (build_int_cst_wide_type): Export. | Richard Guenther | 1 | -7/+6 |
2007-01-08 | builtins.c (fold_builtin_int_roundingfn): Use fit_double_type. | Richard Guenther | 1 | -6/+4 |
2007-01-08 | tree-ssa-ccp.c (maybe_fold_offset_to_array_ref): Use type of offset to build ... | Richard Guenther | 1 | -3/+5 |
2006-12-26 | re PR middle-end/29335 (transcendental functions with constant arguments shou... | Kaveh R. Ghazi | 1 | -5/+17 |
2006-12-14 | re PR middle-end/30197 (cexp ( __complex__ ( 0, x ) ) can be folded to cexpi ... | Richard Guenther | 1 | -0/+64 |