Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-14 | builtins.c (std_expand_builtin_va_arg): Align operand when needed. | Jan Hubicka | 1 | -0/+22 |
2004-01-13 | builtins.c (expand_builtin_expect_jump): Simplify logic. | Roger Sayle | 1 | -44/+52 |
2004-01-11 | Update Copyright year. | Jakub Jelinek | 1 | -1/+1 |
2004-01-11 | re PR middle-end/13392 (ICE in convert_from_eh_region_ranges_1, at except.c:1... | Jakub Jelinek | 1 | -35/+11 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-01-01 | builtins.c (expand_builtin_apply_args_1): Call force_operand on plus_constant... | Hans-Peter Nilsson | 1 | -2/+5 |
2003-12-30 | builtins.c (expand_builtin_apply_args_1): Fix typo in previous change. | Nathan Sidwell | 1 | -1/+1 |
2003-12-29 | builtins.c (expand_builtin_apply_args_1): Add pretend args size to the virtua... | Nathan Sidwell | 1 | -5/+9 |
2003-12-19 | re PR c++/13239 (Assertion does not seem to work correctly anymore) | Jakub Jelinek | 1 | -0/+8 |
2003-12-05 | re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re... | Eric Botcazou | 1 | -1/+1 |
2003-12-01 | builtins.c (expand_builtin_longjmp): Added two memory clobbers. | Andreas Krebbel | 1 | -0/+7 |
2003-11-27 | re PR middle-end/8028 (__builtin_apply() passes wrong arguments) | Eric Botcazou | 1 | -6/+10 |
2003-11-06 | builtins.c (simplify_builtin_strrchr, [...]): Add missing casts. | Jan Hubicka | 1 | -4/+8 |
2003-10-29 | builtins.c (std_build_builtin_va_list): New. | Richard Henderson | 1 | -0/+8 |
2003-10-16 | builtins.c (fold_builtin_memcpy, [...]): New functions. | Roger Sayle | 1 | -14/+300 |