| Commit message (Expand) | Author | Age | Files | Lines |
* | * builtins.c (gimplify_va_arg_expr): Reword comments to avoid | nathan | 2005-04-22 | 1 | -1/+2 |
* | * builtins.c (expand_builtin_sync_operation): Revert last change. | rth | 2005-04-20 | 1 | -8/+1 |
* | * builtins.c (expand_builtin_sync_operation): Fold nand to and | rth | 2005-04-18 | 1 | -1/+8 |
* | PR middle-end/21024 | kazu | 2005-04-17 | 1 | -1/+2 |
* | PR target/21051 | rth | 2005-04-16 | 1 | -0/+2 |
* | PR tree-optimization/21004 | uros | 2005-04-15 | 1 | -0/+3 |
* | PR middle-end/14311 | rth | 2005-04-14 | 1 | -4/+334 |
* | * builtins.def (BUILT_IN_LCEIL, BUILT_IN_LCEILF, BUILT_IN_LCEILL) | uros | 2005-04-11 | 1 | -0/+33 |
* | * builtins.def (BUILT_IN_LFLOOR, BUILT_IN_LFLOORF, BUILT_IN_LFLOORL) | uros | 2005-04-09 | 1 | -5/+143 |
* | gcc: | tromey | 2005-03-30 | 1 | -1/+0 |
* | Fix problem with calling powi* builtins. | fjahanian | 2005-03-30 | 1 | -4/+8 |
* | PR target/20203 | amodra | 2005-03-30 | 1 | -6/+2 |
* | * optabs.h (enum optab_index): Remove OTI_llrint. | uros | 2005-03-24 | 1 | -2/+1 |
* | * optabs.h (enum optab_index): Add new OTI_lrint and OTI_llrint. | uros | 2005-03-21 | 1 | -0/+14 |
* | * builtins.c (fold_builtin): Take decomposed arguments of | kazu | 2005-03-21 | 1 | -5/+2 |
* | * builtins.c (fold_builtin_1): Take decomposed arguments of | kazu | 2005-03-21 | 1 | -5/+6 |
* | * builtins.c (fold_builtin_1): Update a call to | kazu | 2005-03-20 | 1 | -1/+1 |
* | * builtins.c (fold_fixed_mathfn, fold_builtin_trunc, | kazu | 2005-03-20 | 1 | -29/+17 |
* | * builtins.c (fold_trunc_transparent_mathfn): Take decomposed | kazu | 2005-03-19 | 1 | -9/+7 |
* | * builtins.c (fold_builtin_memcpy): Take decomposed arguments | kazu | 2005-03-19 | 1 | -6/+5 |
* | * builtins.c (fold_builtin_signbit): Take decomposed arguments | kazu | 2005-03-18 | 1 | -5/+3 |
* | * builtins.c (fold_builtin_bitop): Take decomposed arguments | kazu | 2005-03-18 | 1 | -5/+3 |
* | * builtins.c (expand_movstr): Update a call to | kazu | 2005-03-16 | 1 | -10/+8 |
* | * real.h (struct real_format): Split the signbit field into two | sayle | 2005-03-15 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_mathfn_3): Remove local variable | kazu | 2005-03-13 | 1 | -3/+1 |
* | * builtins.c (fold_trunc_transparent_mathfn, | kazu | 2005-03-13 | 1 | -17/+28 |
* | * builtins.c (fold_builtin_classify): Take decomposed | kazu | 2005-03-13 | 1 | -6/+4 |
* | * builtins.c (fold_builtin_logarithm): Take decomposed | kazu | 2005-03-12 | 1 | -7/+5 |
* | * builtins.c (fold_builtin_exponent): Take decomposed | kazu | 2005-03-12 | 1 | -7/+5 |
* | PR middle-end/20419 | sayle | 2005-03-12 | 1 | -0/+5 |
* | * builtins.c (expand_builtin_signbit): Extend to handle floating | sayle | 2005-03-10 | 1 | -34/+39 |
* | * builtins.c (fold_builtin_cbrt, fold_builtin_pow): Rearrange | ghazi | 2005-03-09 | 1 | -61/+121 |
* | * builtins.c (fold_builtin_unordered_cmp): Change prototype to take | sayle | 2005-03-09 | 1 | -11/+12 |
* | PR middle-end/19953 | rth | 2005-02-24 | 1 | -1/+47 |
* | PR 18785 | zack | 2005-02-20 | 1 | -4/+11 |
* | 2005-02-17 Andreas Krebbel <krebbel1@de.ibm.com> | uweigand | 2005-02-17 | 1 | -5/+9 |
* | PR tree-optimization/19967 | kazu | 2005-02-16 | 1 | -36/+44 |
* | * optabs.h (enum optab_index): Add new OTI_ldexp. | uros | 2005-02-12 | 1 | -1/+14 |
* | * tree-complex.c (expand_complex_libcall): New. | rth | 2005-02-12 | 1 | -1/+1 |
* | 2005-02-10 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-02-10 | 1 | -0/+53 |
* | * builtins.c (DEF_BUILTIN): Add COND argument. | rth | 2005-02-10 | 1 | -1/+1 |
* | * fold-const.c (fold_strip_sign_ops): New function to simplify a | sayle | 2005-02-09 | 1 | -14/+34 |
* | 2005-02-09 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-02-09 | 1 | -0/+69 |
* | 2005-02-07 Richard Guenther <rguenth@gcc.gnu.org> | rguenth | 2005-02-07 | 1 | -3/+6 |
* | * builtins.c (expand_builtin_copysign): New. | rth | 2005-01-28 | 1 | -0/+31 |
* | * builtins.c (get_pointer_alignment, gimplify_va_arg_expr, | jakub | 2005-01-24 | 1 | -13/+19 |
* | * builtins.c (fold_builtin_fabs): Convert argument to the appropriate | sayle | 2005-01-12 | 1 | -0/+2 |
* | PR target/18916 | amodra | 2005-01-11 | 1 | -1/+13 |
* | PR tree-optimization/18828 | jakub | 2005-01-07 | 1 | -52/+34 |
* | PR middle-end/18951 | jakub | 2004-12-14 | 1 | -0/+4 |