Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-04-19 | re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initializ... | Andrew Pinski | 1 | -1/+1 |
2004-04-15 | PR/middle-end 14915 | Kaveh R. Ghazi | 1 | -1/+1 |
2004-04-15 | optabs.h (enum optab_index): Add new OTI_logb and OTI_ilogb. | Uros Bizjak | 1 | -0/+14 |
2004-04-14 | builtins.c (fold_builtin_isdigit): New. | Kaveh R. Ghazi | 1 | -0/+25 |
2004-04-14 | builtins.c (fold_builtin_cabs, [...]): Use `mathfn_built_in' to determine the... | Kaveh R. Ghazi | 1 | -23/+2 |
2004-04-14 | optabs.c (expand_twoval_unop): Reorder function arguments. | Uros Bizjak | 1 | -2/+2 |
2004-04-09 | builtins.c (mathfn_built_in): Check TYPE_MAIN_VARIANT, not TYPE_MODE. | Kaveh R. Ghazi | 1 | -4/+3 |
2004-04-08 | builtins.c (fold_builtin_isascii, [...]): New. | Kaveh R. Ghazi | 1 | -0/+43 |
2004-04-06 | builtins.c: Implement support for sincos function. | Uros Bizjak | 1 | -15/+147 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -1/+1 |
2004-03-26 | * builtins.c (fold_builtin): Fix error in last change. | Kaveh R. Ghazi | 1 | -2/+2 |
2004-03-25 | builtins.c (fold_builtin): Add new builtin optimizations for sqrt and/or cbrt. | Kaveh R. Ghazi | 1 | -0/+73 |
2004-03-22 | bt-load.c, [...]: Remove unnecessary casts. | Kazu Hirata | 1 | -1/+1 |
2004-03-22 | real.h (struct real_value): Use the same type for all bitfields. | Alexandre Oliva | 1 | -1/+1 |
2004-03-20 | alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo (). | Kazu Hirata | 1 | -1/+1 |
2004-03-17 | builtins.c (apply_args_size): Use reg_raw_mode. | Eric Christopher | 1 | -87/+20 |
2004-03-17 | builtins.c (integer_valued_real_p): Add builtin rint. | Kaveh R. Ghazi | 1 | -0/+6 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -1/+1 |
2004-03-12 | builtins.c (expand_builtin_mathfn): Add pow10* to the existing exp10* case. | Kaveh R. Ghazi | 1 | -0/+6 |
2004-03-10 | optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. | Uros Bizjak | 1 | -0/+14 |
2004-03-06 | tree.h (BUILTIN_EXP10_P, [...]): New macros. | Kaveh R. Ghazi | 1 | -18/+6 |
2004-03-06 | * builtins.c: Consistently use logN not log* in comments. | Kaveh R. Ghazi | 1 | -4/+4 |
2004-03-02 | builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. | Kazu Hirata | 1 | -5/+1 |
2004-02-26 | builtins.c (apply_args_register_offset): Remove. | Kazu Hirata | 1 | -14/+0 |
2004-02-23 | re PR c/14188 (Suggestion: improve warning message for call through incompati... | Eric Botcazou | 1 | -0/+1 |
2004-02-21 | alias.c (OUTGOING_REGNO): Don't define the default. | Kazu Hirata | 1 | -12/+1 |
2004-02-11 | optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2. | Uros Bizjak | 1 | -0/+14 |
2004-02-09 | re PR libstdc++/5625 ([mips] exception unwinding creates invalid pointer on m... | James E Wilson | 1 | -0/+3 |
2004-02-07 | builtins.c (expand_builtin_signbit): Use extract_bit_field instead of gen_hig... | Roger Sayle | 1 | -22/+23 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -1/+1 |
2004-02-01 | builtins.c (expand_builtin_pow): If flag_unsafe_math_optimizations isn't set... | Roger Sayle | 1 | -3/+4 |
2004-02-01 | builtins.def (BUILT_IN_SIGNBIT, [...]): New GCC builtins. | Roger Sayle | 1 | -0/+144 |
2004-01-23 | real.c (real_floor, real_ceil): Tweak to allow input and output arguments to ... | Roger Sayle | 1 | -0/+35 |
2004-01-18 | builtins.c (expand_builtin_expect_jump): Fix thinko of reusing live "next" va... | Roger Sayle | 1 | -8/+12 |
2004-01-17 | builtins.c (expand_builtin_expect_jump): Fix mistake in my last patch. | Roger Sayle | 1 | -6/+6 |
2004-01-15 | builtins.c (expand_builtin_va_end): Don't use EXPAND_BUILTIN_VA_END. | Kazu Hirata | 1 | -5/+0 |