aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-02re PR tree-optimization/15738 ([tree-ssa] Convert strrchr(s, c) to strchr(s, ...Kazu Hirata1-0/+15
2004-05-31re PR tree-optimization/15743 (Fold index() at tree level.)Kazu Hirata1-0/+2
2004-05-31* builtins.c: Add a prototype for fold_builtin_strchr().Kazu Hirata1-0/+1
2004-05-30re PR tree-optimization/14819 ([tree-ssa] strchr is not folded at tree-level)Steven Bosscher1-0/+47
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-24re PR tree-optimization/14197 (Wrong code for bcopy/memmove (string-asm-2.c))Ulrich Weigand1-2/+15
2004-05-22builtins.c (expand_builtin_strstr, [...]): Replace calls to build with calls ...Roger Sayle1-142/+135
2004-05-21fold-const.c (fold, [...]): Use fold_convert instead of convert.Roger Sayle1-16/+16
2004-05-15builtins.c (simplify_builtin_strcpy): Avoid use of chainon...Roger Sayle1-6/+9
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-80/+1441
2004-05-07optabs.h (enum optab_index): Add new OTI_log1p.Uros Bizjak1-0/+7
2004-05-06optabs.h (enum optab_index): Add new OTI_fmod and OTI_drem.Uros Bizjak1-0/+14
2004-05-03optabs.h (enum optab_index): Add new OTI_expm1.Uros Bizjak1-0/+7
2004-05-02builtins.c (fold_fixed_mathfn): New function.Kaveh R. Ghazi1-1/+48
2004-05-01builtins.c (fold_builtin_round): Fix comment typo.Kaveh R. Ghazi1-1/+45
2004-04-29builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-26builtins.c (expand_builtin_update_setjmp_buf): New function.Richard Kenner1-0/+48
2004-04-23Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak1-0/+74
2004-04-20optabs.h (enum optab_index): Add new OTI_asin and OTI_acos.Uros Bizjak1-0/+14
2004-04-20fold-const.c (fold_convert): Make function extern/public.Roger Sayle1-42/+41
2004-04-19builtins.c (fold_builtin_cabs): Remove fndecl parameter.Andrew Pinski1-6/+6
2004-04-19re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ...Andrew Pinski1-1/+1
2004-04-15PR/middle-end 14915Kaveh R. Ghazi1-1/+1
2004-04-15optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb.Uros Bizjak1-0/+14
2004-04-14builtins.c (fold_builtin_isdigit): New.Kaveh R. Ghazi1-0/+25
2004-04-14builtins.c (fold_builtin_cabs, [...]): Use `mathfn_built_in' to determine the...Kaveh R. Ghazi1-23/+2
2004-04-14optabs.c (expand_twoval_unop): Reorder function arguments.Uros Bizjak1-2/+2
2004-04-09builtins.c (mathfn_built_in): Check TYPE_MAIN_VARIANT, not TYPE_MODE.Kaveh R. Ghazi1-4/+3
2004-04-08builtins.c (fold_builtin_isascii, [...]): New.Kaveh R. Ghazi1-0/+43
2004-04-06builtins.c: Implement support for sincos function.Uros Bizjak1-15/+147
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-26* builtins.c (fold_builtin): Fix error in last change.Kaveh R. Ghazi1-2/+2
2004-03-25builtins.c (fold_builtin): Add new builtin optimizations for sqrt and/or cbrt.Kaveh R. Ghazi1-0/+73
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-1/+1
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva1-1/+1
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-1/+1
2004-03-17builtins.c (apply_args_size): Use reg_raw_mode.Eric Christopher1-87/+20
2004-03-17builtins.c (integer_valued_real_p): Add builtin rint.Kaveh R. Ghazi1-0/+6
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-1/+1
2004-03-12builtins.c (expand_builtin_mathfn): Add pow10* to the existing exp10* case.Kaveh R. Ghazi1-0/+6
2004-03-10optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.Uros Bizjak1-0/+14
2004-03-06tree.h (BUILTIN_EXP10_P, [...]): New macros.Kaveh R. Ghazi1-18/+6
2004-03-06* builtins.c: Consistently use logN not log* in comments.Kaveh R. Ghazi1-4/+4
2004-03-02builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.Kazu Hirata1-5/+1
2004-02-26builtins.c (apply_args_register_offset): Remove.Kazu Hirata1-14/+0
2004-02-23re PR c/14188 (Suggestion: improve warning message for call through incompati...Eric Botcazou1-0/+1
2004-02-21alias.c (OUTGOING_REGNO): Don't define the default.Kazu Hirata1-12/+1
2004-02-11optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.Uros Bizjak1-0/+14
2004-02-09re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m...James E Wilson1-0/+3
2004-02-07builtins.c (expand_builtin_signbit): Use extract_bit_field instead of gen_hig...Roger Sayle1-22/+23