| Commit message (Expand) | Author | Age | Files | Lines |
* | builtins.c (expand_builtin): Fall back to library function call for conj... | Roger Sayle | 2004-06-10 | 1 | -13/+23 |
* | target.h (struct gcc_target): Change gimplify_va_arg_expr hook signature. | Jason Merrill | 2004-06-10 | 1 | -15/+22 |
* | fold-const.c (fold_abs_const): Make extern. | Roger Sayle | 2004-06-10 | 1 | -10/+41 |
* | Gimplify VA_ARG_EXPR into simpler forms. | Jason Merrill | 2004-06-09 | 1 | -6/+180 |
* | real.c (real_copysign): New function to implement libm's copysign. | Roger Sayle | 2004-06-07 | 1 | -3/+57 |
* | re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, ... | Kazu Hirata | 2004-06-02 | 1 | -0/+15 |
* | re PR tree-optimization/15743 (Fold index() at tree level.) | Kazu Hirata | 2004-05-31 | 1 | -0/+2 |
* | * builtins.c: Add a prototype for fold_builtin_strchr(). | Kazu Hirata | 2004-05-31 | 1 | -0/+1 |
* | re PR tree-optimization/14819 ([tree-ssa] strchr is not folded at tree-level) | Steven Bosscher | 2004-05-30 | 1 | -0/+47 |
* | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 2004-05-30 | 1 | -2/+2 |
* | re PR tree-optimization/14197 (Wrong code for bcopy/memmove (string-asm-2.c)) | Ulrich Weigand | 2004-05-24 | 1 | -2/+15 |
* | builtins.c (expand_builtin_strstr, [...]): Replace calls to build with calls ... | Roger Sayle | 2004-05-22 | 1 | -142/+135 |
* | fold-const.c (fold, [...]): Use fold_convert instead of convert. | Roger Sayle | 2004-05-21 | 1 | -16/+16 |
* | builtins.c (simplify_builtin_strcpy): Avoid use of chainon... | Roger Sayle | 2004-05-15 | 1 | -6/+9 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -80/+1441 |
* | optabs.h (enum optab_index): Add new OTI_log1p. | Uros Bizjak | 2004-05-07 | 1 | -0/+7 |
* | optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem. | Uros Bizjak | 2004-05-06 | 1 | -0/+14 |
* | optabs.h (enum optab_index): Add new OTI_expm1. | Uros Bizjak | 2004-05-03 | 1 | -0/+7 |
* | builtins.c (fold_fixed_mathfn): New function. | Kaveh R. Ghazi | 2004-05-02 | 1 | -1/+48 |
* | builtins.c (fold_builtin_round): Fix comment typo. | Kaveh R. Ghazi | 2004-05-01 | 1 | -1/+45 |
* | builtins.c, [...]: Fix comment typos. | Kazu Hirata | 2004-04-29 | 1 | -1/+1 |
* | builtins.c (expand_builtin_update_setjmp_buf): New function. | Richard Kenner | 2004-04-26 | 1 | -0/+48 |
* | Makefile.in (LIBGCOV): Add _gcov_fork... | Zdenek Dvorak | 2004-04-23 | 1 | -0/+74 |
* | optabs.h (enum optab_index): Add new OTI_asin and OTI_acos. | Uros Bizjak | 2004-04-20 | 1 | -0/+14 |
* | fold-const.c (fold_convert): Make function extern/public. | Roger Sayle | 2004-04-20 | 1 | -42/+41 |
* | builtins.c (fold_builtin_cabs): Remove fndecl parameter. | Andrew Pinski | 2004-04-19 | 1 | -6/+6 |
* | re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ... | Andrew Pinski | 2004-04-19 | 1 | -1/+1 |
* | PR/middle-end 14915 | Kaveh R. Ghazi | 2004-04-15 | 1 | -1/+1 |
* | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 2004-04-15 | 1 | -0/+14 |
* | builtins.c (fold_builtin_isdigit): New. | Kaveh R. Ghazi | 2004-04-14 | 1 | -0/+25 |
* | builtins.c (fold_builtin_cabs, [...]): Use `mathfn_built_in' to determine the... | Kaveh R. Ghazi | 2004-04-14 | 1 | -23/+2 |
* | optabs.c (expand_twoval_unop): Reorder function arguments. | Uros Bizjak | 2004-04-14 | 1 | -2/+2 |
* | builtins.c (mathfn_built_in): Check TYPE_MAIN_VARIANT, not TYPE_MODE. | Kaveh R. Ghazi | 2004-04-09 | 1 | -4/+3 |
* | builtins.c (fold_builtin_isascii, [...]): New. | Kaveh R. Ghazi | 2004-04-08 | 1 | -0/+43 |
* | builtins.c: Implement support for sincos function. | Uros Bizjak | 2004-04-06 | 1 | -15/+147 |
* | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 2004-03-31 | 1 | -1/+1 |
* | * builtins.c (fold_builtin): Fix error in last change. | Kaveh R. Ghazi | 2004-03-26 | 1 | -2/+2 |
* | builtins.c (fold_builtin): Add new builtin optimizations for sqrt and/or cbrt. | Kaveh R. Ghazi | 2004-03-25 | 1 | -0/+73 |
* | bt-load.c, [...]: Remove unnecessary casts. | Kazu Hirata | 2004-03-22 | 1 | -1/+1 |
* | real.h (struct real_value): Use the same type for all bitfields. | Alexandre Oliva | 2004-03-22 | 1 | -1/+1 |
* | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 2004-03-20 | 1 | -1/+1 |
* | builtins.c (apply_args_size): Use reg_raw_mode. | Eric Christopher | 2004-03-17 | 1 | -87/+20 |
* | builtins.c (integer_valued_real_p): Add builtin rint. | Kaveh R. Ghazi | 2004-03-17 | 1 | -0/+6 |
* | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 2004-03-14 | 1 | -1/+1 |
* | builtins.c (expand_builtin_mathfn): Add pow10* to the existing exp10* case. | Kaveh R. Ghazi | 2004-03-12 | 1 | -0/+6 |
* | optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. | Uros Bizjak | 2004-03-10 | 1 | -0/+14 |
* | tree.h (BUILTIN_EXP10_P, [...]): New macros. | Kaveh R. Ghazi | 2004-03-06 | 1 | -18/+6 |
* | * builtins.c: Consistently use logN not log* in comments. | Kaveh R. Ghazi | 2004-03-06 | 1 | -4/+4 |
* | builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. | Kazu Hirata | 2004-03-02 | 1 | -5/+1 |
* | builtins.c (apply_args_register_offset): Remove. | Kazu Hirata | 2004-02-26 | 1 | -14/+0 |