Age | Commit message (Expand) | Author | Files | Lines |
2007-12-06 | re PR middle-end/20983 (varargs functions force va_list variable to stack unn... | Jakub Jelinek | 1 | -5/+4 |
2007-11-28 | re PR target/32406 (MIPS: FAIL in nestfunc-6.c at -O3) | Richard Sandiford | 1 | -0/+14 |
2007-11-27 | builtins.c (fold_builtin_1): Verify the argument types of BUILT_IN_ISNORMAL. | Richard Guenther | 1 | -0/+57 |
2007-11-26 | re PR middle-end/34233 (ICE: get_callee_fndecl, at tree.c:6592) | Richard Guenther | 1 | -1/+3 |
2007-10-17 | builtins.c (gimplify_va_arg_expr): Use inform for help message. | Manuel López-Ibáñez | 1 | -1/+1 |
2007-09-27 | builtins.c (expand_builtin, [...]): Use new %K format string specifier for di... | Jakub Jelinek | 1 | -20/+14 |
2007-09-18 | re PR middle-end/33423 (internal compiler error: in expand_expr_real_1, at ex... | Jakub Jelinek | 1 | -0/+14 |
2007-09-11 | builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin. | Jakub Jelinek | 1 | -0/+6 |
2007-09-06 | re PR tree-optimization/32586 (New VN misses FRE opportunities) | Richard Guenther | 1 | -7/+7 |
2007-09-05 | builtins.def (BUILT_IN_VA_ARG_PACK): New built-in. | Jakub Jelinek | 1 | -3/+38 |
2007-09-05 | re PR tree-optimization/21513 (__builtin_expect getting in the way of uniniti... | Adam Nemet | 1 | -13/+72 |
2007-09-04 | optabs.c (debug_optab_libfunc): Update; make available to gdb. | Jan Hubicka | 1 | -1/+1 |
2007-08-24 | re PR target/11787 (always call memcpy for block move in mips16) | Sandra Loosemore | 1 | -12/+14 |
2007-08-24 | expr.c (store_expr): Optimize initialization of an array with STRING_CST. | Jakub Jelinek | 1 | -2/+1 |
2007-08-23 | builtins.c (expand_builtin_mathfn): Wrap argument in save_expr directly inste... | Richard Guenther | 1 | -40/+11 |
2007-08-22 | re PR middle-end/33007 (builtin lround doesn't work) | Richard Guenther | 1 | -14/+4 |
2007-08-11 | alias.h (alias_set_type): Define new type. | Ian Lance Taylor | 1 | -1/+1 |
2007-08-09 | optabs.c (expand_widen_pattern_expr): Use optabs accestors. | Jan Hubicka | 1 | -9/+9 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -16/+16 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-21 | optabs.h (enum optab_index): Add new OTI_signbit. | Uros Bizjak | 1 | -9/+4 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -0/+24 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -5/+29 |
2007-07-18 | re PR target/30652 (SSE expansion is missing for isinf() and other fpclassify... | Kaveh R. Ghazi | 1 | -0/+24 |
2007-07-12 | builtins.c (get_pointer_alignment): Honor DECL_ALIGN on a FUNCTION_DECL. | Geoffrey Keating | 1 | -3/+1 |
2007-07-11 | builtins.def (BUILT_IN_CLEAR_CACHE): New builtin. | David Daney | 1 | -0/+59 |
2007-07-09 | optabs.h: Added declaration for signbit_optab. | Wolfgang Gellerich | 1 | -7/+30 |
2007-07-06 | re PR middle-end/32441 (ICE in expand_expr_real_1, at expr.c:7109) | Ian Lance Taylor | 1 | -8/+2 |
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 |