Age | Commit message (Expand) | Author | Files | Lines |
2004-07-10 | builtins.c (std_gimplify_va_arg_expr): Widen align/boundary to HOST_WIDE_INT. | Richard Henderson | 1 | -2/+2 |
2004-07-10 | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 1 | -2/+1 |
2004-07-10 | * builtins.c (std_gimplify_va_arg_expr): Fix borked BIT_AND_EXPR. | Richard Henderson | 1 | -6/+5 |
2004-07-09 | * builtins.c (expand_builtin_stpcpy): Don't modify len. | Richard Henderson | 1 | -3/+3 |
2004-07-09 | builtins.c (std_gimplify_va_arg_expr): Deny ARGS_GROW_DOWNWARD. | Richard Henderson | 1 | -42/+31 |
2004-07-09 | builtin-types.def (BT_UINT): Rename from BT_UNSIGNED. | Jan Beulich | 1 | -0/+5 |
2004-07-09 | builtins.c (fold_builtin_strncpy): Make sure len is a constant before compari... | Alexandre Oliva | 1 | -0/+5 |
2004-07-08 | builtins.c (std_gimplify_va_arg_expr): Hoist valist into a temporary. | Richard Henderson | 1 | -22/+18 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -11/+11 |
2004-07-08 | builtins.c (ind_gimplify_va_arg_expr): New. | Richard Henderson | 1 | -0/+11 |
2004-07-08 | builtins.c (fold_builtin_strcpy): Merge functionality from simplify_builtin_s... | Roger Sayle | 1 | -161/+87 |
2004-07-08 | builtins.c (expand_builtin_stpcpy): Un-simplify decay of stpcpy to strcpy. | Alexandre Oliva | 1 | -1/+8 |
2004-07-08 | Introduce H8SX support. | Alexandre Oliva | 1 | -20/+118 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -1/+1 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -3/+3 |
2004-07-01 | builtins.c (fold_builtin_classify): Fix typo. | Paolo Bonzini | 1 | -1/+1 |
2004-07-01 | builtins.c (fold_builtin_classify): New. | Paolo Bonzini | 1 | -5/+106 |
2004-06-29 | re PR middle-end/16216 (ICE in gimplify_va_arg_expr after error) | Richard Henderson | 1 | -1/+4 |
2004-06-20 | re PR middle-end/16089 (unwind-dw2.c:1311: error: insn outside basic block) | Andrew Pinski | 1 | -7/+0 |
2004-06-20 | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 1 | -3/+1 |
2004-06-20 | builtins.c (fold_builtin_unordered_cmp): Take an EXP argument instead of both... | Roger Sayle | 1 | -21/+68 |
2004-06-19 | CFG transparent RTL expansion: | Jan Hubicka | 1 | -2/+10 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -8/+8 |
2004-06-12 | fold-const.c (omit_two_operands): New function. | Roger Sayle | 1 | -23/+62 |
2004-06-10 | builtins.c (expand_builtin): Fall back to library function call for conj... | Roger Sayle | 1 | -13/+23 |
2004-06-10 | target.h (struct gcc_target): Change gimplify_va_arg_expr hook signature. | Jason Merrill | 1 | -15/+22 |
2004-06-10 | fold-const.c (fold_abs_const): Make extern. | Roger Sayle | 1 | -10/+41 |
2004-06-09 | Gimplify VA_ARG_EXPR into simpler forms. | Jason Merrill | 1 | -6/+180 |
2004-06-07 | real.c (real_copysign): New function to implement libm's copysign. | Roger Sayle | 1 | -3/+57 |
2004-06-02 | re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, ... | Kazu Hirata | 1 | -0/+15 |
2004-05-31 | re PR tree-optimization/15743 (Fold index() at tree level.) | Kazu Hirata | 1 | -0/+2 |
2004-05-31 | * builtins.c: Add a prototype for fold_builtin_strchr(). | Kazu Hirata | 1 | -0/+1 |
2004-05-30 | re PR tree-optimization/14819 ([tree-ssa] strchr is not folded at tree-level) | Steven Bosscher | 1 | -0/+47 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-05-24 | re PR tree-optimization/14197 (Wrong code for bcopy/memmove (string-asm-2.c)) | Ulrich Weigand | 1 | -2/+15 |
2004-05-22 | builtins.c (expand_builtin_strstr, [...]): Replace calls to build with calls ... | Roger Sayle | 1 | -142/+135 |
2004-05-21 | fold-const.c (fold, [...]): Use fold_convert instead of convert. | Roger Sayle | 1 | -16/+16 |
2004-05-15 | builtins.c (simplify_builtin_strcpy): Avoid use of chainon... | Roger Sayle | 1 | -6/+9 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -80/+1441 |
2004-05-07 | optabs.h (enum optab_index): Add new OTI_log1p. | Uros Bizjak | 1 | -0/+7 |
2004-05-06 | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 1 | -0/+14 |
2004-05-03 | optabs.h (enum optab_index): Add new OTI_expm1. | Uros Bizjak | 1 | -0/+7 |
2004-05-02 | builtins.c (fold_fixed_mathfn): New function. | Kaveh R. Ghazi | 1 | -1/+48 |
2004-05-01 | builtins.c (fold_builtin_round): Fix comment typo. | Kaveh R. Ghazi | 1 | -1/+45 |
2004-04-29 | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-26 | builtins.c (expand_builtin_update_setjmp_buf): New function. | Richard Kenner | 1 | -0/+48 |
2004-04-23 | Makefile.in (LIBGCOV): Add _gcov_fork... | Zdenek Dvorak | 1 | -0/+74 |
2004-04-20 | optabs.h (enum optab_index): Add new OTI_asin and OTI_acos. | Uros Bizjak | 1 | -0/+14 |
2004-04-20 | fold-const.c (fold_convert): Make function extern/public. | Roger Sayle | 1 | -42/+41 |
2004-04-19 | builtins.c (fold_builtin_cabs): Remove fndecl parameter. | Andrew Pinski | 1 | -6/+6 |